Conversation
Qwen's footer shows no mode name (only "Ask permissions (shift + tab to cycle)"), so parse_pane_mode correctly returns None and set_mode falls back to _set_mode_blind (computed presses). This is the intended design, not a gap to fill. - Add test_qwen_footer_returns_none in TestParsePaneMode to pin this - Document in .claude/rules/qwen.md - interrupt already works (Escape is runtime-agnostic) - Composer hides permission dropdown for qwen sessions (existing behavior)
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.
Summary
parse_pane_modecorrectly returnsNone_set_mode_blindfallback (computed Shift+Tab presses) — the INTENDED design, not a gaptest_qwen_footer_returns_nonetest to pin this behavior.claude/rules/qwen.mdWhat was verified
interruptalready works unchanged (sends Escape to tmux, runtime-agnostic)sessions.htmlline 1371)docs/qwen-g0/pane/01-idle.txtand02-busy.txtmatches the test fixturesTest plan
TestParsePaneMode— 5 tests pass including newtest_qwen_footer_returns_noneset_mode→parse_pane_mode→_set_mode_blindfallback chain in code