Tags: terraphim/terraphim-clients
Tags
terraphim-agent 1.21.14 Workspace 1.21.14 release: terraphim_types 1.22.1, registry policy documentation, and the de-monolithization of terraphim_agent/src/main.rs (issue #211, steps 1-5.9): cli_helpers / cli_schema / robot_dispatch modules plus all fifteen run_offline_command handler extractions. run_offline_command is now a pure dispatch function; main.rs 6 842 -> 5 638 LOC (-17.6%). Refs #211, #209
terraphim-clients v1.21.10 - Fix terraphim/terraphim-clients#77: include JSON instructions in RLM prompt - Add tolerant JSON extractor for markdown-wrapped LLM output - Add long-timeout OpenRouter client (120s) - Address P2/P3 review findings: error taxonomy, optional reqwest, test coverage - Recommended models: amazon/nova-micro-v1, mistralai/mistral-nemo, deepseek/deepseek-v4-flash
fix(session-analyzer): add thinking, server_tool_use, advisor_tool_re… …sult ContentBlock variants The ContentBlock enum only handled Text and ToolUse types. Recent Claude Code versions produce thinking, server_tool_use, and advisor_tool_result content blocks in assistant messages. Unrecognised tag values caused the untagged Message enum to fail, dropping 427 assistant entries per sessions scan. Added three new variants plus #[serde(other)] Unknown catch-all for future-proofing against new content block types. Results: WARN count drops from 435 to 0 (100% elimination). Combined with the metadata entry type pre-filter (#3081), all 2430 original parse errors are now resolved. Refs terraphim/terraphim-ai#3082
PreviousNext