mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-11 12:39:49 +08:00
release: v0.14.3
This commit is contained in:
@@ -1,4 +1,32 @@
|
||||
[
|
||||
{
|
||||
"version": "0.14.3",
|
||||
"date": "2026-04-07",
|
||||
"summary": "大幅度优化搜索与查询性能,搜索工具支持自动携带上下文消息,并支持 Linux 平台。",
|
||||
"changes": [
|
||||
{
|
||||
"type": "feat",
|
||||
"items": [
|
||||
"实验室新增基础调试工具",
|
||||
"搜索工具支持自动携带上下文消息",
|
||||
"新增查询缓存以提升访问速度",
|
||||
"移除旧版提示词系统"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"items": ["补全工具调用显示名称的 i18n 翻译"]
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"items": ["支持 Linux 平台打包"]
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"items": ["更新项目文档内容"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.14.2",
|
||||
"date": "2026-04-07",
|
||||
|
||||
@@ -1,4 +1,32 @@
|
||||
[
|
||||
{
|
||||
"version": "0.14.3",
|
||||
"date": "2026-04-07",
|
||||
"summary": "This release adds core debugging tools for Lab, improves search context and query performance, fills missing i18n labels, removes legacy prompts, and adds Linux packaging support.",
|
||||
"changes": [
|
||||
{
|
||||
"type": "feat",
|
||||
"items": [
|
||||
"Add core debugging tools in Lab.",
|
||||
"Make the search tool carry conversation context automatically.",
|
||||
"Add query caching to speed up repeated access.",
|
||||
"Remove the legacy prompt system."
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"items": ["Fill in missing i18n labels for tool-call display names."]
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"items": ["Add Linux packaging support."]
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"items": ["Update project documentation."]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.14.2",
|
||||
"date": "2026-04-07",
|
||||
|
||||
@@ -1,4 +1,32 @@
|
||||
[
|
||||
{
|
||||
"version": "0.14.3",
|
||||
"date": "2026-04-07",
|
||||
"summary": "今回の更新では、Lab の基本デバッグツールを追加し、検索コンテキストとクエリ性能を改善。i18n 表示文言の不足を補い、旧プロンプトを整理し、Linux パッケージングにも対応しました。",
|
||||
"changes": [
|
||||
{
|
||||
"type": "feat",
|
||||
"items": [
|
||||
"Lab に基本的なデバッグツールを追加",
|
||||
"検索ツールが会話コンテキストを自動で引き継ぐよう改善",
|
||||
"クエリキャッシュを追加し、繰り返しアクセスを高速化",
|
||||
"旧プロンプトシステムを削除"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"items": ["ツール呼び出し表示名の i18n 翻訳不足を修正"]
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"items": ["Linux 向けパッケージングに対応"]
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"items": ["プロジェクトドキュメントを更新"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.14.2",
|
||||
"date": "2026-04-07",
|
||||
|
||||
@@ -1,4 +1,32 @@
|
||||
[
|
||||
{
|
||||
"version": "0.14.3",
|
||||
"date": "2026-04-07",
|
||||
"summary": "本次更新新增實驗室基礎除錯工具,優化搜尋上下文與查詢效能,補齊 i18n 顯示文案,並移除舊版提示詞與支援 Linux 打包。",
|
||||
"changes": [
|
||||
{
|
||||
"type": "feat",
|
||||
"items": [
|
||||
"實驗室新增基礎除錯工具",
|
||||
"搜尋工具可自動攜帶上下文訊息",
|
||||
"新增查詢快取以加速重複存取",
|
||||
"移除舊版提示詞系統"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"items": ["補齊工具呼叫顯示名稱的 i18n 翻譯"]
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"items": ["新增 Linux 平台打包支援"]
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"items": ["更新專案文件內容"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.14.2",
|
||||
"date": "2026-04-07",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ChatLab",
|
||||
"version": "0.14.2",
|
||||
"version": "0.14.3",
|
||||
"description": "本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user