diff options
Diffstat (limited to 'docs/cli/configuration.md')
| -rw-r--r-- | docs/cli/configuration.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 1b880e0f..f7925725 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -44,6 +44,18 @@ When you create a `.gemini/settings.json` file for project-specific settings, or - **Default:** `GEMINI.md` - **Example:** `"contextFileName": "AGENTS.md"` +- **`bugCommand`** (object, optional): + + - **Description:** Overrides the default URL for the `/bug` command. + - **Properties:** + - **`urlTemplate`** (string, required): A URL that can contain `{title}` and `{body}` placeholders. + - **Example:** + ```json + "bugCommand": { + "urlTemplate": "https://bug.example.com/new?title={title}&body={body}" + } + ``` + - **`fileFiltering`** (object, optional): - **Description:** Controls git-aware file filtering behavior for @ commands and file discovery tools. |
