@thacio/auditaria 0.30.13 → 0.30.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/bundle/docs/CONTRIBUTING.md +6 -7
  2. package/bundle/docs/changelogs/index.md +2 -1
  3. package/bundle/docs/changelogs/preview.md +2 -2
  4. package/bundle/docs/cli/cli-reference.md +23 -23
  5. package/bundle/docs/cli/enterprise.md +7 -7
  6. package/bundle/docs/cli/gemini-md.md +1 -1
  7. package/bundle/docs/cli/model.md +5 -6
  8. package/bundle/docs/cli/plan-mode.md +129 -74
  9. package/bundle/docs/cli/sandbox.md +3 -3
  10. package/bundle/docs/cli/settings.md +31 -30
  11. package/bundle/docs/cli/telemetry.md +1 -1
  12. package/bundle/docs/cli/themes.md +3 -3
  13. package/bundle/docs/cli/trusted-folders.md +31 -0
  14. package/bundle/docs/cli/tutorials/memory-management.md +2 -2
  15. package/bundle/docs/cli/tutorials/session-management.md +1 -1
  16. package/bundle/docs/core/index.md +7 -7
  17. package/bundle/docs/core/subagents.md +1 -1
  18. package/bundle/docs/extensions/reference.md +1 -1
  19. package/bundle/docs/get-started/authentication.md +4 -4
  20. package/bundle/docs/get-started/gemini-3.md +17 -3
  21. package/bundle/docs/get-started/index.md +1 -1
  22. package/bundle/docs/hooks/best-practices.md +1 -1
  23. package/bundle/docs/index.md +20 -47
  24. package/bundle/docs/redirects.json +19 -0
  25. package/bundle/docs/{cli → reference}/commands.md +6 -4
  26. package/bundle/docs/{get-started → reference}/configuration.md +21 -7
  27. package/bundle/docs/{core → reference}/policy-engine.md +17 -13
  28. package/bundle/docs/{faq.md → resources/faq.md} +1 -1
  29. package/bundle/docs/{tos-privacy.md → resources/tos-privacy.md} +3 -3
  30. package/bundle/docs/{troubleshooting.md → resources/troubleshooting.md} +8 -8
  31. package/bundle/docs/{cli → resources}/uninstall.md +2 -3
  32. package/bundle/docs/sidebar.json +221 -167
  33. package/bundle/docs/tools/index.md +2 -2
  34. package/bundle/docs/tools/internal-docs.md +5 -5
  35. package/bundle/docs/tools/planning.md +2 -0
  36. package/bundle/docs/tools/shell.md +3 -3
  37. package/bundle/gemini.js +141045 -124937
  38. package/bundle/node_modules/@browserbasehq/stagehand/dist/index.js +3590 -1090
  39. package/bundle/policies/plan.toml +19 -10
  40. package/bundle/policies/read-only.toml +11 -10
  41. package/bundle/policies/write.toml +11 -10
  42. package/bundle/policies/yolo.toml +11 -10
  43. package/package.json +4 -2
  44. /package/bundle/docs/{cli → reference}/keyboard-shortcuts.md +0 -0
  45. /package/bundle/docs/{core → reference}/memport.md +0 -0
  46. /package/bundle/docs/{core → reference}/tools-api.md +0 -0
  47. /package/bundle/docs/{quota-and-pricing.md → resources/quota-and-pricing.md} +0 -0
@@ -1,193 +1,247 @@
1
1
  [
2
2
  {
3
- "label": "Get started",
3
+ "label": "docs_tab",
4
4
  "items": [
5
- { "label": "Overview", "slug": "docs" },
6
- { "label": "Quickstart", "slug": "docs/get-started" },
7
- { "label": "Installation", "slug": "docs/get-started/installation" },
8
- { "label": "Authentication", "slug": "docs/get-started/authentication" },
9
- { "label": "Examples", "slug": "docs/get-started/examples" },
10
- { "label": "CLI cheatsheet", "slug": "docs/cli/cli-reference" },
11
- { "label": "Gemini 3 on Gemini CLI", "slug": "docs/get-started/gemini-3" }
12
- ]
13
- },
14
- {
15
- "label": "Use Gemini CLI",
16
- "items": [
17
- {
18
- "label": "File management",
19
- "slug": "docs/cli/tutorials/file-management"
20
- },
21
- {
22
- "label": "Get started with Agent skills",
23
- "slug": "docs/cli/tutorials/skills-getting-started"
24
- },
25
- {
26
- "label": "Manage context and memory",
27
- "slug": "docs/cli/tutorials/memory-management"
28
- },
29
- {
30
- "label": "Execute shell commands",
31
- "slug": "docs/cli/tutorials/shell-commands"
32
- },
33
- {
34
- "label": "Manage sessions and history",
35
- "slug": "docs/cli/tutorials/session-management"
36
- },
37
- {
38
- "label": "Plan tasks with todos",
39
- "slug": "docs/cli/tutorials/task-planning"
40
- },
41
5
  {
42
- "label": "Web search and fetch",
43
- "slug": "docs/cli/tutorials/web-tools"
6
+ "label": "Get started",
7
+ "items": [
8
+ { "label": "Overview", "slug": "docs" },
9
+ { "label": "Quickstart", "slug": "docs/get-started" },
10
+ { "label": "Installation", "slug": "docs/get-started/installation" },
11
+ {
12
+ "label": "Authentication",
13
+ "slug": "docs/get-started/authentication"
14
+ },
15
+ { "label": "Examples", "slug": "docs/get-started/examples" },
16
+ { "label": "CLI cheatsheet", "slug": "docs/cli/cli-reference" },
17
+ {
18
+ "label": "Gemini 3 on Gemini CLI",
19
+ "slug": "docs/get-started/gemini-3"
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "label": "Use Gemini CLI",
25
+ "items": [
26
+ {
27
+ "label": "File management",
28
+ "slug": "docs/cli/tutorials/file-management"
29
+ },
30
+ {
31
+ "label": "Get started with Agent skills",
32
+ "slug": "docs/cli/tutorials/skills-getting-started"
33
+ },
34
+ {
35
+ "label": "Manage context and memory",
36
+ "slug": "docs/cli/tutorials/memory-management"
37
+ },
38
+ {
39
+ "label": "Execute shell commands",
40
+ "slug": "docs/cli/tutorials/shell-commands"
41
+ },
42
+ {
43
+ "label": "Manage sessions and history",
44
+ "slug": "docs/cli/tutorials/session-management"
45
+ },
46
+ {
47
+ "label": "Plan tasks with todos",
48
+ "slug": "docs/cli/tutorials/task-planning"
49
+ },
50
+ {
51
+ "label": "Web search and fetch",
52
+ "slug": "docs/cli/tutorials/web-tools"
53
+ },
54
+ {
55
+ "label": "Set up an MCP server",
56
+ "slug": "docs/cli/tutorials/mcp-setup"
57
+ },
58
+ { "label": "Automate tasks", "slug": "docs/cli/tutorials/automation" }
59
+ ]
60
+ },
61
+ {
62
+ "label": "Features",
63
+ "items": [
64
+ { "label": "Agent Skills", "slug": "docs/cli/skills" },
65
+ {
66
+ "label": "Authentication",
67
+ "slug": "docs/get-started/authentication"
68
+ },
69
+ { "label": "Checkpointing", "slug": "docs/cli/checkpointing" },
70
+ {
71
+ "label": "Extensions",
72
+ "slug": "docs/extensions/index"
73
+ },
74
+ { "label": "Headless mode", "slug": "docs/cli/headless" },
75
+ { "label": "Help", "link": "/docs/reference/commands/#help-or" },
76
+ { "label": "Hooks", "slug": "docs/hooks" },
77
+ { "label": "IDE integration", "slug": "docs/ide-integration" },
78
+ { "label": "MCP servers", "slug": "docs/tools/mcp-server" },
79
+ {
80
+ "label": "Memory management",
81
+ "link": "/docs/reference/commands/#memory"
82
+ },
83
+ { "label": "Model routing", "slug": "docs/cli/model-routing" },
84
+ { "label": "Model selection", "slug": "docs/cli/model" },
85
+ { "label": "Plan mode", "badge": "🧪", "slug": "docs/cli/plan-mode" },
86
+ {
87
+ "label": "Subagents",
88
+ "badge": "🧪",
89
+ "slug": "docs/core/subagents"
90
+ },
91
+ {
92
+ "label": "Remote subagents",
93
+ "badge": "🧪",
94
+ "slug": "docs/core/remote-agents"
95
+ },
96
+ { "label": "Rewind", "slug": "docs/cli/rewind" },
97
+ { "label": "Sandboxing", "slug": "docs/cli/sandbox" },
98
+ { "label": "Settings", "slug": "docs/cli/settings" },
99
+ {
100
+ "label": "Shell",
101
+ "link": "/docs/reference/commands/#shells-or-bashes"
102
+ },
103
+ {
104
+ "label": "Stats",
105
+ "link": "/docs/reference/commands/#stats"
106
+ },
107
+ { "label": "Telemetry", "slug": "docs/cli/telemetry" },
108
+ { "label": "Token caching", "slug": "docs/cli/token-caching" },
109
+ { "label": "Tools", "link": "/docs/reference/commands/#tools" }
110
+ ]
111
+ },
112
+ {
113
+ "label": "Configuration",
114
+ "items": [
115
+ { "label": "Custom commands", "slug": "docs/cli/custom-commands" },
116
+ {
117
+ "label": "Enterprise configuration",
118
+ "slug": "docs/cli/enterprise"
119
+ },
120
+ {
121
+ "label": "Ignore files (.geminiignore)",
122
+ "slug": "docs/cli/gemini-ignore"
123
+ },
124
+ {
125
+ "label": "Model configuration",
126
+ "slug": "docs/cli/generation-settings"
127
+ },
128
+ {
129
+ "label": "Project context (GEMINI.md)",
130
+ "slug": "docs/cli/gemini-md"
131
+ },
132
+ { "label": "Settings", "slug": "docs/cli/settings" },
133
+ {
134
+ "label": "System prompt override",
135
+ "slug": "docs/cli/system-prompt"
136
+ },
137
+ { "label": "Themes", "slug": "docs/cli/themes" },
138
+ { "label": "Trusted folders", "slug": "docs/cli/trusted-folders" }
139
+ ]
44
140
  },
45
- {
46
- "label": "Set up an MCP server",
47
- "slug": "docs/cli/tutorials/mcp-setup"
48
- },
49
- { "label": "Automate tasks", "slug": "docs/cli/tutorials/automation" }
50
- ]
51
- },
52
- {
53
- "label": "Features",
54
- "items": [
55
- { "label": "Agent Skills", "slug": "docs/cli/skills" },
56
- {
57
- "label": "Authentication",
58
- "slug": "docs/get-started/authentication"
59
- },
60
- { "label": "Checkpointing", "slug": "docs/cli/checkpointing" },
61
141
  {
62
142
  "label": "Extensions",
63
- "slug": "docs/extensions/index"
64
- },
65
- { "label": "Headless mode", "slug": "docs/cli/headless" },
66
- { "label": "Help", "link": "/docs/cli/commands/#help-or" },
67
- { "label": "Hooks", "slug": "docs/hooks" },
68
- { "label": "IDE integration", "slug": "docs/ide-integration" },
69
- { "label": "MCP servers", "slug": "docs/tools/mcp-server" },
70
- {
71
- "label": "Memory management",
72
- "link": "/docs/cli/commands/#memory"
73
- },
74
- { "label": "Model routing", "slug": "docs/cli/model-routing" },
75
- { "label": "Model selection", "slug": "docs/cli/model" },
76
- { "label": "Plan mode", "badge": "🧪", "slug": "docs/cli/plan-mode" },
77
- { "label": "Subagents", "badge": "🧪", "slug": "docs/core/subagents" },
78
- {
79
- "label": "Remote subagents",
80
- "badge": "🧪",
81
- "slug": "docs/core/remote-agents"
82
- },
83
- { "label": "Rewind", "slug": "docs/cli/rewind" },
84
- { "label": "Sandboxing", "slug": "docs/cli/sandbox" },
85
- { "label": "Settings", "slug": "docs/cli/settings" },
86
- {
87
- "label": "Shell",
88
- "link": "/docs/cli/commands/#shells-or-bashes"
89
- },
90
- {
91
- "label": "Stats",
92
- "link": "/docs/cli/commands/#stats"
93
- },
94
- { "label": "Telemetry", "slug": "docs/cli/telemetry" },
95
- { "label": "Token caching", "slug": "docs/cli/token-caching" },
96
- { "label": "Tools", "link": "/docs/cli/commands/#tools" }
97
- ]
98
- },
99
- {
100
- "label": "Configuration",
101
- "items": [
102
- { "label": "Custom commands", "slug": "docs/cli/custom-commands" },
103
- { "label": "Enterprise configuration", "slug": "docs/cli/enterprise" },
104
- {
105
- "label": "Ignore files (.geminiignore)",
106
- "slug": "docs/cli/gemini-ignore"
107
- },
108
- {
109
- "label": "Model configuration",
110
- "slug": "docs/cli/generation-settings"
111
- },
112
- { "label": "Project context (GEMINI.md)", "slug": "docs/cli/gemini-md" },
113
- { "label": "Settings", "slug": "docs/cli/settings" },
114
- { "label": "System prompt override", "slug": "docs/cli/system-prompt" },
115
- { "label": "Themes", "slug": "docs/cli/themes" },
116
- { "label": "Trusted folders", "slug": "docs/cli/trusted-folders" }
143
+ "items": [
144
+ {
145
+ "label": "Overview",
146
+ "slug": "docs/extensions"
147
+ },
148
+ {
149
+ "label": "User guide: Install and manage",
150
+ "link": "/docs/extensions/#manage-extensions"
151
+ },
152
+ {
153
+ "label": "Developer guide: Build extensions",
154
+ "slug": "docs/extensions/writing-extensions"
155
+ },
156
+ {
157
+ "label": "Developer guide: Best practices",
158
+ "slug": "docs/extensions/best-practices"
159
+ },
160
+ {
161
+ "label": "Developer guide: Releasing",
162
+ "slug": "docs/extensions/releasing"
163
+ },
164
+ {
165
+ "label": "Developer guide: Reference",
166
+ "slug": "docs/extensions/reference"
167
+ }
168
+ ]
169
+ },
170
+ {
171
+ "label": "Development",
172
+ "items": [
173
+ { "label": "Contribution guide", "slug": "docs/contributing" },
174
+ { "label": "Integration testing", "slug": "docs/integration-tests" },
175
+ {
176
+ "label": "Issue and PR automation",
177
+ "slug": "docs/issue-and-pr-automation"
178
+ },
179
+ { "label": "Local development", "slug": "docs/local-development" },
180
+ { "label": "NPM package structure", "slug": "docs/npm" }
181
+ ]
182
+ }
117
183
  ]
118
184
  },
119
185
  {
120
- "label": "Extensions",
186
+ "label": "reference_tab",
121
187
  "items": [
122
188
  {
123
- "label": "Overview",
124
- "slug": "docs/extensions"
125
- },
126
- {
127
- "label": "User guide: Install and manage",
128
- "link": "/docs/extensions/#manage-extensions"
129
- },
130
- {
131
- "label": "Developer guide: Build extensions",
132
- "slug": "docs/extensions/writing-extensions"
133
- },
134
- {
135
- "label": "Developer guide: Best practices",
136
- "slug": "docs/extensions/best-practices"
137
- },
138
- {
139
- "label": "Developer guide: Releasing",
140
- "slug": "docs/extensions/releasing"
141
- },
142
- {
143
- "label": "Developer guide: Reference",
144
- "slug": "docs/extensions/reference"
189
+ "label": "Reference",
190
+ "items": [
191
+ { "label": "Command reference", "slug": "docs/reference/commands" },
192
+ {
193
+ "label": "Configuration reference",
194
+ "slug": "docs/reference/configuration"
195
+ },
196
+ {
197
+ "label": "Keyboard shortcuts",
198
+ "slug": "docs/reference/keyboard-shortcuts"
199
+ },
200
+ {
201
+ "label": "Memory import processor",
202
+ "slug": "docs/reference/memport"
203
+ },
204
+ { "label": "Policy engine", "slug": "docs/reference/policy-engine" },
205
+ { "label": "Tools API", "slug": "docs/reference/tools-api" }
206
+ ]
145
207
  }
146
208
  ]
147
209
  },
148
210
  {
149
- "label": "Reference",
211
+ "label": "resources_tab",
150
212
  "items": [
151
- { "label": "Command reference", "slug": "docs/cli/commands" },
152
213
  {
153
- "label": "Configuration reference",
154
- "slug": "docs/get-started/configuration"
155
- },
156
- { "label": "Keyboard shortcuts", "slug": "docs/cli/keyboard-shortcuts" },
157
- { "label": "Memory import processor", "slug": "docs/core/memport" },
158
- { "label": "Policy engine", "slug": "docs/core/policy-engine" },
159
- { "label": "Tools API", "slug": "docs/core/tools-api" }
160
- ]
161
- },
162
- {
163
- "label": "Resources",
164
- "items": [
165
- { "label": "FAQ", "slug": "docs/faq" },
166
- { "label": "Quota and pricing", "slug": "docs/quota-and-pricing" },
167
- { "label": "Terms and privacy", "slug": "docs/tos-privacy" },
168
- { "label": "Troubleshooting", "slug": "docs/troubleshooting" },
169
- { "label": "Uninstall", "slug": "docs/cli/uninstall" }
214
+ "label": "Resources",
215
+ "items": [
216
+ { "label": "FAQ", "slug": "docs/resources/faq" },
217
+ {
218
+ "label": "Quota and pricing",
219
+ "slug": "docs/resources/quota-and-pricing"
220
+ },
221
+ {
222
+ "label": "Terms and privacy",
223
+ "slug": "docs/resources/tos-privacy"
224
+ },
225
+ {
226
+ "label": "Troubleshooting",
227
+ "slug": "docs/resources/troubleshooting"
228
+ },
229
+ { "label": "Uninstall", "slug": "docs/resources/uninstall" }
230
+ ]
231
+ }
170
232
  ]
171
233
  },
172
234
  {
173
- "label": "Development",
235
+ "label": "releases_tab",
174
236
  "items": [
175
- { "label": "Contribution guide", "slug": "docs/contributing" },
176
- { "label": "Integration testing", "slug": "docs/integration-tests" },
177
237
  {
178
- "label": "Issue and PR automation",
179
- "slug": "docs/issue-and-pr-automation"
180
- },
181
- { "label": "Local development", "slug": "docs/local-development" },
182
- { "label": "NPM package structure", "slug": "docs/npm" }
183
- ]
184
- },
185
- {
186
- "label": "Releases",
187
- "items": [
188
- { "label": "Release notes", "slug": "docs/changelogs/" },
189
- { "label": "Stable release", "slug": "docs/changelogs/latest" },
190
- { "label": "Preview release", "slug": "docs/changelogs/preview" }
238
+ "label": "Releases",
239
+ "items": [
240
+ { "label": "Release notes", "slug": "docs/changelogs/" },
241
+ { "label": "Stable release", "slug": "docs/changelogs/latest" },
242
+ { "label": "Preview release", "slug": "docs/changelogs/preview" }
243
+ ]
244
+ }
191
245
  ]
192
246
  }
193
247
  ]
@@ -98,5 +98,5 @@ Always review confirmation prompts carefully before allowing a tool to execute.
98
98
  ## Next steps
99
99
 
100
100
  - Learn how to [Provide context](../cli/gemini-md.md) to guide tool use.
101
- - Explore the [Command reference](../cli/commands.md) for tool-related slash
102
- commands.
101
+ - Explore the [Command reference](../reference/commands.md) for tool-related
102
+ slash commands.
@@ -14,8 +14,8 @@ provides direct access to the Markdown files in the `docs/` directory.
14
14
  `get_internal_docs` takes one optional argument:
15
15
 
16
16
  - `path` (string, optional): The relative path to a specific documentation file
17
- (for example, `cli/commands.md`). If omitted, the tool returns a list of all
18
- available documentation paths.
17
+ (for example, `reference/commands.md`). If omitted, the tool returns a list of
18
+ all available documentation paths.
19
19
 
20
20
  ## Usage
21
21
 
@@ -40,7 +40,7 @@ Gemini CLI uses this tool to ensure technical accuracy:
40
40
 
41
41
  ## Next steps
42
42
 
43
- - Explore the [Command reference](../cli/commands.md) for a detailed guide to
44
- slash commands.
45
- - See the [Configuration guide](../get-started/configuration.md) for settings
43
+ - Explore the [Command reference](../reference/commands.md) for a detailed guide
44
+ to slash commands.
45
+ - See the [Configuration guide](../reference/configuration.md) for settings
46
46
  reference.
@@ -11,6 +11,8 @@ by the agent when you ask it to "start a plan" using natural language. In this
11
11
  mode, the agent is restricted to read-only tools to allow for safe exploration
12
12
  and planning.
13
13
 
14
+ > **Note:** This tool is not available when the CLI is in YOLO mode.
15
+
14
16
  - **Tool name:** `enter_plan_mode`
15
17
  - **Display name:** Enter Plan Mode
16
18
  - **File:** `enter-plan-mode.ts`
@@ -131,9 +131,9 @@ configuration file.
131
131
  commands. Including the generic `run_shell_command` acts as a wildcard,
132
132
  allowing any command not explicitly blocked.
133
133
  - `tools.exclude` [DEPRECATED]: To block specific commands, use the
134
- [Policy Engine](../core/policy-engine.md). Historically, this setting allowed
135
- adding entries to the `exclude` list under the `tools` category in the format
136
- `run_shell_command(<command>)`. For example,
134
+ [Policy Engine](../reference/policy-engine.md). Historically, this setting
135
+ allowed adding entries to the `exclude` list under the `tools` category in the
136
+ format `run_shell_command(<command>)`. For example,
137
137
  `"tools": {"exclude": ["run_shell_command(rm)"]}` will block `rm` commands.
138
138
 
139
139
  The validation logic is designed to be secure and flexible: