Skip to content

fix(i18n): point session banners + overflow error at /new and /sessions#698

Merged
esengine merged 1 commit into
mainfrom
fix/forget-stale-banner
May 12, 2026
Merged

fix(i18n): point session banners + overflow error at /new and /sessions#698
esengine merged 1 commit into
mainfrom
fix/forget-stale-banner

Conversation

@esengine

Copy link
Copy Markdown
Owner

Summary

The top-level /forget slash command was removed in the slash-surface refactor that cut 11 commands, but the resumed-session banner, new-session banner, and the DeepSeek 400 context-overflow error message still tell users to type it. Repoint those three strings (× EN + zh-CN) at the paths that actually survived:

  • /new — start a fresh conversation
  • /sessions — open the picker, [d] deletes the row

Also straightens out the only code comment that referenced the dead command.

Sub-commands that still own the word forget (/memory forget <name>, /checkpoint forget <id>) are untouched — they still work and stay in the help text.

Closes #697

Test plan

  • tests/loop-error.test.ts — updated the overflow-error assertion from /forget to /sessions so it tracks the new copy
  • grep -rE "/forget" src docs returns no hits
  • npx vitest run — 2681 passed / 2 skipped
  • npm run lint — clean
  • npm run typecheck — clean

The top-level /forget command was removed in the slash refactor, but
the resumed-session and new-session banners + the context-overflow
error still told users to type it. Point them at the surviving paths
instead: /new for a fresh start, /sessions ([d] to delete) for
manage / rename / drop.

Closes #697
@esengine esengine merged commit bb5bf67 into main May 12, 2026
3 checks passed
@esengine esengine deleted the fix/forget-stale-banner branch May 12, 2026 08:59
ChasLui pushed a commit to ChasLui/DeepSeek-Reasonix that referenced this pull request May 23, 2026
…ns (esengine#698)

The top-level /forget command was removed in the slash refactor, but
the resumed-session and new-session banners + the context-overflow
error still told users to type it. Point them at the surviving paths
instead: /new for a fresh start, /sessions ([d] to delete) for
manage / rename / drop.

Closes esengine#697
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The /forget command does not appear to be implemented

1 participant