No description
Find a file
Bin-Home f3c45e40fc feat: full i18n coverage (en + zh-CN) across chat, history, settings
Translates remaining hardcoded UI strings — chat shell, conversation
history drawer, diff review, mode toggle, settings tab — and adds a
parity test so en.json and zh-CN.json key sets stay in lockstep.

Conversation list now uses sentinel group keys for ordering and
Intl.DateTimeFormat for locale-aware date rows.
2026-04-24 13:32:49 +08:00
docs/superpowers feat: auto-compaction + prompt caching via ContextManager 2026-04-24 11:29:04 +08:00
src feat: full i18n coverage (en + zh-CN) across chat, history, settings 2026-04-24 13:32:49 +08:00
tests feat: full i18n coverage (en + zh-CN) across chat, history, settings 2026-04-24 13:32:49 +08:00
.gitignore chore: project scaffolding 2026-04-22 20:17:16 +08:00
CLAUDE.md feat: non-blocking edit mode with batched diff review 2026-04-23 21:10:51 +08:00
esbuild.config.mjs fix: output styles.css so Obsidian loads component CSS 2026-04-23 10:50:42 +08:00
main.css feat: auto-compaction + prompt caching via ContextManager 2026-04-24 11:29:04 +08:00
main.js feat: full i18n coverage (en + zh-CN) across chat, history, settings 2026-04-24 13:32:49 +08:00
manifest.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
package-lock.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
package.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
styles.css feat: auto-compaction + prompt caching via ContextManager 2026-04-24 11:29:04 +08:00
tsconfig.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
vitest.config.ts chore: project scaffolding 2026-04-22 20:17:16 +08:00