plano/crates
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
..
.vscode use standard tracing and logging in brightstaff (#721) 2026-02-09 13:33:27 -08:00
brightstaff fix(claude-cli): correct streaming SSE for non-MessageStart first events 2026-05-04 13:35:48 -07:00
common feat(claude-cli): add local Claude Code CLI provider bridge 2026-05-04 12:57:53 -07:00
hermesllm fix(claude-cli): keep upstream path as /v1/messages for ClaudeCli 2026-05-04 13:09:17 -07:00
llm_gateway Add first-class ChatGPT subscription provider support (#881) 2026-04-23 15:34:44 -07:00
prompt_gateway Rename all arch references to plano (#745) 2026-02-13 15:16:56 -08:00
build.sh Use mcp tools for filter chain (#621) 2025-12-17 17:30:14 -08:00
Cargo.lock refactor(claude-cli): make session bookkeeping sync, drop lock-across-await 2026-05-04 13:35:11 -07:00
Cargo.toml use standard tracing and logging in brightstaff (#721) 2026-02-09 13:33:27 -08:00