unsloth/studio/frontend/src/features/chat
Lee Jackson bc28a5d80e
Studio: code execution config visual polish (#5471)
* style: polish code execution

* studio/chat: optimistic insert for created OpenAI containers

Container creation now prepends the row immediately with a "Creating"
pill instead of waiting on /v1/containers, which is eventually
consistent and can lag the create response by several seconds.
A 5s follow-up refresh reconciles with the server view.

---------

Co-authored-by: Roland Tannous <115670425+rolandtannous@users.noreply.github.com>
Co-authored-by: Roland Tannous <rolandtannous@gravityq.ai>
2026-05-16 21:14:01 +04:00
..
api studio/chat: OpenAI container picker delete reliability (#5466) 2026-05-16 01:53:13 +04:00
components Studio: code execution config visual polish (#5471) 2026-05-16 21:14:01 +04:00
hooks studio: API external provider support for chat (OpenAI, Mistral, Gemini, Cohere, Anthropic, OpenRouter, DeepSeek, custom providers) (#4706) 2026-05-14 16:13:59 +04:00
lib studio/chat: built-in code execution for OpenAI + Anthropic (#5461) 2026-05-15 23:39:06 +04:00
presets Studio: Dark theme refactor, right sidebar redesign, and chat UI polish (#5150) 2026-05-07 14:33:31 +04:00
stores studio/chat: built-in code execution for OpenAI + Anthropic (#5461) 2026-05-15 23:39:06 +04:00
tour [Studio] Show non exported models in chat UI (#4892) 2026-04-14 15:03:58 +04:00
types studio/chat: built-in code execution for OpenAI + Anthropic (#5461) 2026-05-15 23:39:06 +04:00
utils studio: API external provider support for chat (OpenAI, Mistral, Gemini, Cohere, Anthropic, OpenRouter, DeepSeek, custom providers) (#4706) 2026-05-14 16:13:59 +04:00
api-provider-logo.tsx Polish/cloud to providers (#5450) 2026-05-15 19:29:21 +04:00
chat-page.tsx studio/chat: built-in code execution for OpenAI + Anthropic (#5461) 2026-05-15 23:39:06 +04:00
chat-providers-dialog.tsx Studio: auto-load models when adding a cloud provider (#5472) 2026-05-16 19:14:10 +04:00
chat-settings-sheet.tsx Studio: code execution config visual polish (#5471) 2026-05-16 21:14:01 +04:00
db.ts studio: fix chat CPU spike (#4632) 2026-03-27 06:20:26 +00:00
external-providers.ts studio/chat: OpenAI container picker delete reliability (#5466) 2026-05-16 01:53:13 +04:00
index.ts Studio: Dark theme refactor, right sidebar redesign, and chat UI polish (#5150) 2026-05-07 14:33:31 +04:00
provider-capabilities.ts studio/chat: built-in code execution for OpenAI + Anthropic (#5461) 2026-05-15 23:39:06 +04:00
runtime-provider.tsx studio/chat: built-in code execution for OpenAI + Anthropic (#5461) 2026-05-15 23:39:06 +04:00
shared-composer.tsx studio/chat: built-in code execution for OpenAI + Anthropic (#5461) 2026-05-15 23:39:06 +04:00
thread-sidebar.tsx feat(studio): replace navbar with collapsible sidebar (#4936) 2026-04-16 08:46:16 -07:00
types.ts studio/chat: built-in code execution for OpenAI + Anthropic (#5461) 2026-05-15 23:39:06 +04:00