Releases: Rimagination/ChatMem
ChatMem v1.1.2
ChatMem v1.1.2
This release focuses on keeping continuation work compact and making the Windows desktop UI easier to operate in narrow layouts.
What's new
- Added a Copy low-token prompt action for selected conversations. The copied prompt tells the next agent to start from
get_project_context, checkpoints, handoffs, targeted history search, and focused evidence windows instead of rereading raw transcripts. - Kept Trash controls reachable by moving the Empty Trash action below the page title and tightening the Trash page width.
- Added a top-bar sidebar collapse toggle so the main workspace can use the full window width.
- Improved Codex migration compatibility by writing
thread_sourceandpreviewthread metadata that official Codex desktop thread lists expect.
Windows downloads
ChatMem_1.1.2_x64-setup.exe- recommended Windows installer.ChatMem_1.1.2_x64_en-US.msi- MSI installer.ChatMem-v1.1.2-portable.zip- portable Windows build withChatMem.exeandchatmem-mcp.exe.
Validation
npm test -- --run- 111 passed.cargo testincrates/agentswap-codex- 60 passed.cargo testinsrc-tauri- 109 + 20 passed.
Note
The Windows installer assets are uploaded directly. Auto-updater zip/signature assets are not included in this release because this local build environment does not have TAURI_PRIVATE_KEY configured.
ChatMem v1.1.0
ChatMem v1.1.0
这是一次围绕 ZCode、本地历史质量、长会话接续和阅读体验的正式更新。ChatMem 现在更适合在多个 AI 编程 agent 之间迁移上下文,也更适合从很长的旧窗口无感继续工作。
推荐下载
普通用户优先下载下面的安装包,不要下载 GitHub 自动生成的 Source code zip/tar.gz。
- Windows 普通安装:
ChatMem_1.1.0_x64-setup.exe - Windows MSI:
ChatMem_1.1.0_x64_en-US.msi - Windows 免安装:
ChatMem-v1.1.0-portable.zip - macOS Apple Silicon:
ChatMem-v1.1.0-macOS-Apple-Silicon.dmg - macOS Intel:
ChatMem-v1.1.0-macOS-Intel.dmg
macOS 包目前未做 Apple Developer ID 签名和 notarization。首次打开时,可能需要在系统设置里允许打开,或使用右键菜单打开。
主要更新
ZCode 成为顶层来源
- 新增 ZCode 本地历史解析,默认扫描
~/.zcode/v2/acp-config。 - ZCode 在左侧来源中与 Claude、Codex、Gemini、OpenCode 平级。
- ZCode 下先按内部 CLI 分组,再按项目分组,避免把 ZCode Claude / Codex / Gemini / OpenCode 拆成一排占空间的来源按钮。
- 支持 ZCode 中 Claude、Codex、Gemini、OpenCode 等不同 CLI 的会话路径和项目路径解析。
对话列表更像“任务列表”
- 对话标题优先取用户真实任务内容,而不是 UUID、命令提示、工具调用片段或系统 caveat。
- 过滤子代理/工具派发噪声,避免把子代理任务误当成主对话标题。
- 增强中文开头对话的发现与标题总结能力。
对话阅读体验升级
- 完整对话正文支持 Markdown 渲染,长回答、列表、代码块、链接更易读。
- 工具调用历史默认折叠为小字号灰色信息层,多个调用会合并成一个可展开组。
- 阅读重点回到“用户说了什么”和“agent 回答了什么”,工具输入输出只在需要排查时展开。
- 修复右侧对话区域横向溢出,长路径和长消息不再把统计卡、用户气泡挤出窗口。
更低 token 的自动记忆与接续
get_project_context、search_repo_history、read_history_conversation更偏向返回紧凑证据窗口,而不是让新窗口重新读取整段超长 transcript。- 本地历史导入、项目扫描、Wiki、checkpoint、handoff 进一步串起来,减少忘记交接后重新读完整对话的成本。
- README 补充了推荐接续提示和日常工作流。
UI 和产品说明更新
- 版本号升级到
1.1.0。 - 来源选择从多个胶囊改成单一胶囊下拉,节省左侧空间。
- 侧栏来源、搜索、项目/对话标题、迁移/复制/恢复按钮增加小图标。
- “关于我们”重新组织为概览、当前版本、产品能力、1.1.0 更新内容、产品原则和致谢。
- README 根据当前产品形态重写,并补充 ZCode、MCP、隐私、下载和发布说明。
验证
本地和 CI 发布前已验证:
npm run test:run通过:107 个前端测试。npm run build通过。cargo test --manifest-path src-tauri\Cargo.toml通过:129 个 Rust 测试。- GitHub Actions
release工作流通过,已上传 Windows、portable、macOS 和 updater 资产。
完整变更
- 合并 PR: #7
- Compare: v1.0.31...v1.1.0
ChatMem v1.0.31
推荐下载 / Recommended downloads:
- Windows installer: download the
.exeinstaller if you want the normal install flow. - Windows portable: download
ChatMem-v1.0.31-portable.zipif you want a no-install portable build. - macOS Apple Silicon (M1/M2/M3/M4): download
ChatMem-v1.0.31-macOS-Apple-Silicon.dmg. - macOS Intel: download
ChatMem-v1.0.31-macOS-Intel.dmg.
What users should download:
- Regular users should download the release package above, not the GitHub source code zip/tar.gz.
- Source code archives are for developers, not for installing the app.
How to choose on macOS:
- Open Apple menu > About This Mac.
- If it shows "Chip Apple M1/M2/M3/M4", download Apple Silicon.
- If it shows "Processor Intel", download Intel.
- Apple Silicon Macs can run the Intel build through Rosetta, but the Apple Silicon build is recommended.
Note:
- macOS builds are currently unsigned and not notarized, so first launch may require allowing the app in macOS Security settings.
ChatMem v1.0.27
推荐下载 / Recommended downloads:
- Windows installer: download the
.exeinstaller if you want the normal install flow. - Windows portable: download
ChatMem-v1.0.27-portable.zipif you want a no-install portable build. - macOS Apple Silicon (M1/M2/M3/M4): download
ChatMem-v1.0.27-macOS-Apple-Silicon.dmg. - macOS Intel: download
ChatMem-v1.0.27-macOS-Intel.dmg.
What users should download:
- Regular users should download the release package above, not the GitHub source code zip/tar.gz.
- Source code archives are for developers, not for installing the app.
How to choose on macOS:
- Open Apple menu > About This Mac.
- If it shows "Chip Apple M1/M2/M3/M4", download Apple Silicon.
- If it shows "Processor Intel", download Intel.
- Apple Silicon Macs can run the Intel build through Rosetta, but the Apple Silicon build is recommended.
Note:
- macOS builds are currently unsigned and not notarized, so first launch may require allowing the app in macOS Security settings.
ChatMem v1.0.3
推荐下载 / Recommended downloads:
- Windows installer: download the
.exeinstaller if you want the normal install flow. - Windows portable: download
ChatMem-v1.0.3-portable.zipif you want a no-install portable build. - macOS Apple Silicon (M1/M2/M3/M4): download
ChatMem-v1.0.3-macOS-Apple-Silicon.dmg. - macOS Intel: download
ChatMem-v1.0.3-macOS-Intel.dmg.
What users should download:
- Regular users should download the release package above, not the GitHub source code zip/tar.gz.
- Source code archives are for developers, not for installing the app.
How to choose on macOS:
- Open Apple menu > About This Mac.
- If it shows "Chip Apple M1/M2/M3/M4", download Apple Silicon.
- If it shows "Processor Intel", download Intel.
- Apple Silicon Macs can run the Intel build through Rosetta, but the Apple Silicon build is recommended.
Note:
- macOS builds are currently unsigned and not notarized, so first launch may require allowing the app in macOS Security settings.
ChatMem v1.0.2
推荐下载 / Recommended downloads:
- Windows installer: download the
.exeinstaller if you want the normal install flow. - Windows portable: download
ChatMem-v1.0.2-portable.zipif you want a no-install portable build. - macOS Apple Silicon (M1/M2/M3/M4): download
ChatMem-v1.0.2-macOS-Apple-Silicon.dmg. - macOS Intel: download
ChatMem-v1.0.2-macOS-Intel.dmg.
What users should download:
- Regular users should download the release package above, not the GitHub source code zip/tar.gz.
- Source code archives are for developers, not for installing the app.
How to choose on macOS:
- Open Apple menu > About This Mac.
- If it shows "Chip Apple M1/M2/M3/M4", download Apple Silicon.
- If it shows "Processor Intel", download Intel.
- Apple Silicon Macs can run the Intel build through Rosetta, but the Apple Silicon build is recommended.
Note:
- macOS builds are currently unsigned and not notarized, so first launch may require allowing the app in macOS Security settings.
ChatMem v1.0.1
推荐下载 / Recommended downloads:
- Windows installer: download the
.exeinstaller if you want the normal install flow. - Windows portable: download
ChatMem-v1.0.1-portable.zipif you want a no-install portable build. - macOS Apple Silicon (M1/M2/M3/M4): download
ChatMem-v1.0.1-macOS-Apple-Silicon.dmg. - macOS Intel: download
ChatMem-v1.0.1-macOS-Intel.dmg.
What users should download:
- Regular users should download the release package above, not the GitHub source code zip/tar.gz.
- Source code archives are for developers, not for installing the app.
How to choose on macOS:
- Open Apple menu > About This Mac.
- If it shows "Chip Apple M1/M2/M3/M4", download Apple Silicon.
- If it shows "Processor Intel", download Intel.
- Apple Silicon Macs can run the Intel build through Rosetta, but the Apple Silicon build is recommended.
Note:
- macOS builds are currently unsigned and not notarized, so first launch may require allowing the app in macOS Security settings.
ChatMem v1.0.0
推荐下载 / Recommended downloads:
- Windows installer: download the
.exeinstaller if you want the normal install flow. - Windows portable: download
ChatMem-v1.0.0-portable.zipif you want a no-install portable build. - macOS Apple Silicon (M1/M2/M3/M4): download
ChatMem-v1.0.0-macOS-Apple-Silicon.dmg. - macOS Intel: download
ChatMem-v1.0.0-macOS-Intel.dmg.
What users should download:
- Regular users should download the release package above, not the GitHub source code zip/tar.gz.
- Source code archives are for developers, not for installing the app.
How to choose on macOS:
- Open Apple menu > About This Mac.
- If it shows "Chip Apple M1/M2/M3/M4", download Apple Silicon.
- If it shows "Processor Intel", download Intel.
- Apple Silicon Macs can run the Intel build through Rosetta, but the Apple Silicon build is recommended.
Note:
- macOS builds are currently unsigned and not notarized, so first launch may require allowing the app in macOS Security settings.
ChatMem v0.1.9
推荐下载 / Recommended downloads:
- Windows installer: download the
.exeinstaller if you want the normal install flow. - Windows portable: download
ChatMem-v0.1.9-portable.zipif you want a no-install portable build. - macOS Apple Silicon (M1/M2/M3/M4): download
ChatMem-v0.1.9-macOS-Apple-Silicon.dmg. - macOS Intel: download
ChatMem-v0.1.9-macOS-Intel.dmg.
What users should download:
- Regular users should download the release package above, not the GitHub source code zip/tar.gz.
- Source code archives are for developers, not for installing the app.
How to choose on macOS:
- Open Apple menu > About This Mac.
- If it shows "Chip Apple M1/M2/M3/M4", download Apple Silicon.
- If it shows "Processor Intel", download Intel.
- Apple Silicon Macs can run the Intel build through Rosetta, but the Apple Silicon build is recommended.
Note:
- macOS builds are currently unsigned and not notarized, so first launch may require allowing the app in macOS Security settings.
ChatMem v0.1.8
推荐下载 / Recommended downloads:
- Windows installer: download the
.exeinstaller if you want the normal install flow. - Windows portable: download
ChatMem-v0.1.8-portable.zipif you want a no-install portable build. - macOS Apple Silicon (M1/M2/M3/M4): download
ChatMem-v0.1.8-macOS-Apple-Silicon.dmg. - macOS Intel: download
ChatMem-v0.1.8-macOS-Intel.dmg.
What users should download:
- Regular users should download the release package above, not the GitHub source code zip/tar.gz.
- Source code archives are for developers, not for installing the app.
How to choose on macOS:
- Open Apple menu > About This Mac.
- If it shows "Chip Apple M1/M2/M3/M4", download Apple Silicon.
- If it shows "Processor Intel", download Intel.
- Apple Silicon Macs can run the Intel build through Rosetta, but the Apple Silicon build is recommended.
Note:
- macOS builds are currently unsigned and not notarized, so first launch may require allowing the app in macOS Security settings.