@taskel/codex-bridge
v0.1.1
Published
Authenticated localhost text-generation bridge for Codex app-server
Readme
Taskel Codex Bridge
This local, text-only bridge connects Taskel's browser UI to codex app-server over stdio. It binds only to 127.0.0.1, requires a bearer token, and permits one exact browser origin.
Install Codex CLI, sign in, and launch the published bridge package with the token and exact Taskel origin generated by Taskel:
$env:TASKEL_CODEX_BRIDGE_TOKEN="a-long-random-token"
$env:TASKEL_CODEX_ALLOWED_ORIGIN="http://localhost:5173"
npx -y --prefix "$env:TEMP" @taskel/codex-bridge@latestFor Command Prompt:
set "TASKEL_CODEX_BRIDGE_TOKEN=a-long-random-token" && set "TASKEL_CODEX_ALLOWED_ORIGIN=http://localhost:5173" && npx -y --prefix "%TEMP%" @taskel/codex-bridge@latestTaskel's AI settings generate the exact shell-specific command for the current origin. The neutral npm prefix prevents a local workspace package from shadowing the published bridge. The bridge creates an ephemeral, read-only Codex thread for each request and rejects tool and approval requests.
