Skip to content

Release Codex Deck v0.5.0 - #1

Merged
dazer1234 merged 1 commit into
mainfrom
codex/release-v0.5.0
Jul 17, 2026
Merged

Release Codex Deck v0.5.0#1
dazer1234 merged 1 commit into
mainfrom
codex/release-v0.5.0

Conversation

@dazer1234

Copy link
Copy Markdown
Owner

What changed

  • Adds standalone actions for all 30 Codex Micro keycaps through the live Codex registry.
  • Adds polished Codex-aligned light/dark rendering, status glows, fallbacks, and restrained active animation.
  • Fixes current awaiting-approval and awaiting-response states so they remain orange until the user responds.
  • Reduces overlapping polls, redundant image writes, and idle animation traffic.
  • Supports repeated action instances across pages and profiles.
  • Reuses healthy launcher sessions and adds optional Windows startup installation.
  • Updates compatibility for Codex for Windows 26.715.2305.0.

Why

This turns the original six-slot integration into a complete and more responsive Codex Micro control surface while keeping protected keycap SVGs local and out of the public package.

Validation

  • npm ci
  • npm audit --omit=dev — 0 vulnerabilities
  • npm run check
  • npm test — 19/19 passing
  • npm run validate
  • npm run qa:local-icons — 30/30 local icons
  • npm run pack
  • Launcher -DryRun
  • Clean extraction and content audit of both release assets
  • Real Stream Deck MK.2 confirmation that approval state remains orange

@dazer1234
dazer1234 merged commit 0569e38 into main Jul 17, 2026
1 check passed
@dazer1234
dazer1234 deleted the codex/release-v0.5.0 branch July 17, 2026 18:53

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 97fa2d23ce

ℹ️ 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".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +71 to +75
if ($process.CommandLine -match '--remote-debugging-port=(\d+)') {
$candidate = [int]$Matches[1]
try {
$response = Invoke-WebRequest -UseBasicParsing -Uri "http://127.0.0.1:$candidate/json/version" -TimeoutSec 1
if ($response.StatusCode -ge 200 -and $response.StatusCode -lt 300) { return $candidate }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Enforce loopback before reusing debug ports

When a user already has Codex running with --remote-debugging-port bound to a non-loopback address, for example --remote-debugging-address=0.0.0.0, this reuse path accepts the session just because /json/version answers on 127.0.0.1, so the launcher skips the code below that starts Codex with --remote-debugging-address=127.0.0.1 and leaves the privileged CDP bridge reachable from the network. Please only reuse ports whose command line is explicitly loopback-bound, or restart them.

Useful? React with 👍 / 👎.

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