Skip to content

Releases: Dmatut7/codex-flow

codex-flow v0.2.3

05 Jun 15:09

Choose a tag to compare

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.

codex-flow v0.2.2

05 Jun 15:02

Choose a tag to compare

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.

codex-flow 0.2.1

05 Jun 14:22

Choose a tag to compare

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 typecheck
  • npm test — 59 pass / 0 fail
  • codex-flow smoke --backend codex-sdk verified against real Codex SDK
  • npm publish --dry-run --access public verified package contents

codex-flow 0.2.0

05 Jun 10:44

Choose a tag to compare

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 try creates and runs a starter workflow with the fake backend.
  • Install checks: codex-flow doctor verifies CLI, Codex skill, Codex CLI, and fake backend.
  • Workflow primitives: agent, parallel, pipeline, phase, log, soft budget, deterministic ctx.now/random.
  • Resumable journal replay keyed by prompt/schema/cwd/sandbox/position/dependency state.
  • Real Codex backends verified: codex-sdk and codex-exec; openai-responses is 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 doctor warns 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.