Skip to content

Tags: SakuraByteCore/codexmate

Tags

v0.1.20

Toggle v0.1.20's commit message
chore(release): bump version to 0.1.20

v0.1.19

Toggle v0.1.19's commit message
chore(release): bump version to 0.1.19

v0.1.18

Toggle v0.1.18's commit message
release v0.1.18

v0.1.17

Toggle v0.1.17's commit message
chore(release): bump version to 0.1.17

v0.1.16

Toggle v0.1.16's commit message
chore(release): bump version to 0.1.16

v0.1.15

Toggle v0.1.15's commit message
release v0.1.15

v0.1.14

Toggle v0.1.14's commit message
fix(prompts): resolve sub-tab refresh empty content race condition; c…

…hore: remove docs folder; bump version to 0.1.14

v0.1.13

Toggle v0.1.13's commit message
chore(release): bump version to 0.1.13

v0.1.12

Toggle v0.1.12's commit message
chore(release): bump version to 0.1.12

v0.1.11

Toggle v0.1.11's commit message
feat(prompts): add per-subtab history for instruction file editor

- Add backend prompt history controller (write-before-overwrite .bak,
  rolling cap 20, path-injection guard) wired into all three apply paths
  (AGENTS.md, CLAUDE.md, System Prompt) without touching optimistic lock,
  scroll-to-top, or request-token guards
- Expose list-prompt-history / get-prompt-history RPC actions
- Add symmetric history drawers in the three instruction file subtabs
  (codex / claude-project / system) with list, preview, and restore-to-editor
  semantics (restore only fills the editor; save is still required to write)
- Cache authoritative historyBucket from each successful save
- Add i18n keys across en/ja/vi/zh/zh-tw and regenerate precompiled render
- Bump version to 0.1.11