BTerminal/v2/src/lib/adapters
Hibryda d5eb08ed42 feat(v2): add permission mode passthrough and fix agent stop-on-close
- Add permission_mode field to AgentQueryOptions (Rust, sidecar, bridge)
  flowing from controller through sidecar to SDK; defaults to
  bypassPermissions, supports default mode
- Fix AgentPane onDestroy bug: remove stopAgent() from onDestroy (fires
  on layout remounts), move stop-on-close to TilingGrid onClose handler
- Bundle SDK into sidecar via esbuild (remove --external flag)
2026-03-06 23:33:51 +01:00
..
agent-bridge.test.ts test(v2): add integration tests for layout, agent-bridge, and dispatcher 2026-03-06 15:42:34 +01:00
agent-bridge.ts feat(v2): add permission mode passthrough and fix agent stop-on-close 2026-03-06 23:33:51 +01:00
ctx-bridge.ts feat(v2): add SSH management, ctx integration, themes, detached mode, auto-updater 2026-03-06 14:50:00 +01:00
file-bridge.ts feat(v2): implement session persistence, file watcher, and markdown viewer 2026-03-06 12:19:56 +01:00
pty-bridge.ts feat(v2): add frontend remote machine integration 2026-03-06 19:05:53 +01:00
remote-bridge.ts feat(v2): refactor reconnection probe to TCP-only and add frontend listeners 2026-03-06 21:50:45 +01:00
sdk-messages.test.ts test(v2): add integration tests for layout, agent-bridge, and dispatcher 2026-03-06 15:42:34 +01:00
sdk-messages.ts feat(v2): add agent pane with SDK message adapter and dispatcher 2026-03-06 01:01:56 +01:00
session-bridge.ts feat(v2): add session groups with collapsible sidebar headers 2026-03-06 15:42:16 +01:00
settings-bridge.ts feat(v2): add agent tree, status bar, notifications, settings dialog (Phase 5) 2026-03-06 13:46:21 +01:00
ssh-bridge.ts feat(v2): add SSH management, ctx integration, themes, detached mode, auto-updater 2026-03-06 14:50:00 +01:00