Add Codex tab and session support#88
Merged
Merged
Conversation
Claude Code on macOS detects an image-paste request via a bracketed paste with empty content (CSI 200~ ... CSI 201~), then reads the NSPasteboard itself. We were sending the kitty CSI-u Cmd+V sequence, which Claude does not recognize — its input parser then extracts the 118 parameter as the codepoint for 'v' and inserts it into the prompt. Codex still uses Ctrl+V. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
gi11es
added a commit
that referenced
this pull request
May 2, 2026
* Provider-aware tabs and sessions for Claude Code, Codex, and terminal. * Codex session discovery, resume/fork, and rollout registration. * Codex badge set with idle/working/error/done-unvisited states. * Context, 5-hour/7-day quota, and rate parsing from Codex rollout events. * Image paste in terminal tabs, with empty-bracketed-paste handling for Claude Code. * README rewritten around provider parity matrix. PR #88 was squash-merged with a non-conventional commit subject, which release-please could not parse. This empty commit re-injects the change under a conventional type so the next release picks it up. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
~/.codex/sessions, resume/fork support, fork-at-turn rollout generation, and Codex registration in~/.codex/state_5.sqlite.token_countrollout events for context usage, 5-hour/7-day quota, and generated-token rate; hide all agent usage stats on classic terminal tabs.Verification
git diff --cached --checkxcodebuild build -scheme Deckard -destination 'platform=macOS'codex exec resume --all --json <id>resolved it, then verified interactivecodex fork --no-alt-screen --all <id>resolved and created a continuation thread. Removed the synthetic rows/files afterward.xcodebuild test -scheme Deckard -destination 'platform=macOS'still fails before tests execute becauseDeckardTests.xctestcannot be loaded: mapped file and process have different Team IDs. This matches the local signing blocker seen before these final changes.