BTerminal/v2/src-tauri/src
Hibryda 3f1638c98b fix: resolve medium/low audit findings across backend and frontend
- ctx CLI: validate int() limit arg, wrap FTS5 MATCH in try/except
- ctx.rs: FTS5 error message clarity, Mutex::lock() returns Err not panic
- sdk-messages.ts: runtime type guards (str/num) replace bare `as` casts
- agent-runner.ts: strip ANTHROPIC_* env vars alongside CLAUDE*
- agent-dispatcher.ts: timestamps use seconds (match session.rs convention)
- remote.rs: disconnect handler uses lock().await not try_lock()
- session.rs: propagate pane_ids serialization error
- watcher.rs: reject root-level paths instead of silent no-op
- lib.rs: log warnings on profile.toml read failure and resource_dir error
- agent-bridge.ts: validate event payload is object before cast
2026-03-08 20:10:54 +01:00
..
ctx.rs fix: resolve medium/low audit findings across backend and frontend 2026-03-08 20:10:54 +01:00
event_sink.rs refactor(v2): extract bterminal-core crate with EventSink trait 2026-03-06 19:05:35 +01:00
groups.rs feat(v3): implement Mission Control MVP (Phases 1-5) 2026-03-07 16:06:07 +01:00
lib.rs fix: resolve medium/low audit findings across backend and frontend 2026-03-08 20:10:54 +01:00
main.rs feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
pty.rs refactor(v2): extract bterminal-core crate with EventSink trait 2026-03-06 19:05:35 +01:00
remote.rs fix: resolve medium/low audit findings across backend and frontend 2026-03-08 20:10:54 +01:00
session.rs fix: resolve medium/low audit findings across backend and frontend 2026-03-08 20:10:54 +01:00
sidecar.rs refactor(v2): extract bterminal-core crate with EventSink trait 2026-03-06 19:05:35 +01:00
watcher.rs fix: resolve medium/low audit findings across backend and frontend 2026-03-08 20:10:54 +01:00