From 4368eb28932d571acb2b00396303be45423c47ba Mon Sep 17 00:00:00 2001 From: Dinh Long Nguyen Date: Fri, 12 Sep 2025 13:07:12 +0700 Subject: [PATCH] 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