Jerop Kipruto
076841f313
docs: use direct relative links for same-directory files
2026-03-17 17:45:04 -04:00
Jerop Kipruto
99e1aa0970
docs: fix relative links to satisfy Astro validator
2026-03-17 17:45:04 -04:00
Jerop Kipruto
afe40fc284
feat(sdd): update commands to use colon separator format (/spec:<action>)
2026-03-17 17:45:04 -04:00
Jerop Kipruto
b9c46d362b
feat(sdd): guard built-in SDD with experimental.sdd flag
2026-03-17 17:45:04 -04:00
Jerop Kipruto
5c69b08f60
docs: retain Conductor reference in plan-mode note and update links
2026-03-17 17:45:03 -04:00
Jerop Kipruto
3964f0cda5
feat(sdd): rename to SDD and migrate storage to .gemini/specs
...
- Renamed built-in extension 'Conductor' to 'Spec-Driven Development (SDD)'.
- Updated commands from '/conductor:<action>' to '/spec <action>'.
- Migrated default artifact storage from 'conductor/' to '.gemini/specs/'.
- Updated documentation, security policies, and internal references.
- Refactored FileCommandLoader to use standardized variable hydration.
- Replaced automatic Conductor deletion with a non-destructive migration prompt.
- Added step in setup to ensure .gemini/specs/ is exempted from .gitignore.
2026-03-17 17:45:03 -04:00
Jerop Kipruto
5c8302ad33
feat(cli): rename extension to sdd and add migration prompt
2026-03-17 17:45:03 -04:00
Jerop Kipruto
06caadce57
feat(cli): rename conductor commands to /spec
2026-03-17 17:45:03 -04:00
Moisés Gana Obregón
39361bce1f
feat(cli): add support for the ${extensionPath} variable in extension TOML commands ( #22681 )
2026-03-17 17:45:03 -04:00
Jerop Kipruto
d78af8202a
feat(cli): integrate conductor as a built-in extension
...
- Introduce support for bundled 'builtin' extensions in ExtensionManager
- Migrate conductor extension to packages/core/src/extensions/builtin/conductor
- Add automatic migration logic to cleanup manual conductor installations
- Make extension versioning optional for built-ins, defaulting to CLI version
- Update build and bundle scripts to include builtin extensions
- Enhance documentation to highlight conductor as a core feature
2026-03-17 17:45:03 -04:00
Adib234
61fd71dc29
fix(plan): allowlist get_internal_docs in Plan Mode ( #22668 )
2026-03-17 00:34:30 +00:00
Abhijit Balaji
9f7691fd88
feat(prompts): implement Topic-Action-Summary model for verbosity reduction ( #21503 )
2026-03-14 05:10:30 +00:00
Gal Zahavi
b49fc8122d
feat(security): add disableAlwaysAllow setting to disable auto-approvals ( #21941 )
2026-03-13 23:02:09 +00:00
Gal Zahavi
fa024133e6
feat(core): integrate SandboxManager to sandbox all process-spawning tools ( #22231 )
2026-03-13 21:11:51 +00:00
ruomeng
bb060d7a98
docs(plan): document hooks with plan mode ( #22197 )
2026-03-12 23:35:56 +00:00
krishdef7
19e0b1ff7d
fix(cli): escape @ symbols on paste to prevent unintended file expansion ( #21239 )
2026-03-12 22:05:12 +00:00
Douglas Reid
5abc170b08
docs(local model routing): add docs on how to use Gemma for local model routing ( #21365 )
...
Co-authored-by: Douglas Reid <21148125+douglas-reid@users.noreply.github.com >
Co-authored-by: Allen Hutchison <adh@google.com >
Co-authored-by: matt korwel <matt.korwel@gmail.com >
2026-03-12 21:36:32 +00:00
Bryan Morgan
949e85ca55
feat(core): differentiate User-Agent for a2a-server and ACP clients ( #22059 )
2026-03-12 02:31:59 +00:00
Jenna Inouye
3da1563c30
Docs: Add documentation for model steering (experimental). ( #21154 )
2026-03-12 00:05:59 +00:00
Adib234
90b53f9a82
docs(plan): clarify interactive plan editing with Ctrl+X ( #22076 )
2026-03-11 23:38:22 +00:00
Gyanranjan Priyam
99bbbc2170
docs: fix misleading YOLO mode description in defaultApprovalMode ( #21878 )
...
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com >
Co-authored-by: A.K.M. Adib <adibakm@google.com >
2026-03-11 15:10:55 +00:00
Aishanee Shah
f8ad3a200a
Feat/retry fetch notifications ( #21813 )
2026-03-11 03:33:50 +00:00
Yongrui Lin
bc75a61982
docs(cli): mention per-model token usage in stream-json result event ( #21908 )
2026-03-10 19:29:18 +00:00
Abhi
0d60d68cf9
docs(mcp): standardize mcp tool fqn documentation ( #21664 )
2026-03-10 19:13:00 +00:00
Mark McLaughlin
b404fc02e7
fix(auth): update terminology to 'sign in' and 'sign out' ( #20892 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2026-03-10 19:10:26 +00:00
Jerop Kipruto
18112c474e
docs: clarify telemetry setup and comprehensive data map ( #21879 )
2026-03-10 17:20:25 +00:00
Spencer
a220874281
feat(policy): support auto-add to policy by default and scoped persistence ( #20361 )
2026-03-10 17:01:41 +00:00
Coco Sheng
e91f86c248
feat(telemetry): add specific PR, issue, and custom tracking IDs for GitHub Actions ( #21129 )
2026-03-10 14:59:13 +00:00
Jerop Kipruto
a6b95897ad
docs: clarify global policy rules application in plan mode ( #21864 )
2026-03-10 13:10:17 +00:00
Shehab
ec7773eb7b
fix(docs): update theme screenshots and add missing themes ( #20689 )
...
Co-authored-by: Chris Williams <chrisjwilliams@google.com >
Co-authored-by: Chris Williams <diodesign@gmail.com >
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com >
2026-03-10 00:35:10 +00:00
Vroot
680077631d
fix(docs): fix headless mode docs ( #21287 )
...
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-09 20:13:14 +00:00
Jerop Kipruto
35ee2a841a
feat(plan): enable Plan Mode by default ( #21713 )
2026-03-09 15:58:46 +00:00
Chris Williams
0f019122b0
Docs: Make documentation links relative ( #21490 )
2026-03-09 15:23:00 +00:00
Dmitry Lyalin
d41735d6a9
feat(cli): unify /chat and /resume command UX ( #20256 )
2026-03-08 22:50:51 +00:00
Jenna Inouye
97dfbd4598
Docs: Add documentation for notifications (experimental)(macOS) ( #21163 )
2026-03-08 06:31:24 +00:00
Keith Guerin
dc6741097c
refactor(cli): standardize on 'reload' verb for all components ( #20654 )
...
Co-authored-by: Krishna Korade <MushuEE@users.noreply.github.com >
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2026-03-07 22:56:11 +00:00
Abhi
32e61529f5
feat(cli): hide gemma settings from display and mark as experimental ( #21471 )
2026-03-06 22:34:59 +00:00
Mohammed Abdelaziz
f17f05373e
docs(cli): clarify ! command output visibility in shell commands tutorial ( #21041 )
...
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com >
2026-03-06 08:47:29 +00:00
Sam Roberts
1ba9d71284
docs(links): update docs-writer skill and fix broken link ( #21314 )
2026-03-05 21:20:52 +00:00
Jerop Kipruto
f47cb3c136
docs: use absolute paths for internal links in plan-mode.md ( #21299 )
2026-03-05 19:11:57 +00:00
Zheyuan Lin
291639633f
feat(cli): add native gVisor (runsc) sandboxing support ( #21062 )
...
Co-authored-by: Zheyuan <zlin252@emory.edu >
Co-authored-by: Kartik Angiras <angiraskartik@gmail.com >
2026-03-05 18:39:57 +00:00
Jack Wotherspoon
9dc6898d28
feat: add custom footer configuration via /footer ( #19001 )
...
Co-authored-by: Keith Guerin <keithguerin@gmail.com >
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2026-03-05 02:21:48 +00:00
Jerop Kipruto
55db3c776c
docs: document planning workflows with Conductor example ( #21166 )
2026-03-04 22:07:05 +00:00
Jenna Inouye
29b3aa860c
Docs: Create tools reference ( #19470 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-04 20:16:33 +00:00
Himanshu Soni
717660997d
feat(sandbox): add experimental LXC container sandbox support ( #20735 )
2026-03-04 17:44:33 +00:00
Jenna Inouye
7011c13ee6
Docs: Update plan mode docs ( #19682 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Jerop Kipruto <jerop@google.com >
2026-03-04 12:53:51 +00:00
ruomeng
b5f3eb2c9c
feat(plan): add copy subcommand to plan ( #20491 ) ( #20988 )
2026-03-03 21:36:51 +00:00
Adib234
5f2f60bed6
feat(plan): enable built-in research subagents in plan mode ( #20972 )
2026-03-03 16:52:27 +00:00
Jerop Kipruto
fca29b0bd8
fix(plan): clean up session directories and plans on deletion ( #20914 )
2026-03-03 14:11:25 +00:00
Keith Guerin
1e2afbb514
feat(cli): invert context window display to show usage ( #20071 )
...
Co-authored-by: jacob314 <jacob314@gmail.com >
2026-03-03 09:22:29 +00:00