Conversation
Add file-backed CLI logging with configurable log_path and keep human-mode stdout focused on user interaction. Update chat mode so prompts stay blocked until a task finishes, and handle approval requests inline in human mode with richer context, one-time approval, session remember behavior, and no extra /approvals round-trip. Document the new configuration and interaction model, add example config coverage, and change write_file to require approval while removing it from the default auto-approve set. Include regression tests for config loading, chat approval behavior, file-tool approval semantics, and CLI flow.
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.
Add file-backed CLI logging with configurable log_path and keep human-mode stdout focused on user interaction.
Update chat mode so prompts stay blocked until a task finishes, and handle approval requests inline in human mode with richer context, one-time approval, session remember behavior, and no extra /approvals round-trip.
Document the new configuration and interaction model, add example config coverage, and change write_file to require approval while removing it from the default auto-approve set. Include regression tests for config loading, chat approval behavior, file-tool approval semantics, and CLI flow.
Summary
Scope (One PR One Thing)
Changed Files (required)
List all touched files and why each file changed.
If this PR is a large diff (>300 changed lines), explain why split PRs are not possible and provide a split follow-up plan.
Acceptance Criteria
Test Evidence (required)
.........If this PR changes high-risk runtime paths (auth/concurrency/execution control), include
risk-matrixevidence.Risk and Rollback
Dependency and Lockfile Changes
requirements.txt/pyproject.toml/package.json): [ ] Yes [ ] No [ ] N/AAgent Rules Checklist (required)
Reference:
docs/agent_rules.mdskip/only/excludeusage is explained and reviewed