agent-orchestrator/v2/src/lib
Hibryda a70d45ad21 security: migrate plugin sandbox from new Function() to Web Worker
Each plugin now runs in a dedicated Web Worker with permission-gated
API proxied via postMessage. Eliminates prototype walking and
arguments.callee.constructor escape vectors inherent to same-realm
new Function() sandbox.
2026-03-15 02:36:55 +01:00
..
adapters feat: add SidecarManager actor pattern, SPKI pinning, btmsg seen_messages, Aider autonomous mode 2026-03-14 04:39:40 +01:00
components feat: add SidecarManager actor pattern, SPKI pinning, btmsg seen_messages, Aider autonomous mode 2026-03-14 04:39:40 +01:00
plugins security: migrate plugin sandbox from new Function() to Web Worker 2026-03-15 02:36:55 +01:00
providers Add Aider provider with OpenRouter support and per-provider sidecar routing 2026-03-12 13:33:39 +01:00
stores Wire play/stop buttons and DM send to agent lifecycle 2026-03-12 12:33:08 +01:00
styles style(agent): redesign AgentPane and MarkdownPane for polished readable UI 2026-03-09 02:31:04 +01:00
types feat: add SidecarManager actor pattern, SPKI pinning, btmsg seen_messages, Aider autonomous mode 2026-03-14 04:39:40 +01:00
utils feat: fix subagent delegation for Manager agents 2026-03-12 11:10:50 +01:00
agent-dispatcher.test.ts test: update tests for production readiness features 2026-03-12 11:10:50 +01:00
agent-dispatcher.ts feat: integrate all production readiness modules 2026-03-12 11:10:50 +01:00