mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-26 01:11:21 +00:00
- 2.2: Introduce BaseProfile struct with shared id/model/registry fields; AnthropicProfile, GeminiProfile, OpenAiProfile now delegate to it - 5.4: ProviderProfile::id() and ::model() return &str instead of owned String, eliminating unnecessary heap allocations on every call - 6.1: Rename EnvContext fields: date -> current_date, model_name -> model for consistency with trait method names - 8.1: Mark build_env_context_block (no-context variant) as #[cfg(test)] since it is only used in one test - 9.1: Convert SubAgentManager methods (spawn, send_input, wait, close) from Result<T, String> to Result<T, AgentError>; tool executors convert at boundary via .map_err(|e| e.to_string()) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| attractor | ||
| coding-agent-loop | ||
| unified-llm | ||
| unified-llm-cli | ||