@epoch-agent/infra 0.3.2 → 0.4.0

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.
@@ -397,6 +397,7 @@ web:
397
397
  new_trust_note: 'A new directory is treated exactly like an existing one: untrusted — its .epoch/settings.json and CLAUDE.md will not take effect. Run epoch trust add to grant trust.'
398
398
  blank:
399
399
  title: What would you like to do?
400
+ cards: Suggestions
400
401
  sidebar:
401
402
  search: Search sessions
402
403
  automation: Automation
@@ -397,6 +397,7 @@ web:
397
397
  new_trust_note: 新建的目录和挑一个既有目录同档:都未信任 —— 它的 .epoch/settings.json 和 CLAUDE.md 不会生效。要授信跑 epoch trust add。
398
398
  blank:
399
399
  title: 今天想做点什么?
400
+ cards: 建议
400
401
  sidebar:
401
402
  search: 搜索会话
402
403
  automation: 自动化
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epoch-agent/infra",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "description": "epoch-agent 基础设施:路径真源、SQLite 连接与迁移、日志、平台兼容、命令安全表",
6
6
  "repository": {