Classic298
5c156c854b
Update translation.json
2025-06-10 21:19:24 +02:00
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
Kylapaallikko
1ca70b886b
Update fi-FI translation.json
2025-06-10 21:51:29 +03:00
Jason Kidd
210dc746f0
feat: Add OpenTelemetry Metrics Support via OTLP Exporter
2025-06-10 10:52:10 -07:00
Tim Jaeryang Baek
63256136ef
Merge pull request #14675 from open-webui/dev
...
Release / release (push) Has been cancelled
Deploy to HuggingFace Spaces / check-secret (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Python CI / Format Backend (3.11.x) (push) Has been cancelled
Python CI / Format Backend (3.12.x) (push) Has been cancelled
Frontend Build / Format & Build Frontend (push) Has been cancelled
Frontend Build / Frontend Unit Tests (push) Has been cancelled
Release to PyPI / release (push) Has been cancelled
Deploy to HuggingFace Spaces / deploy (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda126-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been cancelled
0.6.14
2025-06-10 18:17:50 +04:00
Timothy Jaeryang Baek
fd8cdb383c
doc: changelog
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda126-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-06-10 18:10:20 +04:00
Timothy Jaeryang Baek
ab42a192e6
refac: styling
2025-06-10 17:54:08 +04:00
Timothy Jaeryang Baek
adab4dbf21
chore: bump
2025-06-10 17:50:32 +04:00
Tim Jaeryang Baek
c14160d73a
Merge pull request #14845 from itk-dev/feature/accessibility-aria-label-close-button-and-aria-hidden-svg
...
Feat: accessibility aria label close button and aria hidden svg
2025-06-10 17:37:31 +04:00
Timothy Jaeryang Baek
a7330d97da
chore: format
2025-06-10 16:53:37 +04:00
Timothy Jaeryang Baek
b39d33cefb
refac
2025-06-10 16:52:37 +04:00
Timothy Jaeryang Baek
d2e7feea86
refac
2025-06-10 16:42:26 +04:00
Timothy Jaeryang Baek
a018140c7d
refac: admin settings models
2025-06-10 16:41:39 +04:00
Timothy Jaeryang Baek
9931ccef1e
refac
2025-06-10 16:20:57 +04:00
Sine Jespersen
56b012e3a6
danish translation added
2025-06-10 14:06:14 +02:00
Sine Jespersen
c9820d65a6
add aria-hidden to svg, as this is decorative and only cause confusion for users with assistive tech
2025-06-10 13:59:27 +02:00
Sine Jespersen
9c1c11cad0
use xmark icon instead of inline svg
2025-06-10 13:58:58 +02:00
Sine Jespersen
8b5ecfb2fe
Add aria label to close button
2025-06-10 13:52:24 +02:00
Tim Jaeryang Baek
3e81705dd3
Merge pull request #14837 from itk-dev/feature/menu-link-anchor
...
Feat: menu link anchor
2025-06-10 15:10:58 +04:00
Tim Jaeryang Baek
5168d612dc
Merge pull request #14838 from Classic298/Classic298-patch-1
...
i18n: Small german translation update
2025-06-10 15:09:16 +04:00
Classic298
e67ab489aa
Merge branch 'dev' into Classic298-patch-1
2025-06-10 13:07:24 +02:00
Classic298
c11cc58b00
Small german translation update
2025-06-10 12:54:17 +02:00
Sine Jespersen
3288b82175
change admin settings link to anchor instead of button
2025-06-10 12:49:18 +02:00
Timothy Jaeryang Baek
f67f86f06f
refac: styling
2025-06-10 14:33:49 +04:00
Timothy Jaeryang Baek
c4cd2b55f0
refac: styling
2025-06-10 14:13:52 +04:00
Timothy Jaeryang Baek
bacf39902b
refac: styling
2025-06-10 14:02:43 +04:00
Tim Jaeryang Baek
aeb81767a9
Merge pull request #14834 from SadmL/patch-1
...
[i18n] Russian locale update
2025-06-10 13:57:23 +04:00
Timothy Jaeryang Baek
884282c4ed
refac: styling
2025-06-10 13:57:13 +04:00
Timothy Jaeryang Baek
f55579ce25
refac
2025-06-10 13:55:25 +04:00
Link [Связной]
02f5bfba73
[i18n] Russian locale update
2025-06-10 12:54:31 +03:00
Tim Jaeryang Baek
f29c9d8dcf
Merge pull request #14833 from open-webui/dependabot/pip/pip-512858e340
...
build(deps): bump requests from 2.32.3 to 2.32.4 in the pip group across 1 directory
2025-06-10 13:45:47 +04:00
Timothy Jaeryang Baek
4c65728443
chore: format
2025-06-10 13:43:18 +04:00
Timothy Jaeryang Baek
b36b480b43
refac
2025-06-10 13:40:36 +04:00
Tim Jaeryang Baek
b8450ecf01
Merge pull request #14832 from itk-dev/feature/high-contrast-mode-and-label-menu-search-bar
...
FEAT: high contrast mode and label menu search bar
2025-06-10 13:40:14 +04:00
Timothy Jaeryang Baek
464b086ec5
refac
2025-06-10 13:39:41 +04:00
dependabot[bot]
fc83842ab2
build(deps): bump requests in the pip group across 1 directory
...
Bumps the pip group with 1 update in the / directory: [requests](https://github.com/psf/requests ).
Updates `requests` from 2.32.3 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 09:38:48 +00:00
Tim Jaeryang Baek
7b248fc1f4
Merge pull request #14830 from open-webui/dependabot/pip/backend/pip-512858e340
...
build(deps): bump requests from 2.32.3 to 2.32.4 in /backend in the pip group across 1 directory
2025-06-10 13:37:49 +04:00
Timothy Jaeryang Baek
a28bec865b
refac
2025-06-10 13:16:44 +04:00
Timothy Jaeryang Baek
b7a91b1963
refac: ollama response
2025-06-10 13:10:31 +04:00
Timothy Jaeryang Baek
2ccc441b41
refac
2025-06-10 13:01:45 +04:00
dependabot[bot]
106494aa79
build(deps): bump requests
...
Bumps the pip group with 1 update in the /backend directory: [requests](https://github.com/psf/requests ).
Updates `requests` from 2.32.3 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 08:56:03 +00:00
Timothy Jaeryang Baek
0b336fb6f1
refac
2025-06-10 12:53:18 +04:00
Timothy Jaeryang Baek
8f68b25510
enh/refac: ollama advanced params
2025-06-10 12:48:34 +04:00
Sine Jespersen
7fd5304e76
add assistive technology accessible label for search input in settings modal
2025-06-10 10:27:06 +02:00
Sine Jespersen
af0f2a678e
highContrastMode on search input in settingsmodal for accessibility
2025-06-10 10:25:40 +02:00
Timothy Jaeryang Baek
ad80643774
refac: styling
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda126-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-06-10 12:15:47 +04:00
Tim Jaeryang Baek
6e11bf73a7
Merge pull request #14827 from itk-dev/feature/high-contrast-mode-menu
...
FEAT: high contrast mode menu
2025-06-10 11:49:47 +04:00
Sine Jespersen
ce45939463
add highContrastMode to menu items/tabs to improve contrast
2025-06-10 09:39:10 +02:00
Timothy Jaeryang Baek
d430fe9551
refac
2025-06-10 11:30:54 +04:00
Timothy Jaeryang Baek
7f488b3754
feat: experimental pgvector pgcrypto support
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda126-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-06-09 18:14:33 +04:00