Oliver-ai-bot_2.0/frontend/components/chat
Vadym Samoilenko 8f2e685c42 feat: code interpreter toggle button in chat input
- Terminal button in chat input bar toggles code interpreter per-message
- Backend accepts &code_interpreter=true query param to force-enable the tool
- Works for any agent, regardless of enable_code_interpreter setting
- File attach button now uses supportsFileUpload prop (works for any agent)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 21:03:17 +01:00
..
agent-panel.tsx feat: agent settings panel in chat — edit/view agent config inline 2026-03-30 16:26:37 +01:00
chat-input.tsx feat: code interpreter toggle button in chat input 2026-03-30 21:03:17 +01:00
chat-list.tsx fix: widen ChatList mode prop type from union to string 2026-03-30 16:06:48 +01:00
chat-message.tsx fix: widen mode prop from 'rag'|'assistant' union to string across chat components 2026-03-30 16:15:44 +01:00
citation-card.tsx feat: file attachments, model badge, Russian RAG fix, trust score calibration 2026-03-05 17:31:00 +00:00
code-execution-result.tsx feat: code interpreter, agent analytics/execute APIs, usage sync, RAG scoping fixes 2026-03-30 20:13:27 +01:00
consent-banner.tsx Phase 2: Tool calling + Microsoft 365 integrations 2026-03-04 21:26:53 +00:00
iframe-modal.tsx feat: iframe auth support for slash commands 2026-03-06 18:58:21 +00:00
message-feedback.tsx fix: widen mode prop from 'rag'|'assistant' union to string across chat components 2026-03-30 16:15:44 +01:00
slash-command-menu.tsx fix: add relative positioning to chat input container so slash command dropdown is visible 2026-03-06 18:41:24 +00:00
tool-call-card.tsx feat: code interpreter, agent analytics/execute APIs, usage sync, RAG scoping fixes 2026-03-30 20:13:27 +01:00
trust-score-badge.tsx feat: file attachments, model badge, Russian RAG fix, trust score calibration 2026-03-05 17:31:00 +00:00