Conversation
CURRENT_DECISIONS §19 (ratified 2026-09-22) names the user-facing words: "Making room" for summarizing earlier conversation, not compaction/auto-compaction, and "Permissions" rather than posture. The Engine's compaction, preview, turn-loop and /compact messages still used the old words. Mined from the unreviewed 0.10.1 WIP branch (copy-only hunks in 16 files; its unrelated session-restore hunks in the same files are left for their own slice). Two corrections to the WIP: - The emergency failure "could not bring the request under the model limit" would have dropped from an Error to an Info toast, because toast severity is classified from the wording. It now reads "Making room failed: the request is still over the model limit …", which keeps the Error level. - test_compact_toggles_state still expected the old word; updated to the ratified copy (history: §19 decision, not a regression). Model-facing prompt text, config keys and the `/compact` command name are unchanged. Evidence: 1799 passed, 1 failed (the missed copy assertion above) across compaction, preview, core::engine::tests, commands::, session_acceptance, launch_resume_tests and app::status selections; after the fix 31/31 session_lifecycle_regression_tests passed. TUI all-target/all-feature Clippy with CI flags and fmt passed. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No-Issue: applies the ratified product vocabulary to Engine messages; no public issue.
CURRENT_DECISIONS §19 (ratified 2026-09-22) names the user-facing words:
"Making room" for summarizing earlier conversation, not
compaction/auto-compaction, and "Permissions" rather than posture. The
Engine's compaction, preview, turn-loop and /compact messages still
used the old words.
Mined from the unreviewed 0.10.1 WIP branch (copy-only hunks in 16
files; its unrelated session-restore hunks in the same files are left
for their own slice). Two corrections to the WIP:
limit" would have dropped from an Error to an Info toast, because
toast severity is classified from the wording. It now reads "Making
room failed: the request is still over the model limit …", which keeps
the Error level.
the ratified copy (history: §19 decision, not a regression).
Model-facing prompt text, config keys and the
/compactcommand nameare unchanged.
Evidence: 1799 passed, 1 failed (the missed copy assertion above) across
compaction, preview, core::engine::tests, commands::,
session_acceptance, launch_resume_tests and app::status selections;
after the fix 31/31 session_lifecycle_regression_tests passed. TUI
all-target/all-feature Clippy with CI flags and fmt passed.
🤖 Generated with Claude Code