plano/crates/hermesllm/src
Spherrrical 2aa9981f46 chore(claude-cli): drop dead code, drift-proof env defaults, clippy nits
- main.rs: rebuild claude_cli_config_from_env on top of
  SessionManagerConfig::default() and only override fields that have a
  parsed env var, so the defaults live in exactly one place.
- hermesllm/apis/claude_cli.rs: delete the dead
  `_touch_messages_message_type` stub and its unused MessagesMessage
  import; apply pedantic-clippy fixes that touch the new code
  (clone_from over `= x.clone()`, Map::default() over Default::default(),
  map_or_else over .map(...).unwrap_or_else(...), str::to_string method
  reference, collapsed identical match arms).
- hermesllm/providers/id.rs: collapse the two match arms that mapped
  "claude-cli" and "claude_cli" to ProviderId::ClaudeCli.
- hermesllm/tests/claude_cli_fixtures.rs: collect text deltas straight
  into a String instead of `.collect::<Vec<_>>().join("")`.
- brightstaff/tests/claude_cli_bridge.rs: add a Drop impl on
  BridgeFixture so a panicking test still releases the listener task.
2026-05-04 13:36:22 -07:00
..
apis chore(claude-cli): drop dead code, drift-proof env defaults, clippy nits 2026-05-04 13:36:22 -07:00
bin feat(claude-cli): add local Claude Code CLI provider bridge 2026-05-04 12:57:53 -07:00
clients fix(claude-cli): keep upstream path as /v1/messages for ClaudeCli 2026-05-04 13:09:17 -07:00
providers chore(claude-cli): drop dead code, drift-proof env defaults, clippy nits 2026-05-04 13:36:22 -07:00
transforms signals: feature parity with the latest Signals paper. Porting logic from python repo (#903) 2026-04-23 12:02:30 -07:00
lib.rs Unified overrides for custom router and orchestrator models (#820) 2026-03-15 09:36:11 -07:00
mod.rs pushing new apis module for hermes (#547) 2025-08-07 12:42:09 -07:00