Introduces a new automatic chat mode (now the default) that automatically invokes tools when the provider supports native tool calling. Conditionally shows/hides the @agent command based on whether native tooling is available.
- Add supportsNativeToolCalling() to AI providers (OpenAI, Anthropic, Azure always support; others opt-in via ENV)
- Update all locale translations with new mode descriptions
- Enhance translator to preserve Trans component tags
- Remove deprecated ability tags UI
|
||
|---|---|---|
| .. | ||
| commands | ||
| agents.js | ||
| apiChatHandler.js | ||
| embed.js | ||
| index.js | ||
| openaiCompatible.js | ||
| stream.js | ||