From 4368eb28932d571acb2b00396303be45423c47ba Mon Sep 17 00:00:00 2001 From: Dinh Long Nguyen Date: Fri, 12 Sep 2025 13:07:12 +0700 Subject: [PATCH 1/2] add internal web version tracker (#6429) --- WEB_VERSION_TRACKER.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 WEB_VERSION_TRACKER.md diff --git a/WEB_VERSION_TRACKER.md b/WEB_VERSION_TRACKER.md new file mode 100644 index 000000000..a3b990851 --- /dev/null +++ b/WEB_VERSION_TRACKER.md @@ -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 \ No newline at end of file From 2b6f581f9a893e8f02ceec6d3332747748bfd7ab Mon Sep 17 00:00:00 2001 From: Dinh Long Nguyen Date: Tue, 16 Sep 2025 19:19:23 +0700 Subject: [PATCH 2/2] update docker file for web build --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b06262ec5..4271d06d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,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