KOB-54477: refresh bundled CLI so rejected file transfers exit non-zero (1.9.1) - #112
Closed
TranKienCuong wants to merge 1 commit into
Closed
KOB-54477: refresh bundled CLI so rejected file transfers exit non-zero (1.9.1)#112TranKienCuong wants to merge 1 commit into
TranKienCuong wants to merge 1 commit into
Conversation
…9.1) The bundled binary (built 2026-07-21) swallowed the trailing gRPC status after end-of-stream, so a file transfer the device side refused still printed "Pushed N bytes" and exited 0. Rebuilt from current CLI source (2026-08-07): the refusal reason is now printed and the exit code is non-zero. Updates both the skill binary and the .codex mirror; still macOS x86_64 (Rosetta 2 on Apple Silicon). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
Folded into #111, which was already waiting on the CLI binary refresh — same binaries, minus the version bump (that branch follows the Unreleased-section convention; the release cut will name the version). Deleting this branch. |
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.
What
Replaces the bundled
kobitonCLI binary (bothskills/run-interactive-session/bin/kobitonand the.codex/mirror) with a build from current CLI source (2026-08-07), and bumps the plugin to 1.9.1 across all manifests.Why
The previous binary (built 2026-07-21) swallowed the trailing gRPC status after end-of-stream on resource transfers: a
file pushthe device side refused still printedPushed N bytesand exited 0. The current CLI source propagates that status — a refused transfer now prints the server's reason and exits non-zero:Happy-path pushes are unchanged (verified: push + file-list + exit 0).
Notes
🤖 Generated with Claude Code