BTerminal/v2/bterminal-core/src
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
..
event.rs refactor(v2): extract bterminal-core crate with EventSink trait 2026-03-06 19:05:35 +01:00
lib.rs refactor(v2): extract bterminal-core crate with EventSink trait 2026-03-06 19:05:35 +01:00
pty.rs refactor(v2): extract bterminal-core crate with EventSink trait 2026-03-06 19:05:35 +01:00
sidecar.rs feat(v2): add permission mode passthrough and fix agent stop-on-close 2026-03-06 23:33:51 +01:00