{
  "markdown": "# Chime Gemini CLI Extension\n\nGet audible notifications from your Gemini CLI.\n\n## Installation\n\nInstall the Chime extension by running the following command from your terminal:\n\n```\ngemini extensions install https://github.com/rebekahx23/chime\n```\n\n# OR pin to your tagged release\n```\ngemini extensions install https://github.com/rebekahx23/chime --ref v0.1.6\n```\n\nInstall Gemini CLI to try it out [Gemini CLI installation instructions](https://github.com/google-gemini/gemini-cli/blob/main/README.md#installation).\n\nThis extension provides a `chime` tool that plays a simple completion chime. This is used to notify you when Gemini has finished a task, is waiting for your input, or has completed a long-running operation.\n\n## Usage\n\nThe extension works in two ways:\n\n### 1. Automatic Chimes\n\nGemini will automatically play a chime to notify you of certain events:\n\n*   **Task Completion:** A chime will play when Gemini has finished a task.\n*   **User Input Required:** A chime will play when Gemini is waiting for your confirmation or input.\n*   **Long-Running Tasks:** A chime will play when a long-running task has been completed.\n\n### 2. Manual Chime\n\nYou can manually trigger a chime by using the following command:\n\n```\n/chime\n```\n\nor\n\nadd `chime` after your prompt to trigger the chime sound.\n\n## Muting the Chime\n\nTo mute the chime, you can set the `GEMINI_CHIME_MUTE` environment variable to `1`.\n\n```\nexport GEMINI_CHIME_MUTE=1\n```\n\n## Limitations\n\nThe chime extension works best for actions that do not require user confirmation. It functions as a \"prehook\", meaning the chime will sound *before* the action is executed. This is because there is currently no official \"hooks\" system in the Gemini CLI. For more information, see this feature request: [Implement a Hooks System for Custom Automation and Workflow Integration](https://github.com/google-gemini/gemini-cli/issues/2779).\n",
  "bytes": 1895,
  "sha": "d035af8b91db293fc22af92c84d5d7e7de44f61a55263df7fb3e16b75abbabd8",
  "repo_slug": "rebekahx23/chime",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_rebekahx23_chime_60682298/readme"
}