Commit Graph

184 Commits

Author SHA1 Message Date
Abhi 4862bcf607 feat(core): infrastructure for event-driven subagent history (#23914) 2026-03-31 21:54:22 +00:00
cynthialong0-0 6f529892fe fix(core): fix race condition between browser agent and main closing process (#24340) 2026-03-31 17:43:37 +00:00
cynthialong0-0 5f0b7bfa6d Fix(browser): terminate immediately for "browser is already running" error (#24233)
Co-authored-by: Gaurav <39389231+gsquared94@users.noreply.github.com>
2026-03-31 17:07:58 +00:00
Gaurav 861bab35c0 fix(browser): terminate subagent immediately on domain restriction violations (#24313) 2026-03-31 16:51:27 +00:00
cynthialong0-0 49c5002df6 fix(browser): reset action counter for each agent session and let it ignore internal actions (#24228) 2026-03-31 15:23:19 +00:00
Abhi 6eb0a4ec8e fix(core): ensure default agents provide tools and use model-specific schemas (#24268) 2026-03-30 23:10:57 +00:00
Abhi 70bca037d3 feat(core): subagent isolation and cleanup hardening (#23903) 2026-03-27 03:43:39 +00:00
Aditya Bijalwan 1a8845a71d feat(core): implement persistent browser session management (#21306)
Co-authored-by: Gaurav <39389231+gsquared94@users.noreply.github.com>
Co-authored-by: cynthialong0-0 <82900738+cynthialong0-0@users.noreply.github.com>
2026-03-26 21:33:37 +00:00
Aditya Bijalwan 07e119d9d6 fix(browser): keep input blocker active across navigations (#22562)
Co-authored-by: cynthialong0-0 <82900738+cynthialong0-0@users.noreply.github.com>
2026-03-26 16:54:49 +00:00
cynthialong0-0 6b1db6eb96 feat(browser): dynamically discover read-only tools (#23805) 2026-03-25 19:16:48 +00:00
Shaswat Raj 75adc9d177 fix(core): thread AbortSignal to chat compression requests (#20405) (#20778)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
2026-03-25 16:57:59 +00:00
tony-shi 9b16be28f8 fix(browser): add proxy bypass constraint to domain restriction system prompt (#23229)
Co-authored-by: cynthialong0-0 <82900738+cynthialong0-0@users.noreply.github.com>
2026-03-25 15:59:21 +00:00
tony-shi 3879c830b4 fix(browser): detect embedded URLs in query params to prevent allowedDomains bypass (#23225)
Co-authored-by: cynthialong0-0 <82900738+cynthialong0-0@users.noreply.github.com>
2026-03-25 15:26:00 +00:00
Adam Weidman b7697304b6 feat(core): support inline agentCardJson for remote agents (#23743) 2026-03-25 04:03:51 +00:00
Adam Weidman 6db59f3046 fix(core): improve agent loader error formatting for empty paths (#23690) 2026-03-24 22:04:28 +00:00
cynthialong0-0 b1935dbd78 feat(browser): add maxActionsPerTask for browser agent setting (#23216) 2026-03-24 21:40:48 +00:00
Adam Weidman b7df5c5d57 feat(core): change user-facing auth type from oauth2 to oauth (#23639)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-24 18:46:12 +00:00
Adam Weidman a798d24eb4 fix(core): improve remote agent streaming UI and UX (#23633) 2026-03-24 15:34:04 +00:00
Abhi b75a7b3dce fix(core): accurately reflect subagent tool failure in UI (#23187) 2026-03-24 01:56:00 +00:00
Spencer d583c452b8 fix(telemetry): patch memory leak and enforce logPrompts privacy (#23281) 2026-03-23 23:58:06 +00:00
Adam Weidman a66160e826 fix(core): prevent redundant remote agent loading on model switch (#23576) 2026-03-23 19:45:59 +00:00
Abhi 9879ae1e58 fix(core): refine CliHelpAgent description for better delegation (#23310) 2026-03-21 06:24:37 +00:00
Christian Gunderman 6ade35aace Disallow and suppress misused spread operator. (#23294) 2026-03-21 05:21:53 +00:00
cynthialong0-0 5c7981b883 feat(browser): add warning message for session mode 'existing' (#23288) 2026-03-21 03:59:16 +00:00
Abhi d7a921e443 fix(core): fix agent description indentation (#23315) 2026-03-20 23:24:57 +00:00
cynthialong0-0 516c95349d feat(browser): add sensitive action controls and read-only noise reduction (#22867) 2026-03-20 22:34:04 +00:00
cynthialong0-0 cab002ae66 feat(core): add security prompt for browser agent (#23241) 2026-03-20 20:12:24 +00:00
Dev Randalpura 4a1cd30c88 fix(core): add sanitization to sub agent thoughts and centralize utilities (#22828) 2026-03-20 19:19:18 +00:00
Sandy Tao 918d7d3803 feat(core): add experimental memory manager agent to replace save_memory tool (#22726)
Co-authored-by: Christian Gunderman <gundermanc@gmail.com>
2026-03-19 12:57:52 -07:00
Abhi b03570d15c feat(core): inject memory and JIT context into subagents (#23032) 2026-03-19 17:16:09 +00:00
cynthialong0-0 8948c58b04 fix(browser-agent): enable "Allow all server tools" session policy (#22343) 2026-03-19 16:32:35 +00:00
Gaurav 9053f409f5 fix(core): narrow browser agent description to prevent stealing URL tasks from web_fetch (#23086) 2026-03-19 10:45:59 +00:00
Abhi 35c933ab6a feat(core): resilient subagent tool rejection with contextual feedback (#22951) 2026-03-19 01:09:37 +00:00
AK f9fac3cfb6 fix(core): explicitly map execution context in LocalAgentExecutor (#22949)
Co-authored-by: cynthialong0-0 <82900738+cynthialong0-0@users.noreply.github.com>
2026-03-18 19:54:48 +00:00
Aditya Bijalwan 8374065bdc Feat/browser privacy consent (#21119) 2026-03-18 19:33:24 +00:00
Christian Gunderman ab1c7c7719 Fix issue where subagent thoughts are appended. (#22975) 2026-03-18 19:20:31 +00:00
Abhi 8df021298a fix(cli): resolve subagent grouping and UI state persistence (#22252) 2026-03-18 03:11:20 +00:00
AK 86a0dc8818 feat(core): subagent local execution and tool isolation (#22718) 2026-03-18 02:34:44 +00:00
Alisa 89f769083a feat(a2a): add agent acknowledgment command and enhance registry discovery (#22389) 2026-03-17 22:47:05 +00:00
AK 4e7af9d762 feat(core): add foundation for subagent tool isolation (#22708) 2026-03-17 03:54:33 +00:00
Adam Weidman d29e9e2723 refactor(core): introduce InjectionService with source-aware injection and backend-native background completions (#22544) 2026-03-16 21:06:29 +00:00
Christian Gunderman e3fdc290d0 Disallow Object.create() and reflect. (#22408) 2026-03-16 16:24:27 +00:00
cynthialong0-0 3520f33a80 feat(agent): replace the runtime npx for browser agent chrome devtool mcp with pre-built bundle (#22213)
Co-authored-by: Gaurav Ghosh <gaghosh@google.com>
Co-authored-by: Gaurav <39389231+gsquared94@users.noreply.github.com>
2026-03-16 08:05:38 +00:00
kevinjwang1 933777141c Add ModelDefinitions to ModelConfigService (#22302) 2026-03-14 21:45:21 +00:00
Christian Gunderman ac59d20b9f Fix issue where config was undefined. (#22397) 2026-03-14 01:36:25 +00:00
cynthialong0-0 5589aac742 feat(agent): add allowed domain restrictions for browser agent (#21775) 2026-03-13 19:41:40 +00:00
Gaurav 081f42b841 test: add Object.create context regression test and tool confirmation integration test (#22356) 2026-03-13 17:49:33 +00:00
Bryan Morgan a06c74e35e feat(core): increase sub-agent turn and time limits (#22196) 2026-03-13 02:39:49 +00:00
joshualitt 92cca24bc9 feat(core): Fully migrate packages/core to AgentLoopContext. (#22115) 2026-03-13 01:56:31 +00:00
Alisa dbc4faf951 feat(a2a): enable native gRPC support and protocol routing (#21403)
Co-authored-by: Adam Weidman <adamfweidman@google.com>
2026-03-12 21:36:50 +00:00