skill: agent mode pauses on every question — pause-loop contract update - #179
Open
shravan-lambdatest wants to merge 1 commit into
Open
skill: agent mode pauses on every question — pause-loop contract update#179shravan-lambdatest wants to merge 1 commit into
shravan-lambdatest wants to merge 1 commit into
Conversation
…oop contract Agent mode no longer auto-answers low/medium-risk questions with their recommended defaults (0.8.8+): every question batch pauses the run with session_paused + pending_questions and exit 3. The driving agent answers at resume or surfaces the question to its user. assumed_default is documented as absent from fresh agent-mode streams. All three skill mirrors + changelog. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Agent mode no longer auto-answers low/medium-risk questions with their recommended defaults (0.8.8+): every question batch pauses the run —
session_pausedwithpending_questions[]and the verbatim resume command, exit 3. The driving agent answers at resume (--answer,--message) or surfaces the question to its user;--mode overrideremains the take-every-default opt-out.cimode andmaintain reconcileare unchanged.Updated in all three skill mirrors (
skill-installer/skills,.agents/skills/kane-cli,.claude/skills/kane-cli):references/assurance.md§2 pause loop: the auto-answer sentence becomes "every question pauses the run", and the repeat rule covers any standing question, not just high-risk.references/assurance-parsing.md: theassumed_defaultrow notes it never appears on 0.8.8+ agent-mode streams.CHANGELOG.md: Unreleased "Changed" entry.Note: the "0.8.8+" version tag assumes this ships in the next release after 0.8.7 — adjust at the release cut if the number differs.
🤖 Generated with Claude Code