agent-orchestrator/ui-electrobun/src/bun
Hibryda 0f75cb8e32 fix(electrobun): complete all 16 Codex #3 findings
CRITICAL:
- Message persistence race: snapshot batchEnd before async save
- Double-start guard: startingProjects Set prevents concurrent launches
- Symlink path traversal: fs.realpathSync() in path-guard.ts
- Relay false success: connect() returns { ok, machineId, error }

HIGH:
- Session restore skips if active session exists
- Remote remove: new RPC, cleans backend map
- Task board poll token: stale responses discarded after drag-drop
- Health concurrent tools: toolsInFlight counter (was boolean)
- bttask transactions: delete wraps comments+task, addComment validates
- PTY buffer cleared on reconnect
- PTY large paste: chunked String.fromCharCode (8KB chunks)
- Sidecar max line: 10MB limit prevents unbounded memory
- btmsg authorization: group validation, channel membership checks

MEDIUM:
- Session retention: max 5 per project, purgeSession/untrackProject
- Relay IPv6: URL parser replaces string split
- PTY schema: fixed misleading base64 comment
2026-03-22 02:52:04 +01:00
..
handlers fix(electrobun): complete all 16 Codex #3 findings 2026-03-22 02:52:04 +01:00
btmsg-db.ts fix(electrobun): complete all 16 Codex #3 findings 2026-03-22 02:52:04 +01:00
bttask-db.ts fix(electrobun): complete all 16 Codex #3 findings 2026-03-22 02:52:04 +01:00
index.ts fix(electrobun): address all 22 Codex review #2 findings 2026-03-22 02:30:09 +01:00
message-adapter.ts fix(electrobun): address all 20 Codex review findings 2026-03-22 01:20:23 +01:00
pty-client.ts fix(electrobun): complete all 16 Codex #3 findings 2026-03-22 02:52:04 +01:00
relay-client.ts fix(electrobun): complete all 16 Codex #3 findings 2026-03-22 02:52:04 +01:00
search-db.ts feat(electrobun): file management — CodeMirror editor, PDF viewer, CSV table, real file I/O 2026-03-22 01:36:02 +01:00
session-db.ts feat(electrobun): file management — CodeMirror editor, PDF viewer, CSV table, real file I/O 2026-03-22 01:36:02 +01:00
settings-db.ts feat(electrobun): final 5% — full integration, real data, polish 2026-03-22 02:02:54 +01:00
sidecar-manager.ts fix(electrobun): complete all 16 Codex #3 findings 2026-03-22 02:52:04 +01:00
telemetry.ts feat(electrobun): multi-machine relay + OTEL telemetry 2026-03-22 01:46:03 +01:00
updater.ts feat(electrobun): multi-machine relay + OTEL telemetry 2026-03-22 01:46:03 +01:00