Files
gemini-cli/packages/cli/src/commands/extensions/examples/hooks/scripts/on-start.js
T

9 lines
188 B
JavaScript
Raw Normal View History

2026-01-12 12:16:35 -05:00
/**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
console.log(
'Session Started! This is running from a script in the hooks-example extension.',
);