Peter Steinberger
c2b28753e7
refactor: route more test seams through public plugin APIs
2026-03-27 13:46:17 +00:00
Peter Steinberger
a10763e118
refactor: generate bundled channel seams
2026-03-27 13:46:16 +00:00
Peter Steinberger
9a775aa59c
refactor: continue plugin seam cleanup
2026-03-27 13:46:16 +00:00
Tak Hoffman
398af90a22
fix(ci): makin it green
2026-03-27 08:26:49 -05:00
Peter Steinberger
7dd196ed74
fix: apply live model switches during active retries
2026-03-27 12:01:55 +00:00
mappel-nv
9d58f9e24f
Replace killProcessTree references to shell-utils with process/kill-tree ( #55213 )
...
* Replace killProcessTree references to shell-utils with process/kill-tree
* Address grace timeout comment
* Align with existing process kill behavior
* bash: fail stop without pid
* bash: lazy-load kill tree on stop
---------
Co-authored-by: Jacob Tomlinson <jtomlinson@nvidia.com >
2026-03-27 11:25:56 +00:00
oliviareid-svg
32a3733dbe
fix(google): strip empty required arrays from tool schemas for Gemini ( #52106 )
...
Merged via squash.
Prepared head SHA: 2ec59c1332
Co-authored-by: oliviareid-svg <269669958+oliviareid-svg@users.noreply.github.com >
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com >
Reviewed-by: @altaywtf
2026-03-27 14:00:14 +03:00
Jacob Tomlinson
76411b2afc
Agents: block protected gateway config writes ( #55682 )
...
* Agents: block protected gateway config writes
* Agents: tighten gateway config guard coverage
* Agents: guard migrated exec config aliases
2026-03-27 09:42:15 +00:00
Peter Steinberger
9322481075
fix: route ollama helpers through plugin sdk
2026-03-27 07:26:41 +00:00
Ayaan Zaidi
ae72977076
fix(agents): restore ollama public seam
2026-03-27 12:46:34 +05:30
Tak Hoffman
f5643544c2
Reduce lint suppressions in core tests and runtime
2026-03-27 02:11:26 -05:00
Peter Steinberger
a3e73daa6b
refactor: remove ollama legacy shims
2026-03-27 06:38:23 +00:00
Peter Steinberger
a8066ad96d
fix: align skills and compaction api drift
2026-03-27 06:18:41 +00:00
Tak Hoffman
f799cd6a14
test(agents): align compaction safeguard auth mock
2026-03-27 01:03:05 -05:00
Tak Hoffman
55ab98dc40
fix(agents): adapt compaction and skill source types
2026-03-27 01:02:22 -05:00
Peter Steinberger
4c27c90fc2
refactor: finish moving provider runtime into extensions
2026-03-27 05:38:58 +00:00
Peter Steinberger
64bf80d4d5
refactor: move provider runtime into extensions
2026-03-27 05:38:58 +00:00
Saurabh
8ab6891d97
fix: remove dead .status assignment and add 503 error test
2026-03-27 05:38:22 +00:00
Saurabh
517ae6ea14
fix: trigger model fallback on HTTP 503 Service Unavailable ( #55178 )
2026-03-27 05:38:22 +00:00
Ayaan Zaidi
85d5e4360d
fix(skills): use skill sourceInfo
2026-03-27 10:59:07 +05:30
Ayaan Zaidi
39fae14c72
fix(agents): adapt compaction request auth
2026-03-27 10:59:07 +05:30
Peter Steinberger
ee12f24760
fix: restore ci compatibility
2026-03-27 05:23:50 +00:00
Peter Steinberger
a9e241dacb
fix: align runtime types with upstream changes
2026-03-27 05:07:50 +00:00
Peter Steinberger
a1f995053e
refactor: migrate more boundary parsing to zod
2026-03-27 05:07:50 +00:00
Marcus Castro
38adeb888c
fix: align Skill consumers with sourceInfo → source rename
2026-03-27 01:49:58 -03:00
Marcus Castro
2942df6b9f
fix: align compaction call sites with upstream API drift
2026-03-27 01:49:58 -03:00
Ayaan Zaidi
51d851e092
fix(skills): use skill sourceInfo
2026-03-27 09:57:02 +05:30
Ayaan Zaidi
b1d853d88b
fix(agents): adapt compaction request auth
2026-03-27 09:56:35 +05:30
Peter Steinberger
70184d0a5e
fix: compaction API drift + Skill sourceInfo→source migration
...
- compaction.ts: drop removed 'headers' param from generateSummary call
- compaction.retry.test.ts: align test call with new generateSummary signature
- compaction-safeguard.ts: replace getApiKeyAndHeaders with getApiKey (upstream removed)
- Migrate all Skill sourceInfo.source → flat source field across agents, cli, security
- Update 6 test files to match new Skill shape
2026-03-27 04:23:39 +00:00
Peter Steinberger
eebce9e9c7
refactor: move memory host into sdk package
2026-03-27 04:12:04 +00:00
Tak Hoffman
962cc740a0
fix: keep session settings in sessions list
2026-03-26 22:48:39 -05:00
Tak Hoffman
e25965ed4a
fix: keep session thread ids in sessions list
2026-03-26 22:43:05 -05:00
Tak Hoffman
a2cc0630d2
fix: use session origin provider in subagent queue routing
2026-03-26 22:42:45 -05:00
Tak Hoffman
8e4115947b
fix: use session origin provider for reset overrides
2026-03-26 22:42:45 -05:00
Tak Hoffman
5783c2e070
fix: use session origin provider in status queue settings
2026-03-26 22:42:45 -05:00
Tak Hoffman
bd5fe92c94
fix: use session origin provider in sessions list
2026-03-26 22:42:45 -05:00
Tak Hoffman
5b4669632a
Avoid stale sessions_send reply carryover
2026-03-26 22:40:50 -05:00
Tak Hoffman
6ef6e80abe
Avoid stale subagent reply carryover
2026-03-26 22:40:50 -05:00
Peter Steinberger
be6b841334
fix: align skill and compaction API usage
2026-03-27 03:27:51 +00:00
Peter Steinberger
b15d9eb565
fix(agents): restore compaction headers typing
2026-03-27 03:19:59 +00:00
Peter Steinberger
158c4c1f4f
fix(repo): restore gate after upstream drift
2026-03-27 02:58:14 +00:00
Peter Steinberger
a331270f8a
fix: restore green build after upstream API drift
2026-03-27 02:49:53 +00:00
Kinfey
c959ac3a25
fix: WSL2 Ollama networking and provider discovery diagnostics ( #55435 )
...
- Fix Ollama stream handling for WSL2 environments
- Update undici global dispatcher for WSL2 networking compatibility
- Adjust provider discovery configuration
- Add WSL2 networking tests
2026-03-26 21:41:05 -05:00
Peter Steinberger
10527ff8a3
build: refresh deps and vitest cache lanes
2026-03-27 02:26:07 +00:00
Peter Steinberger
b49accc273
test: add websocket replay planning coverage
2026-03-27 02:16:01 +00:00
Peter Steinberger
86bac4ee2a
refactor: split openai websocket message conversion
2026-03-27 02:16:01 +00:00
Vincent Koc
fa2a318f40
Align ACPX built-in agent registry with latest acpx ( #55476 )
...
* Add Cursor CLI to ACP allowedAgents
- acpx: add cursor to ACPX_BUILTIN_AGENT_COMMANDS (agent acp)
- docs: add cursor to acp-agents harness list and allowedAgents example
Fixes #28321
Made-with: Cursor
* ACP Cursor: add to acp-router skill, system-prompt, and schema help
- acp-router SKILL: add Cursor to description, intent, agentId mapping,
harness aliases, and built-in adapter commands (agent acp)
- system-prompt: add cursor to ACP harness example
- schema.help: add cursor to runtime.acp.agent example
Fixes #28321
Made-with: Cursor
* fix(acpx): align built-in agent registry with latest acpx
---------
Co-authored-by: Rob MacDonald <rob@robmacdonald.com >
2026-03-26 19:15:17 -07:00
Peter Steinberger
b666ce692f
refactor: extract openai ws replay helpers
2026-03-27 02:00:51 +00:00
Peter Steinberger
60a8dd95de
refactor: split compaction safeguard quality helpers
2026-03-27 02:00:09 +00:00
Peter Steinberger
ca01595699
refactor: split tool display exec parsing
2026-03-27 01:50:32 +00:00