Skip to content

Commit 0811fac

Browse files
voidcraft-devclaude
andcommitted
docs: update README for Kiro CLI, favorites/archive, Twilight theme, new logo
- Add Kiro CLI to supported platforms table (both EN/CN sections) - Update multi-platform text to include Kiro CLI - Add favorites & archive to feature list - Update theme count 4 → 5 (add Twilight) - Replace logo reference with v8 Molten Core SVG - Update package.json description Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a0fd473 commit 0811fac

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
<img src="images/logo.jpg" alt="Memory Forge" width="128" />
3+
<img src="memory-forge-logo-v8.svg" alt="Memory Forge" width="128" />
44

55
# Memory Forge RS
66

@@ -46,7 +46,7 @@ You've spent 40 minutes guiding Claude Code through a complex refactor. It's goi
4646

4747
A **local desktop app** that lets you browse, edit, and manage AI coding assistant sessions.
4848

49-
Works with **Claude Code**, **Codex CLI**, and **OpenCode** — all in one unified interface.
49+
Works with **Claude Code**, **Codex CLI**, **OpenCode**, and **Kiro CLI** — all in one unified interface.
5050

5151
Built with **Tauri v2 + Rust**. No Python, no server, no cloud. 100% local.
5252

@@ -110,14 +110,15 @@ That's it. Your AI picks up the corrected memory on the next `--resume`.
110110
- **Edit Audit Log** — Every edit is tracked with before/after diff, fully traceable
111111

112112
**Session Management**
113-
- **Multi-platform** — Claude Code / Codex CLI / OpenCode in one unified view
114-
- **Dashboard** — Session stats + 7-day trend chart across all platforms
113+
- **Multi-platform** — Claude Code / Codex CLI / OpenCode / Kiro CLI in one unified view
114+
- **Dashboard** — Session stats across all platforms
115+
- **Favorites & Archive** — Star important sessions, soft-archive the rest
115116
- **Session Aliases** — Give sessions memorable names for quick lookup
116117
- **Quick Commands** — One-click copy for `--resume` and `--fork` commands
117118
- **Markdown Export** — Export full conversations as `.md` files
118119

119120
**App Experience**
120-
- **4 Themes** — Graphite (dark) · Linen (light) · Ocean (dark) · Ember (dark)
121+
- **5 Themes** — Graphite (dark) · Linen (light) · Ocean (dark) · Ember (dark) · Twilight (dark)
121122
- **Bilingual** — 简体中文 / English
122123
- **Prompt Library** — Save, tag, search & copy frequently used prompts
123124
- **System Tray** — Close to tray, launch on startup
@@ -130,6 +131,7 @@ That's it. Your AI picks up the corrected memory on the next `--resume`.
130131
| **Claude Code** | `claude --resume <id>` | `claude --resume <id> --fork-session` | `~/.claude` |
131132
| **Codex CLI** | `codex resume <id>` || `~/.codex` |
132133
| **OpenCode** | `opencode -s <id>` | `opencode -s <id> --fork` | `~/.local/share/opencode/opencode.db` |
134+
| **Kiro CLI** | `kiro-cli chat --resume-id <id>` || `~/.kiro` |
133135

134136
## Installation
135137

@@ -227,7 +229,7 @@ Tech discussions & AI experience sharing at [LINUX DO](https://linux.do)
227229

228230
<div align="center">
229231

230-
<img src="images/logo.jpg" alt="Memory Forge" width="128" />
232+
<img src="memory-forge-logo-v8.svg" alt="Memory Forge" width="128" />
231233

232234
# 记忆锻造 RS
233235

@@ -257,7 +259,7 @@ Tech discussions & AI experience sharing at [LINUX DO](https://linux.do)
257259

258260
一个**本地桌面应用**,让你浏览、编辑、管理 AI 编程助手的会话记录。
259261

260-
支持 **Claude Code****Codex CLI****OpenCode** — 统一界面管理。
262+
支持 **Claude Code****Codex CLI****OpenCode****Kiro CLI** — 统一界面管理。
261263

262264
**Tauri v2 + Rust** 构建。没有 Python,没有服务器,没有云端。100% 本地运行。
263265

@@ -321,14 +323,15 @@ Tech discussions & AI experience sharing at [LINUX DO](https://linux.do)
321323
- **修改追溯** — 每次编辑都有前后 diff 对比,完整可追溯
322324

323325
**会话管理**
324-
- **多平台统一** — Claude Code / Codex CLI / OpenCode 一个界面搞定
325-
- **仪表盘** — 跨平台会话统计 + 7 天趋势图
326+
- **多平台统一** — Claude Code / Codex CLI / OpenCode / Kiro CLI 一个界面搞定
327+
- **仪表盘** — 跨平台会话统计
328+
- **收藏 & 归档** — 星标重要会话,归档不常用的
326329
- **会话别名** — 给会话起容易记的名字
327330
- **快捷命令**`--resume``--fork` 一键复制
328331
- **Markdown 导出** — 完整对话导出为 `.md` 文件
329332

330333
**使用体验**
331-
- **4 套主题** — 石墨(深色)· 亚麻(浅色)· 海湾(深色)· 余烬(深色)
334+
- **5 套主题** — 石墨(深色)· 亚麻(浅色)· 海湾(深色)· 余烬(深色)· 暮光(深色)
332335
- **双语界面** — 简体中文 / English
333336
- **提示词库** — 保存、标签、搜索常用提示词,一键复制
334337
- **系统托盘** — 关闭到托盘、开机自启
@@ -341,6 +344,7 @@ Tech discussions & AI experience sharing at [LINUX DO](https://linux.do)
341344
| **Claude Code** | `claude --resume <id>` | `claude --resume <id> --fork-session` | `~/.claude` |
342345
| **Codex CLI** | `codex resume <id>` || `~/.codex` |
343346
| **OpenCode** | `opencode -s <id>` | `opencode -s <id> --fork` | `~/.local/share/opencode/opencode.db` |
347+
| **Kiro CLI** | `kiro-cli chat --resume-id <id>` || `~/.kiro` |
344348

345349
## 安装方式
346350

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "memory-forge-v3",
33
"version": "3.0.10",
4-
"description": "Stop resetting. Start editing. — Local AI session manager for Claude Code, Codex CLI & OpenCode",
4+
"description": "Stop resetting. Start editing. — Local AI session manager for Claude Code, Codex CLI, OpenCode & Kiro CLI",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)