ai-review-resolve/develop-20260629-094754
develop
app/codex_account.py
codex app-server
jq
ubuntu:latest
codex-account
bash
@openai/codex
bash -n app/codex_account.py
git diff --check
account/read
user@example.com
docker build
No dependencies set.
The note is not visible to the blocked user.
變更摘要
app/codex_account.py改為純 bash helper,透過codex app-server、JSON-RPC 與jq取得目前登入帳號 email。jq,並在無 prompt 時改用 bash 執行帳號 helper。ubuntu:latest為基底的 Dockerfile,提供可重現的codex-account執行環境。jq前置條件與 Docker 使用方式。影響範圍
jq;action 會在 apt-get 可用時自動安裝。bash、jq、Node.js/npm 與@openai/codex。驗證
bash -n app/codex_account.pygit diff --checkcodex app-serverstub 驗證可從 JSON-RPCaccount/read回應輸出user@example.com注意事項
docker build。View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.