diff --git a/Dockerfile b/Dockerfile index 236aa583c..8431f6115 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 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