plano/crates/brightstaff/src
Spherrrical 3c58185389 fix(claude-cli): correct streaming SSE for non-MessageStart first events
- The synthetic message_start path only fired when the very first
  observed event was a Result. If the CLI ever emitted (say) a bare
  ContentBlockStart first, we'd ship malformed Anthropic SSE without a
  preceding message_start. Trigger the synthesis on any first
  stream-advancing event that isn't a MessageStart.
- Make every send-to-client branch consistent: break out of the loop
  when the receiver has gone away (mpsc send returned Err), so we don't
  keep generating events for a vanished client.
- Replace serde_json::to_string(...).unwrap() in the streaming error
  path with the same fallback json_response already uses ("{}" on
  serialize failure). No more panic surface in the streaming worker.
- Drop the dead `_touch_stream_module` placeholder and its unused
  `use futures::stream` import.
2026-05-04 13:35:48 -07:00
..
bin signals: feature parity with the latest Signals paper. Porting logic from python repo (#903) 2026-04-23 12:02:30 -07:00
handlers fix(claude-cli): correct streaming SSE for non-MessageStart first events 2026-05-04 13:35:48 -07:00
metrics Add Prometheus metrics endpoint and Grafana dashboard for brightstaff (#904) 2026-04-22 11:19:10 -07:00
router signals: restore the pre-port flag marker emoji (🚩) (#913) 2026-04-24 13:54:53 -07:00
session_cache Redis-backed session cache for cross-replica model affinity (#879) 2026-04-13 19:30:47 -07:00
signals signals: restore the pre-port flag marker emoji (🚩) (#913) 2026-04-24 13:54:53 -07:00
state refactor brightstaff (#736) 2026-03-19 17:58:33 -07:00
tracing planoai obs: live LLM observability TUI (#891) 2026-04-17 14:03:47 -07:00
app_state.rs add overrides.disable_signals to skip CPU-heavy signal analysis (#906) 2026-04-23 11:38:29 -07:00
lib.rs Add Prometheus metrics endpoint and Grafana dashboard for brightstaff (#904) 2026-04-22 11:19:10 -07:00
main.rs feat(claude-cli): add local Claude Code CLI provider bridge 2026-05-04 12:57:53 -07:00
streaming.rs signals: feature parity with the latest Signals paper. Porting logic from python repo (#903) 2026-04-23 12:02:30 -07:00