Files
open-webui-custom/src/lib/components/chat
google-labs-jules[bot] 70333c4dcf feat: Enable Code Interpreter via URL parameter
Adds the ability to enable the Code Interpreter feature by appending
`code-interpreter=true` to the chat URL.

The `Chat.svelte` component's `initNewChat` function has been updated
to parse this URL parameter. If present, it sets the
`codeInterpreterEnabled` state variable to true.

This change leverages the existing mechanisms for:
- Saving and restoring `codeInterpreterEnabled` state to/from localStorage.
- Displaying and toggling the Code Interpreter state via the existing UI
  button in the `MessageInput` component.

No new UI elements were added as the existing UI correctly reflects
the feature's state.
2025-06-10 18:56:49 +00:00
..
2025-05-23 19:22:08 +04:00
2025-06-08 19:22:41 +04:00
2025-06-10 14:13:52 +04:00
2024-11-06 02:19:04 -08:00
2025-06-10 16:42:26 +04:00
2025-04-18 01:26:42 -07:00
2025-06-09 01:45:41 +04:00
2025-06-04 02:51:42 +04:00
2025-05-10 22:27:39 +04:00
2025-06-09 01:27:50 +04:00
2025-05-24 01:56:02 +04:00
2025-02-09 22:19:02 -08:00
2025-05-19 01:40:51 +04:00
2025-05-24 01:56:02 +04:00
2024-10-23 20:18:51 -07:00
2025-01-20 22:41:32 -08:00
2025-04-08 12:51:48 -07:00