-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: Dmatut7/codex-flow
codex-flow v0.2.3
README and demo polish.\n\n- Install command now appears in the first screen of the README.\n- Demo GIF first frame now starts with npm install -g codex-flow.\n- Static storyboard SVG was rebuilt to avoid clipped terminal lines.\n- Validation: npm run typecheck, npm test (59 pass), npm publish prepublishOnly.
Assets 2
codex-flow v0.2.2
npm-first public release.\n\n- Published codex-flow on npm: npm install -g codex-flow\n- Updated README, Codex App / CLI docs, launch notes, and bundled skill setup for npm-first onboarding.\n- Kept GitHub install as a fallback.\n- Validation: npm run typecheck, npm test (59 pass), npm public install smoke.
Assets 2
codex-flow 0.2.1
Release-readiness hardening after the first public tag.
- Preserves the live progress stream work while adding engine and CLI regression fixes.
- Fixes replay edge cases, schema keyword handling, writable-cwd collision propagation, abort forwarding, and backend thread-id namespacing.
- Hardens
doctor,try, examples, and install docs for global users and offline checks. - Adds Codex skill checks for dynamic workflow and business-defect-audit installs.
Validation:
npm run typechecknpm test— 59 pass / 0 failcodex-flow smoke --backend codex-sdkverified against real Codex SDKnpm publish --dry-run --access publicverified package contents
Assets 2
codex-flow 0.2.0
Initial public release as codex-flow.
Highlights:
- Natural-language Codex skill: after
codex-flow install-codex, say "用动态工作流" / "use a dynamic workflow" in any project. - One-command local trial:
codex-flow trycreates and runs a starter workflow with the fake backend. - Install checks:
codex-flow doctorverifies CLI, Codex skill, Codex CLI, and fake backend. - Workflow primitives:
agent,parallel,pipeline,phase,log, soft budget, deterministicctx.now/random. - Resumable journal replay keyed by prompt/schema/cwd/sandbox/position/dependency state.
- Real Codex backends verified:
codex-sdkandcodex-exec;openai-responsesis optional for API-key users. - Copy-paste runnable maintainer examples: bug investigation, PR review, issue triage, release smoke, triage, hello, pong.
- Prompt gallery with Chinese/English copy-paste prompts for Codex App and CLI.
- FAQ clarifying Codex membership vs optional OpenAI API key usage.
- Dedicated Codex App / CLI setup and troubleshooting guide.
codex-flow doctorwarns on stale or incomplete Codex skill installs.- Package exports: CLI plus typed root import (
createEngine,runWorkflow). - Safety rails for real repos: schema repair, transient retry, writable-cwd collision guard, crash-residue journal recovery.
Quick start:
npm install -g github:Dmatut7/codex-flow codex-flow doctor codex-flow try codex-flow install-codex
NPM registry publishing is prepared but waiting on maintainer publish-time OTP.