From 643bdf31d50868e5644a1257afabed612ba317c7 Mon Sep 17 00:00:00 2001 From: Allen Hutchison Date: Sat, 14 Jun 2025 00:00:24 -0700 Subject: feat: Add custom URL support for the /bug command (#1017) --- docs/cli/configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3