merlyn/server/utils/agents/aibitat
Timothy Carambat 4c69960dca
Add automatic chat mode with native tool calling support (#5140)
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
2026-03-04 14:34:30 -08:00
..
example Fix typos in blog post example and save-file-browser plugin (#4009) 2025-06-16 09:19:44 -07:00
plugins Improve MCP functionality (#4709) 2025-12-05 11:01:20 -08:00
providers Add automatic chat mode with native tool calling support (#5140) 2026-03-04 14:34:30 -08:00
utils Improve MCP functionality (#4709) 2025-12-05 11:01:20 -08:00
error.js Agent support for @agent default agent inside workspace chat (#1093) 2024-04-16 10:50:10 -07:00
index.js fix max tool call stack abort flow 2026-02-27 15:57:58 -08:00