Merge branch 'dev-web' into stag-web

This commit is contained in:
hiento09 2025-09-23 02:01:43 +07:00
commit 14768a6ed6
2 changed files with 19 additions and 1 deletions

View File

@ -28,7 +28,6 @@ COPY ./Makefile ./Makefile
COPY ./.* /
COPY ./package.json ./package.json
COPY ./yarn.lock ./yarn.lock
COPY ./pre-install ./pre-install
COPY ./core ./core
# Build web application

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