Releases: The-AgenticFlow/openflows
OpenFlows v0.1.8-dev.264.9e28395
What's Changed
Continuous build from main
This is an automated pre-release build from the main branch.
Note: This build may contain unstable changes. For production use, install the latest stable release.
Initial Release
- Merge pull request #118 from The-AgenticFlow/fix/zigbuild-gnu-targets (9e28395)
- fix: use cargo-zigbuild with glibc 2.17 for gnu targets (c83fcbb)
- Merge pull request #117 from The-AgenticFlow/fix/gnu-target-and-install-fallback (ecbfc12)
- fix: remove unsafe musl→gnu fallback and add aarch64 cross-linker env var (4880db3)
- merge: resolve conflicts with main — keep ubuntu-22.04 gnu builds, remove zigbuild (404204b)
- fix: use ubuntu-22.04 for gnu builds instead of cargo-zigbuild (f68b5aa)
- fix: address PR review feedback — glibc compat and aarch64-musl fallback (81eba7c)
- fix: add x86_64-unknown-linux-gnu release target and musl fallback in install script (21305c5)
- Merge pull request #116 from The-AgenticFlow/fix/install-script-gnu-target (c896587)
- fix: address PR review feedback — glibc compat and aarch64-musl fallback (48ad95c)
- fix: add x86_64-unknown-linux-gnu release target and musl fallback in install script (588ca4c)
- Merge pull request #115 from The-AgenticFlow/feat/auto-release-on-main (bed3da1)
- revert: restore all 80 embedded orchestration files (a8e16d9)
- refactor: reduce embedded files from 80 to 9 critical files (5d9b77c)
- Merge remote-tracking branch 'origin/main' into feat/auto-release-on-main (ae63472)
- fix(docker): copy orchestration/ directory in build stage (3b475a6)
- Merge pull request #114 from The-AgenticFlow/feat/auto-release-on-main (de027d2)
- Rustfmt (842a11d)
- fix: set executable permissions on .sh files and restore trap in install.sh (522cd6a)
- fix: address gitar review feedback (0ce12b4)
- fix: track all orchestration files in git and remove duplicate profile (505d114)
- style: fix formatting for CI (4dbad79)
- feat: embed all orchestration files at compile time with self-healing and version tracking (bdc2c2e)
- Merge pull request #113 from The-AgenticFlow/feat/auto-release-on-main (d090075)
- fix: update 'cd AgentFlow' to 'cd openflows' in all docs (fadda83)
- chore: bump version to 1.0.16 (c3c8df3)
- fix: update repo URL from AgentFlow to openflows and make install copies orchestration/ (a58a012)
- fix: make install copies orchestration/ and document cargo install caveat (231321c)
- Merge pull request #112 from The-AgenticFlow/feat/auto-release-on-main (2151055)
- fix: OPENFLOWS_HOME used directly without double-appending /.openflows in load_env() (e3783f0)
- fix: standardize on OPENFLOWS_HOME, propagate .env parse errors, remove /tmp fallback (5ae940b)
- fix: load .env from ~/.openflows, install orchestration config, and improve Quick Start (5b120b0)
- revert: restore scoped @the-agenticflow/openflows package name (6904ff9)
- fix: use unscoped npm package name and remove non-existent optionalDeps (ebda84b)
- Merge pull request #111 from The-AgenticFlow/feat/auto-release-on-main (5aa03a0)
- fix: use edge docker tag for prereleases and jq for edge tag resolution (5071a1d)
- fix: exclude dev tags from stable tag lookup in release workflow (c4221d0)
- fix: address all PR review feedback (73a9b27)
- feat: auto-release on push to main with stable/edge channels (3d8d873)
- Merge pull request #110 from The-AgenticFlow/fix/refinements (0c712a2)
- Rustfmt (79946fc)
- fix: strip provider prefix from FIREWORKS_MODEL and OPENAI_MODEL env var fallbacks (02fe665)
- fix: drain MCP stderr in background task and use valid fallback model (9ed499d)
- fix: tighten needs_host_push heuristic and correct agent-system docs (eea2ff7)
- docs: update CLI backend docs and add domain config env vars (62b6282)
- test: add codex E2E test variants for nexus (d2212da)
- fix: resolve CI failures (fedc766)
- chore: add project config module, domain provisioning, and various refinements (25bff0f)
- fix: rewrite domain step with Layout constraints, richer descriptions (b1c07fa)
- revert: keep registry.json domain defaults unchanged (2c0defe)
- feat: add domain configuration step to interactive setup (92c6451)
- docs: clarify agent system — add harness system section, concrete examples, and extension path guidance (3d5898c)
- feat: add detailed prerequisites to README, refactor output indexing in responses proxy, extract strip_provider_prefix to agent-client (f710aee)
- agent config (de3adca)
- fix: break infinite CI fix loop — nexus guard, annotations enrichment, diagnostic logging (cb8cb93)
- fix: create temp registry.json in nexus e2e test instead of reading from workspace (0a8af31)
- fix: resolve nexus e2e test by using CARGO_MANIFEST_DIR for workspace-relative paths (a1acbaf)
- fix: resolve CI failures (spelling, format) (64c9d1b)
- fix: clippy warnings, format, and test fixes for CI (da26aaa)
- fix: accept newer model ID formats, fix fireworks routing, update default model (1a86d07)
- fix: strip provider prefix from model IDs before passing to CLI backends and API clients (0308335)
- fix: override cli and model_backend from provider when loading existing registry (a07dd00)
- fix(model-discovery): validate Anthropic model IDs, reject invalid API names (cfb121c)
- fix(fallback): remove Gemini from provider chain, keep only 3 supported providers (3671efc)
- feat(model-discovery): dynamically discover Anthropic models from API (fe921a6)
- fix(model-discovery): use verified working Anthropic model IDs (cb33cdd)
- fix(model-discovery): use valid Anthropic API model IDs, not CLI aliases (c477b4a)
- fix(setup): ensure CLI backend is properly set in registry.json (09817be)
- fix(setup): add GITHUB_MCP_CMD to .env file (029746a)
- feat(setup): auto-detect and set CLI binary path in .env (4600e65)
- fix(install): check for either Claude Code or Codex, don't auto-install (9297adf)
- fix: add back Anthropic support alongside OpenAI and Fireworks (d32ba0f)
- refactor: simplify provider support to Codex + OpenAI/Fireworks only (8a99c96)
- refactor: rename all agentflow binaries to openflows (966d939)
- enve setup (d001b91)
- refactor: rewrite README to focus on project overview, not implementation details (aae02ba)
- fixes (12694e7)
- fix: MCP startup readiness detection, stream completion events, and worktree nesting guard (2874268)
- fix: disable non-function tool types for SSE custom providers (2d4225d)
- fix: UTF-8 panic in response truncation and Codex v0.133.0 compatibility (7446433)
- Merge remote-tracking branch 'origin/main' into fix/refinements (fa213f4)
- Add support for OpenAI-compatible providers via CODEX_USE_SSE (09b29cd)
- Merge pull request #107 from The-AgenticFlow/docs/103-contribution-guidelines (3f5c10e)
- Merge branch 'main' into docs/103-contribution-guidelines (bdbf4e8)
- Merge pull request #106 from The-AgenticFlow/fix/bump-snif-to-v3.2.7 (72c6b9c)
- fix: tune snif review indexing timeout (eed6e53)
- fix: bump snif to v3.2.7 for provider rate limit fix (359025c)
- docs: link contribution_guidelines.md from CONTRIBUTING.md (30c7007)
- docs: add contribution_guidelines.md for branching, commits and PR standards (e88eb82)
- Merge pull request #99 from The-AgenticFlow/feature/snif-review (0c001de)
- rename snif.json to .snif.json (c0a6afb)
- Add GitHub workflow for Snif review. (87daa40)
- Merge pull request #64 from The-AgenticFlow/my-fix-branch-38 (7ee7059)
- Remove committed .kilo/ plans and add to .gitignore (fdbdc50)
- Fix CI checks: fmt, clippy, failing nexus_e2e test, doc warning (179a92c)
- Hardening: shared dir in worktree, MCP timeouts, Claude provisioning, RUST_LOG support (5051a7a)
- Fix secret-scanning push rejection loop: gitignore, scrub pipeline, worktree cleanup, ERROR_FEEDBACK (3b7290d)
- Fix default branch detection race in push_and_create_pr (75604b6)
- Fix hardcoded 'main' branch references — use detected default branch across all crates (1fac9f8)
- Fix SENTINEL infinite respawn loop and Codex integration hardening (bfecfed)
- Merge remote-tracking branch 'origin/main' into my-fix-branch-38 (8934e85)
- Fix Codex+Fireworks integration: dynamic provider selection, CODEX_HOME safeguard, rapid-exit circuit breaker (2c3fb5d)
- Fix LLM routing: model-aware FallbackClient, startup diagnostics, ForgePairNode migration (8b7fd42)
- Merge pull request #70 from The-AgenticFlow/assign-forge (b69c830)
- Add URL parsing dependency and update GitHub issue assignment logic (15b7ff0)
- Add URL parsing dependency and update GitHub issue assignment logic (0575582)
- Merge branch 'main' of github.com:The-AgenticFlow/AgentFlow into assign-forge (1a5dff2)
- Merge pull request #81 from The-AgenticFlow/60-refactor-vessel-pr-close-flow-to-reduce-latency (b1965b0)
- Refactoring versel close flow (2d026b2)
- Merge pull request #80 from The-AgenticFlow/docs/refactor-readme-split-installation (4ade91d)
- Refactoring versel close flow (5779def)
- Refactoring versel close flow (246da3b)
- docs: refactor README - separate installation guide into INSTALL.md (c2b726e)
- Merge pull request #78 from The-AgenticFlow/docs/improve-contributing-guide (510f2c7)
- docs: update Discord link to correct community URL (964908e)
- docs: improve README with clear project description and autonomous workflow (8824da7)
- docs: refactor CONTRIBUTING.md for better contributor onboarding (9cb7e40)
- ed (cddf3f0)
- format code (c114e90)
- format code (5980616)
- feat: update GitHub username handling for issue assignment and add authenticated user retrieval (096de39)
- Merge pull request #69 from The-AgenticFlow/fix/proxy-models-endpoint (62aa7f7)
- fix codex (6f77e33)
- Merge branch 'main' into fix/proxy-models-endpoint (451c0a0)
- fix(deny): add Zlib license to allow list (used by foldhash dependency) (02a661a)
- fix(deny): allow NOASSERTION license for workspace crates (3e6a341)
- fix(deny): add license exception for agentflow-tui workspace crate (1011e0b)
- fix(deny): remove invalid clarify section, keep private.ignore (ef39783)
- fix(deny): remove deprecated unlicensed key...
OpenFlows v0.1.8-dev.253.bed3da1
What's Changed
Continuous build from main
This is an automated pre-release build from the main branch.
Note: This build may contain unstable changes. For production use, install the latest stable release.
Initial Release
- Merge pull request #115 from The-AgenticFlow/feat/auto-release-on-main (bed3da1)
- revert: restore all 80 embedded orchestration files (a8e16d9)
- refactor: reduce embedded files from 80 to 9 critical files (5d9b77c)
- Merge remote-tracking branch 'origin/main' into feat/auto-release-on-main (ae63472)
- fix(docker): copy orchestration/ directory in build stage (3b475a6)
- Merge pull request #114 from The-AgenticFlow/feat/auto-release-on-main (de027d2)
- Rustfmt (842a11d)
- fix: set executable permissions on .sh files and restore trap in install.sh (522cd6a)
- fix: address gitar review feedback (0ce12b4)
- fix: track all orchestration files in git and remove duplicate profile (505d114)
- style: fix formatting for CI (4dbad79)
- feat: embed all orchestration files at compile time with self-healing and version tracking (bdc2c2e)
- Merge pull request #113 from The-AgenticFlow/feat/auto-release-on-main (d090075)
- fix: update 'cd AgentFlow' to 'cd openflows' in all docs (fadda83)
- chore: bump version to 1.0.16 (c3c8df3)
- fix: update repo URL from AgentFlow to openflows and make install copies orchestration/ (a58a012)
- fix: make install copies orchestration/ and document cargo install caveat (231321c)
- Merge pull request #112 from The-AgenticFlow/feat/auto-release-on-main (2151055)
- fix: OPENFLOWS_HOME used directly without double-appending /.openflows in load_env() (e3783f0)
- fix: standardize on OPENFLOWS_HOME, propagate .env parse errors, remove /tmp fallback (5ae940b)
- fix: load .env from ~/.openflows, install orchestration config, and improve Quick Start (5b120b0)
- revert: restore scoped @the-agenticflow/openflows package name (6904ff9)
- fix: use unscoped npm package name and remove non-existent optionalDeps (ebda84b)
- Merge pull request #111 from The-AgenticFlow/feat/auto-release-on-main (5aa03a0)
- fix: use edge docker tag for prereleases and jq for edge tag resolution (5071a1d)
- fix: exclude dev tags from stable tag lookup in release workflow (c4221d0)
- fix: address all PR review feedback (73a9b27)
- feat: auto-release on push to main with stable/edge channels (3d8d873)
- Merge pull request #110 from The-AgenticFlow/fix/refinements (0c712a2)
- Rustfmt (79946fc)
- fix: strip provider prefix from FIREWORKS_MODEL and OPENAI_MODEL env var fallbacks (02fe665)
- fix: drain MCP stderr in background task and use valid fallback model (9ed499d)
- fix: tighten needs_host_push heuristic and correct agent-system docs (eea2ff7)
- docs: update CLI backend docs and add domain config env vars (62b6282)
- test: add codex E2E test variants for nexus (d2212da)
- fix: resolve CI failures (fedc766)
- chore: add project config module, domain provisioning, and various refinements (25bff0f)
- fix: rewrite domain step with Layout constraints, richer descriptions (b1c07fa)
- revert: keep registry.json domain defaults unchanged (2c0defe)
- feat: add domain configuration step to interactive setup (92c6451)
- docs: clarify agent system — add harness system section, concrete examples, and extension path guidance (3d5898c)
- feat: add detailed prerequisites to README, refactor output indexing in responses proxy, extract strip_provider_prefix to agent-client (f710aee)
- agent config (de3adca)
- fix: break infinite CI fix loop — nexus guard, annotations enrichment, diagnostic logging (cb8cb93)
- fix: create temp registry.json in nexus e2e test instead of reading from workspace (0a8af31)
- fix: resolve nexus e2e test by using CARGO_MANIFEST_DIR for workspace-relative paths (a1acbaf)
- fix: resolve CI failures (spelling, format) (64c9d1b)
- fix: clippy warnings, format, and test fixes for CI (da26aaa)
- fix: accept newer model ID formats, fix fireworks routing, update default model (1a86d07)
- fix: strip provider prefix from model IDs before passing to CLI backends and API clients (0308335)
- fix: override cli and model_backend from provider when loading existing registry (a07dd00)
- fix(model-discovery): validate Anthropic model IDs, reject invalid API names (cfb121c)
- fix(fallback): remove Gemini from provider chain, keep only 3 supported providers (3671efc)
- feat(model-discovery): dynamically discover Anthropic models from API (fe921a6)
- fix(model-discovery): use verified working Anthropic model IDs (cb33cdd)
- fix(model-discovery): use valid Anthropic API model IDs, not CLI aliases (c477b4a)
- fix(setup): ensure CLI backend is properly set in registry.json (09817be)
- fix(setup): add GITHUB_MCP_CMD to .env file (029746a)
- feat(setup): auto-detect and set CLI binary path in .env (4600e65)
- fix(install): check for either Claude Code or Codex, don't auto-install (9297adf)
- fix: add back Anthropic support alongside OpenAI and Fireworks (d32ba0f)
- refactor: simplify provider support to Codex + OpenAI/Fireworks only (8a99c96)
- refactor: rename all agentflow binaries to openflows (966d939)
- enve setup (d001b91)
- refactor: rewrite README to focus on project overview, not implementation details (aae02ba)
- fixes (12694e7)
- fix: MCP startup readiness detection, stream completion events, and worktree nesting guard (2874268)
- fix: disable non-function tool types for SSE custom providers (2d4225d)
- fix: UTF-8 panic in response truncation and Codex v0.133.0 compatibility (7446433)
- Merge remote-tracking branch 'origin/main' into fix/refinements (fa213f4)
- Add support for OpenAI-compatible providers via CODEX_USE_SSE (09b29cd)
- Merge pull request #107 from The-AgenticFlow/docs/103-contribution-guidelines (3f5c10e)
- Merge branch 'main' into docs/103-contribution-guidelines (bdbf4e8)
- Merge pull request #106 from The-AgenticFlow/fix/bump-snif-to-v3.2.7 (72c6b9c)
- fix: tune snif review indexing timeout (eed6e53)
- fix: bump snif to v3.2.7 for provider rate limit fix (359025c)
- docs: link contribution_guidelines.md from CONTRIBUTING.md (30c7007)
- docs: add contribution_guidelines.md for branching, commits and PR standards (e88eb82)
- Merge pull request #99 from The-AgenticFlow/feature/snif-review (0c001de)
- rename snif.json to .snif.json (c0a6afb)
- Add GitHub workflow for Snif review. (87daa40)
- Merge pull request #64 from The-AgenticFlow/my-fix-branch-38 (7ee7059)
- Remove committed .kilo/ plans and add to .gitignore (fdbdc50)
- Fix CI checks: fmt, clippy, failing nexus_e2e test, doc warning (179a92c)
- Hardening: shared dir in worktree, MCP timeouts, Claude provisioning, RUST_LOG support (5051a7a)
- Fix secret-scanning push rejection loop: gitignore, scrub pipeline, worktree cleanup, ERROR_FEEDBACK (3b7290d)
- Fix default branch detection race in push_and_create_pr (75604b6)
- Fix hardcoded 'main' branch references — use detected default branch across all crates (1fac9f8)
- Fix SENTINEL infinite respawn loop and Codex integration hardening (bfecfed)
- Merge remote-tracking branch 'origin/main' into my-fix-branch-38 (8934e85)
- Fix Codex+Fireworks integration: dynamic provider selection, CODEX_HOME safeguard, rapid-exit circuit breaker (2c3fb5d)
- Fix LLM routing: model-aware FallbackClient, startup diagnostics, ForgePairNode migration (8b7fd42)
- Merge pull request #70 from The-AgenticFlow/assign-forge (b69c830)
- Add URL parsing dependency and update GitHub issue assignment logic (15b7ff0)
- Add URL parsing dependency and update GitHub issue assignment logic (0575582)
- Merge branch 'main' of github.com:The-AgenticFlow/AgentFlow into assign-forge (1a5dff2)
- Merge pull request #81 from The-AgenticFlow/60-refactor-vessel-pr-close-flow-to-reduce-latency (b1965b0)
- Refactoring versel close flow (2d026b2)
- Merge pull request #80 from The-AgenticFlow/docs/refactor-readme-split-installation (4ade91d)
- Refactoring versel close flow (5779def)
- Refactoring versel close flow (246da3b)
- docs: refactor README - separate installation guide into INSTALL.md (c2b726e)
- Merge pull request #78 from The-AgenticFlow/docs/improve-contributing-guide (510f2c7)
- docs: update Discord link to correct community URL (964908e)
- docs: improve README with clear project description and autonomous workflow (8824da7)
- docs: refactor CONTRIBUTING.md for better contributor onboarding (9cb7e40)
- ed (cddf3f0)
- format code (c114e90)
- format code (5980616)
- feat: update GitHub username handling for issue assignment and add authenticated user retrieval (096de39)
- Merge pull request #69 from The-AgenticFlow/fix/proxy-models-endpoint (62aa7f7)
- fix codex (6f77e33)
- Merge branch 'main' into fix/proxy-models-endpoint (451c0a0)
- fix(deny): add Zlib license to allow list (used by foldhash dependency) (02a661a)
- fix(deny): allow NOASSERTION license for workspace crates (3e6a341)
- fix(deny): add license exception for agentflow-tui workspace crate (1011e0b)
- fix(deny): remove invalid clarify section, keep private.ignore (ef39783)
- fix(deny): remove deprecated unlicensed key, use private.ignore (c10976c)
- fix(deny): set unlicensed=allow for workspace crates without license files (c240be6)
- fix(deny): ignore private workspace crates in license check (ca5e68e)
- fix(ci): resolve remaining CI failures for clean release build (62fbaf0)
- Merge branch 'fix/proxy-models-endpoint' - proxy models endpoint, CI fixes, anthropic-proxy in release (b0e06f9)
- fix(ci): resolve clippy/format errors and include anthropic-proxy in release (a2c10b8)
- fix(proxy): add /v1/models endpoint for Claude Code model validation (6280c74)
- feat: implement GitHub issue assignment, comment, and labeling functionality (ee971f1)
- Merge branch 'feature/setup-separate-concerns' (1b72de9)
- fix(tui): improve setup flow order and add edit option (6482ac5)
- Merge pull request #65 from The-AgenticFlow/share-store-doc (1a1abdf)
- docs: update SharedStore documentation with TUI monitoring interface details and enhance architecture overview ...
OpenFlows v0.1.8-dev.241.d090075
What's Changed
Continuous build from main
This is an automated pre-release build from the main branch.
Note: This build may contain unstable changes. For production use, install the latest stable release.
Initial Release
- Merge pull request #113 from The-AgenticFlow/feat/auto-release-on-main (d090075)
- fix: update 'cd AgentFlow' to 'cd openflows' in all docs (fadda83)
- chore: bump version to 1.0.16 (c3c8df3)
- fix: update repo URL from AgentFlow to openflows and make install copies orchestration/ (a58a012)
- fix: make install copies orchestration/ and document cargo install caveat (231321c)
- Merge pull request #112 from The-AgenticFlow/feat/auto-release-on-main (2151055)
- fix: OPENFLOWS_HOME used directly without double-appending /.openflows in load_env() (e3783f0)
- fix: standardize on OPENFLOWS_HOME, propagate .env parse errors, remove /tmp fallback (5ae940b)
- fix: load .env from ~/.openflows, install orchestration config, and improve Quick Start (5b120b0)
- revert: restore scoped @the-agenticflow/openflows package name (6904ff9)
- fix: use unscoped npm package name and remove non-existent optionalDeps (ebda84b)
- Merge pull request #111 from The-AgenticFlow/feat/auto-release-on-main (5aa03a0)
- fix: use edge docker tag for prereleases and jq for edge tag resolution (5071a1d)
- fix: exclude dev tags from stable tag lookup in release workflow (c4221d0)
- fix: address all PR review feedback (73a9b27)
- feat: auto-release on push to main with stable/edge channels (3d8d873)
- Merge pull request #110 from The-AgenticFlow/fix/refinements (0c712a2)
- Rustfmt (79946fc)
- fix: strip provider prefix from FIREWORKS_MODEL and OPENAI_MODEL env var fallbacks (02fe665)
- fix: drain MCP stderr in background task and use valid fallback model (9ed499d)
- fix: tighten needs_host_push heuristic and correct agent-system docs (eea2ff7)
- docs: update CLI backend docs and add domain config env vars (62b6282)
- test: add codex E2E test variants for nexus (d2212da)
- fix: resolve CI failures (fedc766)
- chore: add project config module, domain provisioning, and various refinements (25bff0f)
- fix: rewrite domain step with Layout constraints, richer descriptions (b1c07fa)
- revert: keep registry.json domain defaults unchanged (2c0defe)
- feat: add domain configuration step to interactive setup (92c6451)
- docs: clarify agent system — add harness system section, concrete examples, and extension path guidance (3d5898c)
- feat: add detailed prerequisites to README, refactor output indexing in responses proxy, extract strip_provider_prefix to agent-client (f710aee)
- agent config (de3adca)
- fix: break infinite CI fix loop — nexus guard, annotations enrichment, diagnostic logging (cb8cb93)
- fix: create temp registry.json in nexus e2e test instead of reading from workspace (0a8af31)
- fix: resolve nexus e2e test by using CARGO_MANIFEST_DIR for workspace-relative paths (a1acbaf)
- fix: resolve CI failures (spelling, format) (64c9d1b)
- fix: clippy warnings, format, and test fixes for CI (da26aaa)
- fix: accept newer model ID formats, fix fireworks routing, update default model (1a86d07)
- fix: strip provider prefix from model IDs before passing to CLI backends and API clients (0308335)
- fix: override cli and model_backend from provider when loading existing registry (a07dd00)
- fix(model-discovery): validate Anthropic model IDs, reject invalid API names (cfb121c)
- fix(fallback): remove Gemini from provider chain, keep only 3 supported providers (3671efc)
- feat(model-discovery): dynamically discover Anthropic models from API (fe921a6)
- fix(model-discovery): use verified working Anthropic model IDs (cb33cdd)
- fix(model-discovery): use valid Anthropic API model IDs, not CLI aliases (c477b4a)
- fix(setup): ensure CLI backend is properly set in registry.json (09817be)
- fix(setup): add GITHUB_MCP_CMD to .env file (029746a)
- feat(setup): auto-detect and set CLI binary path in .env (4600e65)
- fix(install): check for either Claude Code or Codex, don't auto-install (9297adf)
- fix: add back Anthropic support alongside OpenAI and Fireworks (d32ba0f)
- refactor: simplify provider support to Codex + OpenAI/Fireworks only (8a99c96)
- refactor: rename all agentflow binaries to openflows (966d939)
- enve setup (d001b91)
- refactor: rewrite README to focus on project overview, not implementation details (aae02ba)
- fixes (12694e7)
- fix: MCP startup readiness detection, stream completion events, and worktree nesting guard (2874268)
- fix: disable non-function tool types for SSE custom providers (2d4225d)
- fix: UTF-8 panic in response truncation and Codex v0.133.0 compatibility (7446433)
- Merge remote-tracking branch 'origin/main' into fix/refinements (fa213f4)
- Add support for OpenAI-compatible providers via CODEX_USE_SSE (09b29cd)
- Merge pull request #107 from The-AgenticFlow/docs/103-contribution-guidelines (3f5c10e)
- Merge branch 'main' into docs/103-contribution-guidelines (bdbf4e8)
- Merge pull request #106 from The-AgenticFlow/fix/bump-snif-to-v3.2.7 (72c6b9c)
- fix: tune snif review indexing timeout (eed6e53)
- fix: bump snif to v3.2.7 for provider rate limit fix (359025c)
- docs: link contribution_guidelines.md from CONTRIBUTING.md (30c7007)
- docs: add contribution_guidelines.md for branching, commits and PR standards (e88eb82)
- Merge pull request #99 from The-AgenticFlow/feature/snif-review (0c001de)
- rename snif.json to .snif.json (c0a6afb)
- Add GitHub workflow for Snif review. (87daa40)
- Merge pull request #64 from The-AgenticFlow/my-fix-branch-38 (7ee7059)
- Remove committed .kilo/ plans and add to .gitignore (fdbdc50)
- Fix CI checks: fmt, clippy, failing nexus_e2e test, doc warning (179a92c)
- Hardening: shared dir in worktree, MCP timeouts, Claude provisioning, RUST_LOG support (5051a7a)
- Fix secret-scanning push rejection loop: gitignore, scrub pipeline, worktree cleanup, ERROR_FEEDBACK (3b7290d)
- Fix default branch detection race in push_and_create_pr (75604b6)
- Fix hardcoded 'main' branch references — use detected default branch across all crates (1fac9f8)
- Fix SENTINEL infinite respawn loop and Codex integration hardening (bfecfed)
- Merge remote-tracking branch 'origin/main' into my-fix-branch-38 (8934e85)
- Fix Codex+Fireworks integration: dynamic provider selection, CODEX_HOME safeguard, rapid-exit circuit breaker (2c3fb5d)
- Fix LLM routing: model-aware FallbackClient, startup diagnostics, ForgePairNode migration (8b7fd42)
- Merge pull request #70 from The-AgenticFlow/assign-forge (b69c830)
- Add URL parsing dependency and update GitHub issue assignment logic (15b7ff0)
- Add URL parsing dependency and update GitHub issue assignment logic (0575582)
- Merge branch 'main' of github.com:The-AgenticFlow/AgentFlow into assign-forge (1a5dff2)
- Merge pull request #81 from The-AgenticFlow/60-refactor-vessel-pr-close-flow-to-reduce-latency (b1965b0)
- Refactoring versel close flow (2d026b2)
- Merge pull request #80 from The-AgenticFlow/docs/refactor-readme-split-installation (4ade91d)
- Refactoring versel close flow (5779def)
- Refactoring versel close flow (246da3b)
- docs: refactor README - separate installation guide into INSTALL.md (c2b726e)
- Merge pull request #78 from The-AgenticFlow/docs/improve-contributing-guide (510f2c7)
- docs: update Discord link to correct community URL (964908e)
- docs: improve README with clear project description and autonomous workflow (8824da7)
- docs: refactor CONTRIBUTING.md for better contributor onboarding (9cb7e40)
- ed (cddf3f0)
- format code (c114e90)
- format code (5980616)
- feat: update GitHub username handling for issue assignment and add authenticated user retrieval (096de39)
- Merge pull request #69 from The-AgenticFlow/fix/proxy-models-endpoint (62aa7f7)
- fix codex (6f77e33)
- Merge branch 'main' into fix/proxy-models-endpoint (451c0a0)
- fix(deny): add Zlib license to allow list (used by foldhash dependency) (02a661a)
- fix(deny): allow NOASSERTION license for workspace crates (3e6a341)
- fix(deny): add license exception for agentflow-tui workspace crate (1011e0b)
- fix(deny): remove invalid clarify section, keep private.ignore (ef39783)
- fix(deny): remove deprecated unlicensed key, use private.ignore (c10976c)
- fix(deny): set unlicensed=allow for workspace crates without license files (c240be6)
- fix(deny): ignore private workspace crates in license check (ca5e68e)
- fix(ci): resolve remaining CI failures for clean release build (62fbaf0)
- Merge branch 'fix/proxy-models-endpoint' - proxy models endpoint, CI fixes, anthropic-proxy in release (b0e06f9)
- fix(ci): resolve clippy/format errors and include anthropic-proxy in release (a2c10b8)
- fix(proxy): add /v1/models endpoint for Claude Code model validation (6280c74)
- feat: implement GitHub issue assignment, comment, and labeling functionality (ee971f1)
- Merge branch 'feature/setup-separate-concerns' (1b72de9)
- fix(tui): improve setup flow order and add edit option (6482ac5)
- Merge pull request #65 from The-AgenticFlow/share-store-doc (1a1abdf)
- docs: update SharedStore documentation with TUI monitoring interface details and enhance architecture overview (b0d0104)
- docs: update SharedStore documentation with TUI monitoring interface details and enhance architecture overview (8b93cbd)
- Delete .kilo/plans/1777761256449-silent-squid.md (7fb0b3c)
- fix:implementing plugin module for codex (04b5b67)
- docs(readme): expand npm installation and usage instructions (3021b19)
- fix(tui): lock Nexus instances, fix GitHub token propagation, anchor artifacts to ~/.agentflow (020786e)
- feat(tui): redesign agent config screen with inline editing (9a8d93c)
- fix(ci): sanitize branch names with slashes for Docker tags (025e4ad)
- fix(tui): make current_state mutable in agent step (1d6ab53)
- feat(tui): add agent configuration step for instances, model backend, and tokens (8697c43)
- fix: prefix unused config param with underscore (3c03365)
- docs: SharedStore documentation with detailed archi...
OpenFlows v0.1.8-dev.236.2151055
What's Changed
Continuous build from main
This is an automated pre-release build from the main branch.
Note: This build may contain unstable changes. For production use, install the latest stable release.
Initial Release
- Merge pull request #112 from The-AgenticFlow/feat/auto-release-on-main (2151055)
- fix: OPENFLOWS_HOME used directly without double-appending /.openflows in load_env() (e3783f0)
- fix: standardize on OPENFLOWS_HOME, propagate .env parse errors, remove /tmp fallback (5ae940b)
- fix: load .env from ~/.openflows, install orchestration config, and improve Quick Start (5b120b0)
- revert: restore scoped @the-agenticflow/openflows package name (6904ff9)
- fix: use unscoped npm package name and remove non-existent optionalDeps (ebda84b)
- Merge pull request #111 from The-AgenticFlow/feat/auto-release-on-main (5aa03a0)
- fix: use edge docker tag for prereleases and jq for edge tag resolution (5071a1d)
- fix: exclude dev tags from stable tag lookup in release workflow (c4221d0)
- fix: address all PR review feedback (73a9b27)
- feat: auto-release on push to main with stable/edge channels (3d8d873)
- Merge pull request #110 from The-AgenticFlow/fix/refinements (0c712a2)
- Rustfmt (79946fc)
- fix: strip provider prefix from FIREWORKS_MODEL and OPENAI_MODEL env var fallbacks (02fe665)
- fix: drain MCP stderr in background task and use valid fallback model (9ed499d)
- fix: tighten needs_host_push heuristic and correct agent-system docs (eea2ff7)
- docs: update CLI backend docs and add domain config env vars (62b6282)
- test: add codex E2E test variants for nexus (d2212da)
- fix: resolve CI failures (fedc766)
- chore: add project config module, domain provisioning, and various refinements (25bff0f)
- fix: rewrite domain step with Layout constraints, richer descriptions (b1c07fa)
- revert: keep registry.json domain defaults unchanged (2c0defe)
- feat: add domain configuration step to interactive setup (92c6451)
- docs: clarify agent system — add harness system section, concrete examples, and extension path guidance (3d5898c)
- feat: add detailed prerequisites to README, refactor output indexing in responses proxy, extract strip_provider_prefix to agent-client (f710aee)
- agent config (de3adca)
- fix: break infinite CI fix loop — nexus guard, annotations enrichment, diagnostic logging (cb8cb93)
- fix: create temp registry.json in nexus e2e test instead of reading from workspace (0a8af31)
- fix: resolve nexus e2e test by using CARGO_MANIFEST_DIR for workspace-relative paths (a1acbaf)
- fix: resolve CI failures (spelling, format) (64c9d1b)
- fix: clippy warnings, format, and test fixes for CI (da26aaa)
- fix: accept newer model ID formats, fix fireworks routing, update default model (1a86d07)
- fix: strip provider prefix from model IDs before passing to CLI backends and API clients (0308335)
- fix: override cli and model_backend from provider when loading existing registry (a07dd00)
- fix(model-discovery): validate Anthropic model IDs, reject invalid API names (cfb121c)
- fix(fallback): remove Gemini from provider chain, keep only 3 supported providers (3671efc)
- feat(model-discovery): dynamically discover Anthropic models from API (fe921a6)
- fix(model-discovery): use verified working Anthropic model IDs (cb33cdd)
- fix(model-discovery): use valid Anthropic API model IDs, not CLI aliases (c477b4a)
- fix(setup): ensure CLI backend is properly set in registry.json (09817be)
- fix(setup): add GITHUB_MCP_CMD to .env file (029746a)
- feat(setup): auto-detect and set CLI binary path in .env (4600e65)
- fix(install): check for either Claude Code or Codex, don't auto-install (9297adf)
- fix: add back Anthropic support alongside OpenAI and Fireworks (d32ba0f)
- refactor: simplify provider support to Codex + OpenAI/Fireworks only (8a99c96)
- refactor: rename all agentflow binaries to openflows (966d939)
- enve setup (d001b91)
- refactor: rewrite README to focus on project overview, not implementation details (aae02ba)
- fixes (12694e7)
- fix: MCP startup readiness detection, stream completion events, and worktree nesting guard (2874268)
- fix: disable non-function tool types for SSE custom providers (2d4225d)
- fix: UTF-8 panic in response truncation and Codex v0.133.0 compatibility (7446433)
- Merge remote-tracking branch 'origin/main' into fix/refinements (fa213f4)
- Add support for OpenAI-compatible providers via CODEX_USE_SSE (09b29cd)
- Merge pull request #107 from The-AgenticFlow/docs/103-contribution-guidelines (3f5c10e)
- Merge branch 'main' into docs/103-contribution-guidelines (bdbf4e8)
- Merge pull request #106 from The-AgenticFlow/fix/bump-snif-to-v3.2.7 (72c6b9c)
- fix: tune snif review indexing timeout (eed6e53)
- fix: bump snif to v3.2.7 for provider rate limit fix (359025c)
- docs: link contribution_guidelines.md from CONTRIBUTING.md (30c7007)
- docs: add contribution_guidelines.md for branching, commits and PR standards (e88eb82)
- Merge pull request #99 from The-AgenticFlow/feature/snif-review (0c001de)
- rename snif.json to .snif.json (c0a6afb)
- Add GitHub workflow for Snif review. (87daa40)
- Merge pull request #64 from The-AgenticFlow/my-fix-branch-38 (7ee7059)
- Remove committed .kilo/ plans and add to .gitignore (fdbdc50)
- Fix CI checks: fmt, clippy, failing nexus_e2e test, doc warning (179a92c)
- Hardening: shared dir in worktree, MCP timeouts, Claude provisioning, RUST_LOG support (5051a7a)
- Fix secret-scanning push rejection loop: gitignore, scrub pipeline, worktree cleanup, ERROR_FEEDBACK (3b7290d)
- Fix default branch detection race in push_and_create_pr (75604b6)
- Fix hardcoded 'main' branch references — use detected default branch across all crates (1fac9f8)
- Fix SENTINEL infinite respawn loop and Codex integration hardening (bfecfed)
- Merge remote-tracking branch 'origin/main' into my-fix-branch-38 (8934e85)
- Fix Codex+Fireworks integration: dynamic provider selection, CODEX_HOME safeguard, rapid-exit circuit breaker (2c3fb5d)
- Fix LLM routing: model-aware FallbackClient, startup diagnostics, ForgePairNode migration (8b7fd42)
- Merge pull request #70 from The-AgenticFlow/assign-forge (b69c830)
- Add URL parsing dependency and update GitHub issue assignment logic (15b7ff0)
- Add URL parsing dependency and update GitHub issue assignment logic (0575582)
- Merge branch 'main' of github.com:The-AgenticFlow/AgentFlow into assign-forge (1a5dff2)
- Merge pull request #81 from The-AgenticFlow/60-refactor-vessel-pr-close-flow-to-reduce-latency (b1965b0)
- Refactoring versel close flow (2d026b2)
- Merge pull request #80 from The-AgenticFlow/docs/refactor-readme-split-installation (4ade91d)
- Refactoring versel close flow (5779def)
- Refactoring versel close flow (246da3b)
- docs: refactor README - separate installation guide into INSTALL.md (c2b726e)
- Merge pull request #78 from The-AgenticFlow/docs/improve-contributing-guide (510f2c7)
- docs: update Discord link to correct community URL (964908e)
- docs: improve README with clear project description and autonomous workflow (8824da7)
- docs: refactor CONTRIBUTING.md for better contributor onboarding (9cb7e40)
- ed (cddf3f0)
- format code (c114e90)
- format code (5980616)
- feat: update GitHub username handling for issue assignment and add authenticated user retrieval (096de39)
- Merge pull request #69 from The-AgenticFlow/fix/proxy-models-endpoint (62aa7f7)
- fix codex (6f77e33)
- Merge branch 'main' into fix/proxy-models-endpoint (451c0a0)
- fix(deny): add Zlib license to allow list (used by foldhash dependency) (02a661a)
- fix(deny): allow NOASSERTION license for workspace crates (3e6a341)
- fix(deny): add license exception for agentflow-tui workspace crate (1011e0b)
- fix(deny): remove invalid clarify section, keep private.ignore (ef39783)
- fix(deny): remove deprecated unlicensed key, use private.ignore (c10976c)
- fix(deny): set unlicensed=allow for workspace crates without license files (c240be6)
- fix(deny): ignore private workspace crates in license check (ca5e68e)
- fix(ci): resolve remaining CI failures for clean release build (62fbaf0)
- Merge branch 'fix/proxy-models-endpoint' - proxy models endpoint, CI fixes, anthropic-proxy in release (b0e06f9)
- fix(ci): resolve clippy/format errors and include anthropic-proxy in release (a2c10b8)
- fix(proxy): add /v1/models endpoint for Claude Code model validation (6280c74)
- feat: implement GitHub issue assignment, comment, and labeling functionality (ee971f1)
- Merge branch 'feature/setup-separate-concerns' (1b72de9)
- fix(tui): improve setup flow order and add edit option (6482ac5)
- Merge pull request #65 from The-AgenticFlow/share-store-doc (1a1abdf)
- docs: update SharedStore documentation with TUI monitoring interface details and enhance architecture overview (b0d0104)
- docs: update SharedStore documentation with TUI monitoring interface details and enhance architecture overview (8b93cbd)
- Delete .kilo/plans/1777761256449-silent-squid.md (7fb0b3c)
- fix:implementing plugin module for codex (04b5b67)
- docs(readme): expand npm installation and usage instructions (3021b19)
- fix(tui): lock Nexus instances, fix GitHub token propagation, anchor artifacts to ~/.agentflow (020786e)
- feat(tui): redesign agent config screen with inline editing (9a8d93c)
- fix(ci): sanitize branch names with slashes for Docker tags (025e4ad)
- fix(tui): make current_state mutable in agent step (1d6ab53)
- feat(tui): add agent configuration step for instances, model backend, and tokens (8697c43)
- fix: prefix unused config param with underscore (3c03365)
- docs: SharedStore documentation with detailed architecture overview and API reference (18d82d4)
- fix: generate registry.json in setup wizard, fix next steps commands (ed1fb3a)
- Fix test: use GITHUB_PERSONAL_ACCESS_TOKEN in nexus_e2e test (5d6008e)
- chore: update cargo lock and npm version (1acf7e7)
- fix: resolve orchestration files relative to binary in agentflow.rs (48d6599)
- fix: resolve orchestration files relative to b...
OpenFlows v0.1.8-dev.230.5aa03a0
What's Changed
Continuous build from main
This is an automated pre-release build from the main branch.
Note: This build may contain unstable changes. For production use, install the latest stable release.
Initial Release
- Merge pull request #111 from The-AgenticFlow/feat/auto-release-on-main (5aa03a0)
- fix: use edge docker tag for prereleases and jq for edge tag resolution (5071a1d)
- fix: exclude dev tags from stable tag lookup in release workflow (c4221d0)
- fix: address all PR review feedback (73a9b27)
- feat: auto-release on push to main with stable/edge channels (3d8d873)
- Merge pull request #110 from The-AgenticFlow/fix/refinements (0c712a2)
- Rustfmt (79946fc)
- fix: strip provider prefix from FIREWORKS_MODEL and OPENAI_MODEL env var fallbacks (02fe665)
- fix: drain MCP stderr in background task and use valid fallback model (9ed499d)
- fix: tighten needs_host_push heuristic and correct agent-system docs (eea2ff7)
- docs: update CLI backend docs and add domain config env vars (62b6282)
- test: add codex E2E test variants for nexus (d2212da)
- fix: resolve CI failures (fedc766)
- chore: add project config module, domain provisioning, and various refinements (25bff0f)
- fix: rewrite domain step with Layout constraints, richer descriptions (b1c07fa)
- revert: keep registry.json domain defaults unchanged (2c0defe)
- feat: add domain configuration step to interactive setup (92c6451)
- docs: clarify agent system — add harness system section, concrete examples, and extension path guidance (3d5898c)
- feat: add detailed prerequisites to README, refactor output indexing in responses proxy, extract strip_provider_prefix to agent-client (f710aee)
- agent config (de3adca)
- fix: break infinite CI fix loop — nexus guard, annotations enrichment, diagnostic logging (cb8cb93)
- fix: create temp registry.json in nexus e2e test instead of reading from workspace (0a8af31)
- fix: resolve nexus e2e test by using CARGO_MANIFEST_DIR for workspace-relative paths (a1acbaf)
- fix: resolve CI failures (spelling, format) (64c9d1b)
- fix: clippy warnings, format, and test fixes for CI (da26aaa)
- fix: accept newer model ID formats, fix fireworks routing, update default model (1a86d07)
- fix: strip provider prefix from model IDs before passing to CLI backends and API clients (0308335)
- fix: override cli and model_backend from provider when loading existing registry (a07dd00)
- fix(model-discovery): validate Anthropic model IDs, reject invalid API names (cfb121c)
- fix(fallback): remove Gemini from provider chain, keep only 3 supported providers (3671efc)
- feat(model-discovery): dynamically discover Anthropic models from API (fe921a6)
- fix(model-discovery): use verified working Anthropic model IDs (cb33cdd)
- fix(model-discovery): use valid Anthropic API model IDs, not CLI aliases (c477b4a)
- fix(setup): ensure CLI backend is properly set in registry.json (09817be)
- fix(setup): add GITHUB_MCP_CMD to .env file (029746a)
- feat(setup): auto-detect and set CLI binary path in .env (4600e65)
- fix(install): check for either Claude Code or Codex, don't auto-install (9297adf)
- fix: add back Anthropic support alongside OpenAI and Fireworks (d32ba0f)
- refactor: simplify provider support to Codex + OpenAI/Fireworks only (8a99c96)
- refactor: rename all agentflow binaries to openflows (966d939)
- enve setup (d001b91)
- refactor: rewrite README to focus on project overview, not implementation details (aae02ba)
- fixes (12694e7)
- fix: MCP startup readiness detection, stream completion events, and worktree nesting guard (2874268)
- fix: disable non-function tool types for SSE custom providers (2d4225d)
- fix: UTF-8 panic in response truncation and Codex v0.133.0 compatibility (7446433)
- Merge remote-tracking branch 'origin/main' into fix/refinements (fa213f4)
- Add support for OpenAI-compatible providers via CODEX_USE_SSE (09b29cd)
- Merge pull request #107 from The-AgenticFlow/docs/103-contribution-guidelines (3f5c10e)
- Merge branch 'main' into docs/103-contribution-guidelines (bdbf4e8)
- Merge pull request #106 from The-AgenticFlow/fix/bump-snif-to-v3.2.7 (72c6b9c)
- fix: tune snif review indexing timeout (eed6e53)
- fix: bump snif to v3.2.7 for provider rate limit fix (359025c)
- docs: link contribution_guidelines.md from CONTRIBUTING.md (30c7007)
- docs: add contribution_guidelines.md for branching, commits and PR standards (e88eb82)
- Merge pull request #99 from The-AgenticFlow/feature/snif-review (0c001de)
- rename snif.json to .snif.json (c0a6afb)
- Add GitHub workflow for Snif review. (87daa40)
- Merge pull request #64 from The-AgenticFlow/my-fix-branch-38 (7ee7059)
- Remove committed .kilo/ plans and add to .gitignore (fdbdc50)
- Fix CI checks: fmt, clippy, failing nexus_e2e test, doc warning (179a92c)
- Hardening: shared dir in worktree, MCP timeouts, Claude provisioning, RUST_LOG support (5051a7a)
- Fix secret-scanning push rejection loop: gitignore, scrub pipeline, worktree cleanup, ERROR_FEEDBACK (3b7290d)
- Fix default branch detection race in push_and_create_pr (75604b6)
- Fix hardcoded 'main' branch references — use detected default branch across all crates (1fac9f8)
- Fix SENTINEL infinite respawn loop and Codex integration hardening (bfecfed)
- Merge remote-tracking branch 'origin/main' into my-fix-branch-38 (8934e85)
- Fix Codex+Fireworks integration: dynamic provider selection, CODEX_HOME safeguard, rapid-exit circuit breaker (2c3fb5d)
- Fix LLM routing: model-aware FallbackClient, startup diagnostics, ForgePairNode migration (8b7fd42)
- Merge pull request #70 from The-AgenticFlow/assign-forge (b69c830)
- Add URL parsing dependency and update GitHub issue assignment logic (15b7ff0)
- Add URL parsing dependency and update GitHub issue assignment logic (0575582)
- Merge branch 'main' of github.com:The-AgenticFlow/AgentFlow into assign-forge (1a5dff2)
- Merge pull request #81 from The-AgenticFlow/60-refactor-vessel-pr-close-flow-to-reduce-latency (b1965b0)
- Refactoring versel close flow (2d026b2)
- Merge pull request #80 from The-AgenticFlow/docs/refactor-readme-split-installation (4ade91d)
- Refactoring versel close flow (5779def)
- Refactoring versel close flow (246da3b)
- docs: refactor README - separate installation guide into INSTALL.md (c2b726e)
- Merge pull request #78 from The-AgenticFlow/docs/improve-contributing-guide (510f2c7)
- docs: update Discord link to correct community URL (964908e)
- docs: improve README with clear project description and autonomous workflow (8824da7)
- docs: refactor CONTRIBUTING.md for better contributor onboarding (9cb7e40)
- ed (cddf3f0)
- format code (c114e90)
- format code (5980616)
- feat: update GitHub username handling for issue assignment and add authenticated user retrieval (096de39)
- Merge pull request #69 from The-AgenticFlow/fix/proxy-models-endpoint (62aa7f7)
- fix codex (6f77e33)
- Merge branch 'main' into fix/proxy-models-endpoint (451c0a0)
- fix(deny): add Zlib license to allow list (used by foldhash dependency) (02a661a)
- fix(deny): allow NOASSERTION license for workspace crates (3e6a341)
- fix(deny): add license exception for agentflow-tui workspace crate (1011e0b)
- fix(deny): remove invalid clarify section, keep private.ignore (ef39783)
- fix(deny): remove deprecated unlicensed key, use private.ignore (c10976c)
- fix(deny): set unlicensed=allow for workspace crates without license files (c240be6)
- fix(deny): ignore private workspace crates in license check (ca5e68e)
- fix(ci): resolve remaining CI failures for clean release build (62fbaf0)
- Merge branch 'fix/proxy-models-endpoint' - proxy models endpoint, CI fixes, anthropic-proxy in release (b0e06f9)
- fix(ci): resolve clippy/format errors and include anthropic-proxy in release (a2c10b8)
- fix(proxy): add /v1/models endpoint for Claude Code model validation (6280c74)
- feat: implement GitHub issue assignment, comment, and labeling functionality (ee971f1)
- Merge branch 'feature/setup-separate-concerns' (1b72de9)
- fix(tui): improve setup flow order and add edit option (6482ac5)
- Merge pull request #65 from The-AgenticFlow/share-store-doc (1a1abdf)
- docs: update SharedStore documentation with TUI monitoring interface details and enhance architecture overview (b0d0104)
- docs: update SharedStore documentation with TUI monitoring interface details and enhance architecture overview (8b93cbd)
- Delete .kilo/plans/1777761256449-silent-squid.md (7fb0b3c)
- fix:implementing plugin module for codex (04b5b67)
- docs(readme): expand npm installation and usage instructions (3021b19)
- fix(tui): lock Nexus instances, fix GitHub token propagation, anchor artifacts to ~/.agentflow (020786e)
- feat(tui): redesign agent config screen with inline editing (9a8d93c)
- fix(ci): sanitize branch names with slashes for Docker tags (025e4ad)
- fix(tui): make current_state mutable in agent step (1d6ab53)
- feat(tui): add agent configuration step for instances, model backend, and tokens (8697c43)
- fix: prefix unused config param with underscore (3c03365)
- docs: SharedStore documentation with detailed architecture overview and API reference (18d82d4)
- fix: generate registry.json in setup wizard, fix next steps commands (ed1fb3a)
- Fix test: use GITHUB_PERSONAL_ACCESS_TOKEN in nexus_e2e test (5d6008e)
- chore: update cargo lock and npm version (1acf7e7)
- fix: resolve orchestration files relative to binary in agentflow.rs (48d6599)
- fix: resolve orchestration files relative to binary location (167edca)
- Fix clippy warning: implement FromStr trait for CliBackend (6b87466)
- fix: point JS wrappers to agentflow binaries (dc96ce6)
- fix: add musl fallback for x86_64 Linux binary download (039606a)
- fix: replace unstable floor_char_boundary with stable char_indices (b07cd7e)
- fix: update Rust to 1.88 for instability crate requirement (7f64639)
- fix: update Rust to 1.85 for edition2024 support, fix package name (c44d182)
- Merge branch '38.2-feat-add-codex-cli-as-a-configurable-agent-backend-decouple-from-c...
OpenFlows v0.1.6
What's Changed
Changes since v0.1.4
- chore(npm): bump version to 0.1.5 for mcp-proxy fix (473ba4e)
- fix(npm): install mcp-proxy correctly via Python package manager (a376b08)
- fix(setup): add openflows-doctor to setup completion next steps (8ec5563)
- feat(npm): zero-config installation with auto-proxy management (1e6994c)
Installation
curl -fsSL https://raw.githubusercontent.com/The-AgenticFlow/AgentFlow/main/scripts/install.sh | bashOpenFlows v0.1.5
What's Changed
Changes since v0.1.4
- chore(npm): bump version to 0.1.5 for mcp-proxy fix (473ba4e)
- fix(npm): install mcp-proxy correctly via Python package manager (a376b08)
- fix(setup): add openflows-doctor to setup completion next steps (8ec5563)
- feat(npm): zero-config installation with auto-proxy management (1e6994c)
Installation
curl -fsSL https://raw.githubusercontent.com/The-AgenticFlow/AgentFlow/main/scripts/install.sh | bashOpenFlows v0.1.4
What's Changed
Changes since v0.1.3
- docs(npm): add comprehensive npm package README (bec7586)
- fix(npm): improve install script robustness (760d257)
- docs: add license and asset distribution flow documentation (6b5ba26)
- fix(setup): remove github_token_env for inactive default agent (425f9ae)
Installation
curl -fsSL https://raw.githubusercontent.com/The-AgenticFlow/AgentFlow/main/scripts/install.sh | bashOpenFlows v0.1.3
What's Changed
Changes since v0.1.2
- fix(tui): improve setup flow order and add edit option (6482ac5)
- Delete .kilo/plans/1777761256449-silent-squid.md (7fb0b3c)
- docs(readme): expand npm installation and usage instructions (3021b19)
Installation
curl -fsSL https://raw.githubusercontent.com/The-AgenticFlow/AgentFlow/main/scripts/install.sh | bashOpenFlows v0.1.2
What's Changed
Changes since v0.1.0
- fix(tui): lock Nexus instances, fix GitHub token propagation, anchor artifacts to ~/.agentflow (020786e)
- feat(tui): redesign agent config screen with inline editing (9a8d93c)
- fix(ci): sanitize branch names with slashes for Docker tags (025e4ad)
- fix(tui): make current_state mutable in agent step (1d6ab53)
- feat(tui): add agent configuration step for instances, model backend, and tokens (8697c43)
Installation
curl -fsSL https://raw.githubusercontent.com/The-AgenticFlow/AgentFlow/main/scripts/install.sh | bash