Skip to content

feat: message live Claude Code sessions through native channels - #104

Merged
ScriptedAlchemy merged 6 commits into
mainfrom
codex/claude-channel
Sep 26, 2026
Merged

ScriptedAlchemy merged 6 commits into
mainfrom
codex/claude-channel

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Claude Code sessions can now opt into native channel messages from local Codex/Grok callers. gbot claude send NAME "message" and claude_send wait for a correlated claude_reply, without a desktop shim.

The channel uses a user-owned 0700 directory and 0600 Unix socket, bounded requests and connection lifetimes, and refuses duplicate/expired replies. Notification submission alone is never reported as model delivery; timeout or disconnect is unknown and must not be automatically retried. Normal Claude tool approvals remain intact.

Scope: explicitly enabled Claude Code sessions on the same machine/account. This does not inject into existing Desktop chats or provide a remote Grok tunnel. Includes setup documentation, a Changeset, and regenerated plugin artifacts.

Validation:

  • Real Claude Code 2.1.280 using the working Desktop authentication: CLI returned GBOT_CHANNEL_ROUNDTRIP_OK; the packaged MCP tool returned GBOT_MCP_ROUNDTRIP_OK.
  • Build, typecheck, artifact validation and Claude host load validation passed.
  • Native MCP handshake, correlation, expiry, duplicate reply, socket ownership/modes, name collision, tool inventories and artifact/source checks passed.
  • All 15 route tests passed.
  • Full unit run passed 407/409 initially: regenerated the source manifest after the last edit; the existing timing-sensitive Codex session suite passed all 23 tests on isolated rerun. Final targeted artifact/channel/inventory checks passed.

@changeset-bot

changeset-bot Bot commented Sep 26, 2026 •

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 6927e89

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
grok-bot-cli Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 26, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-26T05:11:09.892933Z cbe3439 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

# Conflicts:
#	artifact/agent-bundle.manifest.json
@ScriptedAlchemy
ScriptedAlchemy merged commit a619538 into main Sep 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant