co-mono/packages/coding-agent/docs
Mario Zechner 99b4b1aca0 Add Mistral as AI provider
- Add Mistral to KnownProvider type and model generation
- Implement Mistral-specific compat handling in openai-completions:
  - requiresToolResultName: tool results need name field
  - requiresAssistantAfterToolResult: synthetic assistant message between tool/user
  - requiresThinkingAsText: thinking blocks as <thinking> text
  - requiresMistralToolIds: tool IDs must be exactly 9 alphanumeric chars
- Add MISTRAL_API_KEY environment variable support
- Add Mistral tests across all test files
- Update documentation (README, CHANGELOG) for both ai and coding-agent packages
- Remove client IDs from gemini.md, reference upstream source instead

Closes #165
2025-12-10 20:36:19 +01:00
..
compaction.md fix: normalize OpenAI token counting, add branch source tracking 2025-12-03 17:11:22 +01:00
gemini.md Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
hooks.md Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
rpc.md Simplify compaction: remove proactive abort, use Agent.continue() for retry 2025-12-09 21:43:49 +01:00
session.md Add bash mode for executing shell commands 2025-12-08 22:40:32 +01:00
theme.md Release v0.8.0 2025-11-21 03:12:42 +01:00
truncation.md Implement tool result truncation with actionable notices (#134) 2025-12-07 01:11:31 +01:00
undercompaction.md docs: add under-compaction analysis 2025-12-06 14:53:05 +01:00