@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.
- package/dist/locales/en.yaml +1 -0
- package/dist/locales/zh.yaml +1 -0
- package/package.json +1 -1
package/dist/locales/en.yaml
CHANGED
|
@@ -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
|
package/dist/locales/zh.yaml
CHANGED