Skip to content

Commit 14768a6

Browse files
committed
Merge branch 'dev-web' into stag-web
2 parents 05e58cf + 664f304 commit 14768a6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ COPY ./Makefile ./Makefile
2828
COPY ./.* /
2929
COPY ./package.json ./package.json
3030
COPY ./yarn.lock ./yarn.lock
31-
COPY ./pre-install ./pre-install
3231
COPY ./core ./core
3332

3433
# Build web application

WEB_VERSION_TRACKER.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Jan Web Version Tracker
2+
3+
Internal tracker for web component changes and features.
4+
5+
## v0.0.10 (Current)
6+
7+
**Release Date**: 2025-09-11
8+
**Commit SHA**: b5b6e1dc197378d06ccbf127f60e44779f1e44e5
9+
10+
**Main Features**:
11+
- Chat interface with completion route support
12+
- MCP (Model Context Protocol) integration
13+
- Core web functionality for Jan AI
14+
15+
**Changes**:
16+
- Initial web version release
17+
- Basic chat completion API integration
18+
- MCP server support for tool calling
19+
- Web-optimized UI components

0 commit comments

Comments
 (0)