feat: add /side side-question command#7733
Closed
gaixianggeng wants to merge 2 commits into
Closed
Conversation
Contributor
Author
|
先收口这批 open PR,优先保留更容易被接收的高价值 bugfix。这个 /side 功能方向本身有意思,但体量偏大、优先级低于当前 bug backlog,先关闭,后续等 Claude/Codex 再做一轮收敛 review 后按更成熟形态重提。 |
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
/side <question>as a side-question command in CLI and gateway/sidebypass the active-session guard so it can run without interrupting the main taskBehavior
Test Plan
python -m pytest tests/gateway/test_side_command.py tests/gateway/test_command_bypass_active_session.py tests/gateway/test_session_race_guard.py tests/hermes_cli/test_commands.py -qpython -m py_compile cli.py gateway/run.py gateway/platforms/base.py hermes_cli/commands.py tests/gateway/test_side_command.py tests/gateway/test_command_bypass_active_session.py tests/gateway/test_session_race_guard.pyNotes
/sidefeature commit