codexmate 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,11 +15,12 @@ One tool to switch Codex/Claude Code providers & models and manage/browse local
15
15
 
16
16
  ## What You Get
17
17
 
18
- - One-command provider/model switching
19
- - Local config control with backups
20
- - Lightweight Web UI instead of heavy clients
21
- - Unified session browser (view/export/resume when available)
18
+ - One-command provider/model switching
19
+ - Local config control with backups
20
+ - Lightweight Web UI instead of heavy clients
21
+ - Unified session browser (view/export/resume when available)
22
22
  - Session management: list/filter/export/delete local sessions; keyword search supports Codex and Claude
23
+ - New in 0.0.9: Claude sessions are searchable by keywords (e.g., `claude code`, `claude-code`, numeric tokens)
23
24
 
24
25
  ## Feature Overview
25
26
 
package/README.zh-CN.md CHANGED
@@ -16,10 +16,11 @@ Codex Mate 让 Codex 与 Claude Code 的提供商/模型切换变成“一条命
16
16
  ## 你能获得什么
17
17
 
18
18
  - 更快的模型/提供商切换
19
- - 更可控的本地配置管理
20
- - 可视化 Web 操作,降低命令行负担
21
- - 配置变更可回溯、有备份
22
- - Codex + Claude Code 统一会话浏览(查看/导出/可用时复制恢复命令)
19
+ - 更可控的本地配置管理
20
+ - 可视化 Web 操作,降低命令行负担
21
+ - 配置变更可回溯、有备份
22
+ - Codex + Claude Code 统一会话浏览(查看/导出/可用时复制恢复命令)
23
+ - 0.0.9 新增:Claude 会话支持关键词搜索(含 `claude code` / `claude-code` / 数字关键词)
23
24
 
24
25
  ## 概览
25
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexmate",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Codex/Claude Code 配置与会话管理 CLI + Web 工具",
5
5
  "bin": {
6
6
  "codexmate": "./cli.js"