Merge pull request #6434 from menloresearch/dev-web

Merge dev-web branch into prod-web
This commit is contained in:
Dinh Long Nguyen 2025-09-12 14:49:35 +07:00 committed by GitHub
commit 9a0c16a126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 23 additions and 28 deletions

View File

@ -4,25 +4,9 @@ on:
push:
branches:
- dev-web
paths:
- '.github/workflows/jan-server-web-ci.yml'
- 'core/**'
- 'web-app/**'
- 'extensions-web/**'
- 'Makefile'
- 'package.json'
- 'Dockerfile'
pull_request:
branches:
- dev-web
paths:
- '.github/workflows/jan-server-web-ci.yml'
- 'core/**'
- 'web-app/**'
- 'extensions-web/**'
- 'Makefile'
- 'package.json'
- 'Dockerfile'
jobs:
build-and-preview:
@ -71,4 +55,4 @@ jobs:
- name: Push docker image
if: github.event_name == 'push'
run: |
docker push ${{ steps.vars.outputs.FULL_IMAGE }}
docker push ${{ steps.vars.outputs.FULL_IMAGE }}

View File

@ -4,14 +4,6 @@ on:
push:
branches:
- prod-web
paths:
- '.github/workflows/jan-server-web-cicd-prod.yml'
- 'core/**'
- 'web-app/**'
- 'extensions-web/**'
- 'Makefile'
- 'package.json'
- 'Dockerfile'
jobs:
build-and-deploy:

19
WEB_VERSION_TRACKER.md Normal file
View File

@ -0,0 +1,19 @@
# Jan Web Version Tracker
Internal tracker for web component changes and features.
## v0.0.10 (Current)
**Release Date**: 2025-09-11
**Commit SHA**: b5b6e1dc197378d06ccbf127f60e44779f1e44e5
**Main Features**:
- Chat interface with completion route support
- MCP (Model Context Protocol) integration
- Core web functionality for Jan AI
**Changes**:
- Initial web version release
- Basic chat completion API integration
- MCP server support for tool calling
- Web-optimized UI components

View File

@ -161,7 +161,7 @@
"tools": "Narzędzia",
"vision": "Wizja",
"embeddings": "Osadzenia",
"notAvailable": "Jeszcze nie dostępne"
"notAvailable": "Jeszcze niedostępne"
},
"outOfContextError": {
"truncateInput": "Przytnij Wejście",

View File

@ -60,7 +60,7 @@
"tools": "Narzędzia",
"vision": "Wizja",
"embeddings": "Osadzenia",
"notAvailable": "Jeszcze nie dostępne",
"notAvailable": "Jeszcze niedostępne",
"warning": {
"title": "Zachowaj Ostrożność",
"description": "Modyfikowanie możliwości modelu może wpłynąć na wydajność i funkcjonalność. Nieprawidłowe ustawienia mogą spowodować nieoczekiwane zachowanie lub błędy."

View File

@ -239,7 +239,7 @@
"reportAnIssueDesc": "Znalazłeś/-aś błąd? Pomóż nam, zgłaszając go na GitHubie.",
"reportIssue": "Zgłoś Problem",
"credits": "Podziękowania",
"creditsDesc1": "Aplikacja Jan jest rozwijana z ❤️ przez Zespół Menlo.",
"creditsDesc1": "Aplikacja 👋 Jan jest rozwijana z ❤️ przez zespół Menlo Research.",
"creditsDesc2": "Szczególne podziękowania dla naszych otwartoźródłowych zależności - zwłaszcza llama.cpp i Tauri - oraz dla naszej wspaniałej społeczności SI."
},
"extensions": {