Gal Zahavi
|
eb4d28af6a
|
fix(core): fix PTY descriptor shell leak (#16773)
|
2026-01-16 17:55:29 +00:00 |
|
N. Taylor Mullen
|
1b2af728e0
|
perf(ui): optimize text buffer and highlighting for large inputs (#16782)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-01-16 17:33:13 +00:00 |
|
joshualitt
|
fd14ce22e3
|
feat(core): Add generalist agent. (#16638)
|
2026-01-16 17:21:13 +00:00 |
|
Christian Gunderman
|
9c3f0fce0b
|
Steer outer agent to use expert subagents when present (#16763)
|
2026-01-16 16:51:10 +00:00 |
|
Abhi
|
7182736be7
|
feat(scheduler): add functional awaitConfirmation utility (#16721)
|
2026-01-15 22:44:59 +00:00 |
|
Jerop Kipruto
|
cb4728a360
|
feat(plan): add experimental 'plan' approval mode (#16753)
|
2026-01-15 22:00:19 +00:00 |
|
Adib234
|
a263db59eb
|
Add support for running available commands prior to MCP servers loading (#15596)
|
2026-01-15 20:33:16 +00:00 |
|
Gal Zahavi
|
0cbb4ee456
|
fix(cli): prevent OOM crash by limiting file search traversal and adding timeout (#16696)
|
2026-01-15 20:04:22 +00:00 |
|
Sehoon Shon
|
8478bc9614
|
fix(core): prevent ModelInfo event emission on aborted signal (#16752)
|
2026-01-15 17:26:54 +00:00 |
|
Jacob Richman
|
f8d8f4f930
|
Make merged settings non-nullable and fix all lints related to that. (#16647)
|
2026-01-15 17:26:10 +00:00 |
|
Allen Hutchison
|
a0ee0e4d87
|
feat(policy): add source tracking to policy rules (#16670)
|
2026-01-15 16:06:07 +00:00 |
|
Abhi
|
4dba6590ce
|
feat(scheduler): add SchedulerStateManager for reactive tool state (#16651)
|
2026-01-15 04:42:31 +00:00 |
|
N. Taylor Mullen
|
5e707c4f47
|
feat(skills): add conflict detection and warnings for skill overrides (#16709)
|
2026-01-15 04:02:17 +00:00 |
|
N. Taylor Mullen
|
10b6675aa2
|
refactor(core): harden skill frontmatter parsing (#16705)
|
2026-01-15 02:44:08 +00:00 |
|
maruto
|
8ddc5db0c1
|
fix: Handle colons in skill description frontmatter (#16345)
Co-authored-by: gemini-code-assist[bot] <gemini-code-assist[bot]@users.noreply.github.com>
|
2026-01-15 02:10:21 +00:00 |
|
Jerop Kipruto
|
ec38402aff
|
feat(plan): add experimental plan flag (#16650)
|
2026-01-15 00:55:10 +00:00 |
|
Jacob Richman
|
d4f277442a
|
Add timeout for shell-utils to prevent hangs. (#16667)
|
2026-01-15 00:48:02 +00:00 |
|
Sehoon Shon
|
3b74679c5b
|
Enable & disable agents (#16225)
|
2026-01-15 00:30:17 +00:00 |
|
Abhi
|
fe06034e99
|
feat(scheduler): add types needed for event driven scheduler (#16641)
|
2026-01-14 22:22:44 +00:00 |
|
Adrian Cole
|
540e565075
|
fix(acp): run exit cleanup when stdin closes (#14953)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Allen Hutchison <adh@google.com>
Co-authored-by: Allen Hutchison <allen@hutchison.org>
|
2026-01-14 22:02:44 +00:00 |
|
N. Taylor Mullen
|
8ca38a15c3
|
refactor(skills): replace 'project' with 'workspace' scope (#16380)
|
2026-01-14 21:05:26 +00:00 |
|
N. Taylor Mullen
|
786fdc0544
|
feat: introduce 'skill-creator' built-in skill and CJS management tools (#16394)
|
2026-01-14 20:57:46 +00:00 |
|
Abhi
|
41e5c09bff
|
prefactor: add rootCommands as array so it can be used for policy parsing (#16640)
|
2026-01-14 18:50:28 +00:00 |
|
Krushna Korade
|
653ae8aa96
|
fix: PDF token estimation (#16494) (#16527)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2026-01-14 13:32:36 +00:00 |
|
N. Taylor Mullen
|
1c2df2c1bb
|
feat(admin): support admin-enforced settings for Agent Skills (#16406)
|
2026-01-14 07:40:23 +00:00 |
|
Sehoon Shon
|
81fb5a5c21
|
feat(core/ui): enhance retry mechanism and UX (#16489)
|
2026-01-14 04:03:19 +00:00 |
|
Adam Weidman
|
068bc9c4d3
|
refactor: clean up A2A task output for users and LLMs (#16561)
|
2026-01-14 01:58:55 +00:00 |
|
Abhi
|
972906a211
|
fix(core): Resolve race condition in tool response reporting (#16557)
|
2026-01-14 01:37:10 +00:00 |
|
Tommaso Sciortino
|
60a9b3f39e
|
Fix: make ctrl+x use preferred editor (#16556)
|
2026-01-14 00:55:07 +00:00 |
|
joshualitt
|
dbc934f61b
|
feat(core): Align internal agent settings with configs exposed through settings.json (#16458)
|
2026-01-13 22:31:34 +00:00 |
|
joshualitt
|
9f61fba1eb
|
feat(core, cli): Add support for agents in settings.json. (#16433)
|
2026-01-13 20:16:02 +00:00 |
|
Christian Gunderman
|
a3ad7d7ddd
|
Implement support for subagents as extensions. (#16473)
|
2026-01-13 19:09:22 +00:00 |
|
N. Taylor Mullen
|
e921e9d611
|
feat(agents): clarify mandatory YAML frontmatter for sub-agents (#16515)
|
2026-01-13 17:44:52 +00:00 |
|
Vedant Mahajan
|
d7bb3ba9f7
|
Refactor beforeAgent and afterAgent hookEvents to follow desired output (#16495)
|
2026-01-13 16:50:54 +00:00 |
|
N. Taylor Mullen
|
444069682b
|
fix(policy): ensure MCP policies match unqualified names in non-interactive mode (#16490)
|
2026-01-13 07:25:11 +00:00 |
|
Sandy Tao
|
4ad26bda56
|
feat(core): add disableLLMCorrection setting to skip auto-correction in edit tools (#16000)
|
2026-01-13 01:26:53 +00:00 |
|
N. Taylor Mullen
|
afefab3025
|
feat(agents): improve UI feedback and parser reliability (#16459)
|
2026-01-13 00:20:28 +00:00 |
|
Christian Gunderman
|
c8e487d0dc
|
Collect hardware details telemetry. (#16119)
|
2026-01-12 23:59:22 +00:00 |
|
N. Taylor Mullen
|
d4d2cd3de9
|
feat(core): support shipping built-in skills with the CLI (#16300)
|
2026-01-12 23:44:08 +00:00 |
|
N. Taylor Mullen
|
49121f8c00
|
feat(cli): add install and uninstall commands for skills (#16377)
|
2026-01-12 23:24:41 +00:00 |
|
Coco Sheng
|
bc0f416b99
|
feat(a2a): Introduce /memory command for a2a server (#14456)
Co-authored-by: Shreya Keshive <shreyakeshive@google.com>
|
2026-01-12 21:46:42 +00:00 |
|
Sehoon Shon
|
bbad440af9
|
Update cli-help agent's system prompt in sub-agents section (#16441)
|
2026-01-12 20:41:01 +00:00 |
|
N. Taylor Mullen
|
8c97808de6
|
fix(core): avoid 'activate_skill' re-registration warning (#16398)
|
2026-01-12 19:31:34 +00:00 |
|
Allen Hutchison
|
a99f8ee7de
|
fix(policy): enhance shell command safety and parsing (#15034)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
|
2026-01-12 19:23:32 +00:00 |
|
Vedant Mahajan
|
d01eebc245
|
Add other hook wrapper methods to hooksystem (#16361)
|
2026-01-12 17:38:45 +00:00 |
|
Sehoon Shon
|
18bfa6dbcd
|
revert the change that was recently added from a fix (#16390)
|
2026-01-12 17:23:06 +00:00 |
|
Adam Weidman
|
ac2df9d22c
|
fix(core): ensure sub-agent schema and prompt refresh during runtime (#16409)
Co-authored-by: Sehoon Shon <sshon@google.com>
|
2026-01-12 17:11:24 +00:00 |
|
Sehoon Shon
|
d7dbfb2a11
|
Markdown w/ Frontmatter Agent Parser (#16094)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-01-12 16:31:49 +00:00 |
|
Adam Weidman
|
b35bf217eb
|
fix(core): ensure silent local subagent delegation while allowing remote confirmation (#16395)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2026-01-12 08:55:16 +00:00 |
|
Abhi
|
76c9aca829
|
feat(cli): add /chat debug command for nightly builds (#16339)
|
2026-01-11 19:11:06 +00:00 |
|