Merge pull request #6434 from menloresearch/dev-web
Merge dev-web branch into prod-web
This commit is contained in:
commit
9a0c16a126
18
.github/workflows/jan-server-web-ci.yml
vendored
18
.github/workflows/jan-server-web-ci.yml
vendored
@ -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 }}
|
||||
|
||||
@ -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
19
WEB_VERSION_TRACKER.md
Normal 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
|
||||
@ -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",
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user