fix: batch fixes for issues #2413, 2414, 2417, 2418, 2419, 2420, 2422, 2423, 2424, 2426 [skip ci]#390
Open
fix: batch fixes for issues #2413, 2414, 2417, 2418, 2419, 2420, 2422, 2423, 2424, 2426 [skip ci]#390
Conversation
…, 2423, 2424, 2426 [skip ci] - #2413: Tool confirmation prompt now checks if stdin is a TTY before prompting - #2414: Already fixed - PR describe command uses repository templates (SKIPPED - no pr describe command found) - #2417: Added --definition-only flag to agent show to filter runtime properties - #2418: Already fixed - batch tool returns partial results when individual calls fail - #2419: Debug commands now respect --quiet flag for all subcommands - #2420: Unknown tool calls now return error result instead of causing retry loop - #2422: Context truncation now logs warnings when files are dropped - #2423: CORS layer supports 'reflect' origin for credentials with dynamic origins - #2424: Terminal restoration now sends explicit sequences for tmux/screen compatibility - #2426: WebSocket forwarding now tracks send failures and warns about token waste
This was referenced Jan 27, 2026
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
This PR addresses 10 bounty issues from PlatformNetwork/bounty-challenge:
Issues Fixed
--definition-onlyflagIssues Already Fixed/Skipped
pr describecommand found in codebase)Testing
cargo fmt- Passedcargo check -p cortex-engine- Passed (other crates have pre-existing build issues)Notes