Skip to content

Fix open agent CLI and live-mode issues#59

Merged
shaypal5 merged 1 commit into
mainfrom
codex/fix-open-cli-issues
May 26, 2026
Merged

Fix open agent CLI and live-mode issues#59
shaypal5 merged 1 commit into
mainfrom
codex/fix-open-cli-issues

Conversation

@shaypal5

Copy link
Copy Markdown
Contributor

Summary

  • add /api/agent/me and let the CLI infer token-bound agent ids for routine commands
  • make dm-send support sender inference and return clearer sender/argument-order errors
  • reject missing onboarding auth immediately when a deployment has onboarding auth configured, without disclosing the expected string shape
  • add compact receipt-aware live-participate output, active-session live-receipt resolution, and a live-watch polling command
  • refresh agent-facing docs for the shorter token-bound CLI flow

Verification

  • npm run check
  • npm run test
  • npm run build
  • node scripts/agent-comms.mjs --help

Closes #52
Closes #53
Closes #54
Closes #55
Closes #56
Closes #57

@shaypal5 shaypal5 added bug Something isn't working enhancement New feature or request labels May 26, 2026
@shaypal5 shaypal5 merged commit 46abf57 into main May 26, 2026
@shaypal5 shaypal5 added the bug Something isn't working label May 26, 2026
@shaypal5 shaypal5 deleted the codex/fix-open-cli-issues branch May 26, 2026 09:23
@shaypal5 shaypal5 added the enhancement New feature or request label May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment