Keith Guerin
22cf2a6e91
feat(ui): implement refreshed UX for Composer layout
...
- Promotes refreshed multi-row status area and footer as the default experience.
- Stabilizes Composer row heights to prevent layout 'jitter' during typing and model turns.
- Unifies active hook status and model loading indicators into a single, stable Row 1.
- Refactors settings to use backward-compatible 'Hide' booleans (ui.hideStatusTips, ui.hideStatusWit).
- Removes vestigial context usage bleed-through logic in minimal mode to align with global UX direction.
- Relocates toast notifications to the top status row for improved visibility.
- Updates all CLI UI snapshots and architectural tests to reflect the stabilized layout.
- Fixes persistent TypeScript compilation errors in tests by refactoring async render helpers (`LoadingIndicator.test.tsx`, `AppHeader.test.tsx`, `ToolMessage.test.tsx`) to avoid direct destructuring of complex inferred return types, ensuring consistent Promise flattening across all CI environments (Node 20/22/24).
2026-03-19 23:21:20 -07:00
Sam Roberts
2ebcd48a4e
Update callouts to work on github. ( #22245 )
2026-03-19 21:11:14 +00:00
Abhi
0d60d68cf9
docs(mcp): standardize mcp tool fqn documentation ( #21664 )
2026-03-10 19:13:00 +00:00
christine betts
43eb74ac59
Add support for updating extension sources and names ( #21715 )
2026-03-09 23:31:31 +00:00
Mahima Shanware
c332d1e636
feat(extensions): add support for plan directory in extension manifest ( #20354 )
...
Co-authored-by: Mahima Shanware <mshanware@google.com >
Co-authored-by: Jerop Kipruto <jerop@google.com >
2026-03-03 16:50:18 +00:00
Tommaso Sciortino
c89d4f9c6c
docs: add Windows PowerShell equivalents for environments and scripting ( #20333 )
2026-02-27 23:41:47 +00:00
christine betts
e17f927a69
Add support for policy engine in extensions ( #20049 )
...
Co-authored-by: Jerop Kipruto <jerop@google.com >
2026-02-27 03:29:33 +00:00
Steven Robertson
b0ceb74462
feat: implement AfterTool tail tool calls ( #18486 )
2026-02-24 03:57:00 +00:00
Sam Roberts
d25c469f77
Migrate files to resource or references folder. ( #19503 )
2026-02-19 23:47:39 +00:00
Jenna Inouye
216d7272bb
Docs: Clarify extensions documentation. ( #19277 )
2026-02-17 21:57:27 +00:00
Jack Wotherspoon
a83ca11035
docs: custom themes in extensions ( #19219 )
2026-02-16 19:58:48 +00:00
christine betts
2dac98dc8d
Remove experimental note in extension settings docs ( #18822 )
2026-02-11 19:17:51 +00:00
Abhi
fe8de892f7
docs(skills): remove experimental labels and update tutorials ( #17714 )
2026-01-28 00:42:41 +00:00
Abhi
ff6547857e
revert: promote Agent Skills to stable ( #17693 ) ( #17712 )
2026-01-27 23:29:12 +00:00
Abhi
6f6445994e
feat(skills): promote Agent Skills to stable ( #17693 )
2026-01-27 21:50:22 +00:00
Christian Gunderman
246a6d10c3
Sub-agents documentation. ( #16639 )
...
Co-authored-by: Jenna Inouye <jinouye@google.com >
2026-01-27 18:24:37 +00:00
christine betts
b07953fb38
Update extensions docs ( #16093 )
2026-01-26 20:14:38 +00:00
Abhi
cb772a5b7f
docs(hooks): clarify mandatory 'type' field and update hook schema documentation ( #17499 )
2026-01-25 23:33:12 +00:00
N. Taylor Mullen
063f0d0dcd
docs(extensions): add Agent Skills support and mark feature as experimental ( #16859 )
2026-01-16 19:37:28 +00:00
Angel Montero
75bc41fc20
fix: typo in MCP servers settings description ( #15929 )
2026-01-08 18:59:23 +00:00
Abhi
17b3eb730a
docs: add docs for hooks + extensions ( #16073 )
2026-01-07 20:46:44 +00:00
christine betts
97b31c4eef
Simplify extension settings command ( #16001 )
2026-01-07 16:23:07 +00:00
christine betts
ec9a8c7a72
Add support for user-scoped extension settings ( #13748 )
2025-12-08 22:51:26 +00:00
christine betts
e0a2227faf
Add commands for listing and updating per-extension settings ( #12664 )
2025-12-04 00:16:16 +00:00
David Huntsperger
26f050ff10
Updated ToC on docs intro; updated title casing to match Google style ( #13717 )
2025-12-01 19:38:48 +00:00
JAYADITYA
19d4384f16
docs: Update uninstall command to reflect multiple extension support ( #13582 )
2025-11-21 17:38:59 +00:00
christine betts
c13ec85d7d
Update keychain storage name to be more user-friendly ( #12644 )
2025-11-06 20:55:20 +00:00
Allen Hutchison
02518d2927
docs: update command-line flag documentation ( #12452 )
2025-11-02 17:59:03 +00:00
Pascal Birchler
b8969cceff
fix(docs): remove incorrect extension install method ( #11194 )
2025-10-30 17:24:48 +00:00
christine betts
7e987113a2
Add support for sensitive keychain-stored per-extension settings ( #11953 )
2025-10-28 18:48:50 +00:00
christine betts
750c0e366f
Add extension settings to be requested on install ( #9802 )
2025-10-23 15:47:08 +00:00
Seth Ladd
203bad7c06
Docs: Point to extensions gallery from extensions docs in the project ( #10763 )
...
Co-authored-by: Jack Wotherspoon <jackwoth@google.com >
Co-authored-by: Pascal Birchler <pascal.birchler@gmail.com >
2025-10-15 07:29:21 +00:00
Richie Foreman
a08938010c
cleanup(markdown): Prettier format all markdown @ 80 char width ( #10714 )
2025-10-09 12:17:37 +00:00
Richie Foreman
bcbcaeb82c
fix(docs): Update docs/faq.md per Srinanth ( #10667 )
2025-10-08 22:03:28 +00:00
Jacob MacDonald
56ca62cf3c
Pre releases ( #10752 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-08 21:26:12 +00:00
christine betts
d93e987f24
Remove separate --path argument for extensions install command ( #10628 )
2025-10-07 16:01:45 +00:00
Dmitry Lyalin
5a0b21b1d1
Fix link to Extension Releasing Guide (broken link) ( #10635 )
2025-10-07 12:59:42 +00:00
christine betts
4f53919a2b
Update extensions docs ( #10621 )
2025-10-07 00:12:56 +00:00
Jenna Inouye
14dbda9145
Docs IA update and Get Started section. ( #10192 )
2025-10-01 23:24:29 +00:00