Skip to content

OpenFlows v0.1.8-dev.264.9e28395

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jun 23:38
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, 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-claude-code' into main (7697301)
  • fix: use rustls instead of native-tls in anthropic-mock (6907e77)
  • fix: (7e7edf2)
  • fix: add OpenSSL dev headers to Linux build, fix binary names in install script (6e1648c)
  • docs: add CLI backend configuration documentation (a2dd2a4)
  • feat: add DEFAULT_CLI env var override for CLI backend selection (a479b45)
  • fix: pass CLI backend from PairConfig to ProcessManager (2add61d)
  • feat: packaging and distribution setup (edb0dd2)
  • style: simplify welcome page to clean minimal design (7be51cc)
  • style: redesign OpenFlows welcome page with clean boxed logo (c6c72a4)
  • style: redesign TUI with cyberpunk terminal aesthetic (e5366b0)
  • fix: add scrolling for GitHub PAT fields when they overflow screen (3fcd9f8)
  • fix: set input field height to 3 for proper border rendering (942a4ae)
  • feat: separate GitHub and LLM provider setup into distinct steps (01ddadd)
  • Merge pull request #62 from The-AgenticFlow/chore/project-cleanup-and-docs-update (833b413)
  • Merge branch 'feature/lore' into feature/per-agent-github-tokens (659fe38)
  • chore: project cleanup, rename binary to agentflow, and update docs (453c69b)
  • Merge pull request #61 from The-AgenticFlow/feature/per-agent-github-tokens (793a055)
  • fix: use new_with_registry in real_test to pass CLI backend config (836756b)
  • fix: add debug logging for CLI backend resolution (980135c)
  • fix: propagate CLI backend from registry to PairConfig (8730b1f)
  • Merge branch 'feature/per-agent-github-tokens' into 38.2-feat-add-codex-cli-as-a-configurable-agent-backend-decouple-from-claude-code (6fc02e3)
  • fix: respect GITHUB_MCP_CMD in connect_hosted_with_token for test mocking (e25444f)
  • fix: respect GITHUB_MCP_CMD in connect_hosted_with_token for test mocking (03e7471)
  • style: apply cargo fmt formatting (301c590)
  • style: apply cargo fmt formatting (fd51da6)
  • fix: resolve clippy warnings - implement FromStr trait and remove dead code (5398d0b)
  • fix: resolve clippy warnings - implement FromStr trait and remove dead code (725648c)
  • implementing codex (e280d1d)
  • feat: per-agent GitHub tokens with instance suffix support (30ca4e8)
  • feat: per-agent GitHub tokens with instance suffix support (02853f6)
  • feat: per-agent GitHub tokens, git identity from PAT, and REST client extensions (37d89ed)
  • feat: per-agent GitHub tokens, git identity from PAT, and REST client extensions (eb56025)
  • fix(lore): branch docs PRs from origin/main instead of forge branch (fa1b272)
  • fix(lore): branch docs PRs from origin/main instead of forge branch (e0446cc)
  • fix(vessel): detect merge conflicts in merge result and route to conflict handler (860345c)
  • fix(vessel): detect merge conflicts in merge result and route to conflict handler (82c8127)
  • Merge branch 'feature/lore' into feature/per-agent-github-tokens (daf1b85)
  • Merge branch 'feature/lore' into feature/per-agent-github-tokens (bcd8510)
  • Merge pull request #48 from The-AgenticFlow/Conflicts-resolution-and-branch-updates (d32412f)
  • Merge pull request #48 from The-AgenticFlow/Conflicts-resolution-and-branch-updates (e7e7bc6)
  • fix(ci): resolve clippy and format failures (e90372d)
  • fix(ci): resolve clippy and format failures (21f8aae)
  • fix: close GitHub issues on merge and fix worktree path mismatch (a59f93b)
  • fix: close GitHub issues on merge and fix worktree path mismatch (c64053b)
  • added formatting (2f043f1)
  • added formatting (9d7386b)
  • fix: suppress unused variable warning in github client test (103baae)
  • fix: suppress unused variable warning in github client test (93c59bd)
  • fix: resolve CI failures (format, clippy, license) (26eb85c)
  • fix: resolve CI failures (format, clippy, license) (0b2dc8e)
  • Update agent modules and GitHub client (fd5ba1b)
  • Update agent modules and GitHub client (aa2d00e)
  • feat(lore): commit and push docs PR after generating documentation (ad7668a)
  • feat(lore): commit and push docs PR after generating documentation (8c804ef)
  • fix(lore): route merged PRs to lore before CI fixes (7fa9f66)
  • fix(lore): route merged PRs to lore before CI fixes (dc05c30)
  • Merge pull request #40 from The-AgenticFlow/feat/vessel-agent-merge-gate (d406340)
  • Merge pull request #40 from The-AgenticFlow/feat/vessel-agent-merge-gate (d1e0b8f)
  • fix(pair-harness): add ticket_id field to PairConfig for per-issue scoping (4119b32)
  • fix(pair-harness): add ticket_id field to PairConfig for per-issue scoping (4b8b1c2)
  • remove: delete auto-sync GitHub Action — local VESSEL sync is sufficient (d80ffa2)
  • remove: delete auto-sync GitHub Action — local VESSEL sync is sufficient (0e5b958)
  • feat: auto-sync worktree branches with main on merge (b36b91d)
  • feat: auto-sync worktree branches with main on merge (d94b3b8)
  • fix(ci): resolve 4 failing CI checks — spelling, clippy, format, cargo deny (49d0993)
  • fix(ci): resolve 4 failing CI checks — spelling, clippy, format, cargo deny (b901b7d)
  • fix: resolve CI fix rework loop — FORGE re-enters implementation mode instead of fixing CI failures (dee2949)
  • fix: resolve CI fix rework loop — FORGE re-enters implementation mode instead of fixing CI failures (a1a56bf)
  • fix(ci): resolve forge CI fix loop — watchdog kills stalled pairs, structured failure detail, worklog enforcement (2685534)
  • fix(ci): resolve forge CI fix loop — watchdog kills stalled pairs, structured failure detail, worklog enforcement (66e46aa)
  • Merge pull request #31 from The-AgenticFlow/feat/vessel-agent-merge-gate (1a94813)
  • Merge pull request #31 from The-AgenticFlow/feat/vessel-agent-merge-gate (fcf6a31)
  • rustfmt (36979c8)
  • rustfmt (8f2aefc)
  • rustfmt (59580bf)
  • rustfmt (9511e12)
  • fix: set release-type major for semver-checks (0.x breaking changes allowed) (30f40eb)
  • fix: set release-type major for semver-checks (0.x breaking changes allowed) (1f090d7)
  • fix: resolve semver-checks by setting release-type minor and bumping crate versions (1e787b3)
  • fix: resolve semver-checks by setting release-type minor and bumping crate versions (0f55e12)
  • fix: collapse match guard in agent-nexus for clippy (3d1f54b)
  • fix: collapse match guard in agent-nexus for clippy (35e6700)
  • fix: resolve clippy, fmt, cargo-deny, and semver-checks CI failures (7b73c94)
  • fix: resolve clippy, fmt, cargo-deny, and semver-checks CI failures (a6f2e9c)
  • merge: resolve conflicts with main, preserving all VESSEL agent and main features (035c6b6)
  • merge: resolve conflicts with main, preserving all VESSEL agent and main features (4921f45)
  • fix: worktree path resolution and force-with-lease stale info (c02980a)
  • fix: worktree path resolution and force-with-lease stale info (c11168d)
  • fix: resolve merge conflict infinite loop — unrelated histories, force-push, duplicate PR prevention (657fd83)
  • fix: resolve merge conflict infinite loop — unrelated histories, force-push, duplicate PR prevention (05ea9ce)
  • feat: add conflict resolver, enhance vessel/nexus agents, and improve proxy-first routing (3ca3294)
  • feat: add conflict resolver, enhance vessel/nexus agents, and improve proxy-first routing (1a420c5)
  • Merge pull request #29 from The-AgenticFlow/14-create-ci-for-the-project (67be3bc)
  • Merge pull request #29 from The-AgenticFlow/14-create-ci-for-the-project (d34c7e1)
  • removing unuse implementation (6240920)
  • removing unuse implementation (c322391)
  • removing unuse implementation (7358cd1)
  • removing unuse implementation (c8f93db)
  • removing unuse implementation (ab9c6b3)
  • removing unuse implementation (9e6df47)
  • mergin main (450b0c9)
  • mergin main (5912232)
  • mergin main (90f632b)
  • mergin main (3f17965)
  • fix: resolve FORGE-SENTINEL lifecycle failures preventing PR creation and VESSEL invocation (cae0b91)
  • fix: resolve FORGE-SENTINEL lifecycle failures preventing PR creation and VESSEL invocation (c269a90)
  • docs: clarify environment configuration for contributors (bcdfcdd)
  • docs: clarify environment configuration for contributors (1060997)
  • fix: simplify env config - proxy mode doesn't require individual API keys (811fc39)
  • fix: simplify env config - proxy mode doesn't require individual API keys (3bdcde6)
  • feat: implement VESSEL agent (DevOps & Merge Gate) (001dad9)
  • feat: implement VESSEL agent (DevOps & Merge Gate) (9a17ad4)
  • Merge pull request #27 from The-AgenticFlow/feat/proxy-model-mapping-and-streaming (e7e2ba6)
  • Merge pull request #27 from The-AgenticFlow/feat/proxy-model-mapping-and-streaming (553efa9)
  • setting pipeline for project (71ea235)
  • setting pipeline for project (144d7bb)
  • setting pipeline for project (3661ea6)
  • setting pipeline for project (f79e854)
  • setting pipeline for project (aa37d5c)
  • setting pipeline for project (110c824)
  • setting pipeline for project (d696aeb)
  • setting pipeline for project (0a2cb1f)
  • setting pipeline for project (b9e5152)
  • setting pipeline for project (94b249c)
  • setting pipeline for project (5268d60)
  • setting pipeline for project (1ce3ff5)
  • setting pipeline for project (8b0a0b8)
  • setting pipeline for project (12c2c54)
  • setting pipeline for project (c799257)
  • setting pipeline for project (7a51898)
  • setting pipeline for project (1b056b1)
  • setting pipeline for project (93268c6)
  • Merge pull request #18 from The-AgenticFlow/11-create-agent-plugin (fc377e3)
  • Merge pull request #18 from The-AgenticFlow/11-create-agent-plugin (e396dae)
  • Removing unuse plugin file (c61dda8)
  • Removing unuse plugin file (71c0b2a)
  • adding anthropic skills as they skills (291aaab)
  • adding anthropic skills as they skills (b74c9b2)
  • adding anthropic skills as they skills (54c93de)
  • adding anthropic skills as they skills (3892c9a)
  • feat: add Docker infrastructure with LiteLLM proxy and agent-team service (cb117d4)
  • feat: add Docker infrastructure with LiteLLM proxy and agent-team service (4ee824b)
  • fixing reviews conserning pluging running state (3a8ef61)
  • fixing reviews conserning pluging running state (28f5316)
  • chore: align plugin structure with orchestration/ centralized architecture (6d48802)
  • chore: align plugin structure with orchestration/ centralized architecture (c73a36e)
  • fixing reviews conserning pluging running state (1b9d603)
  • fixing reviews conserning pluging running state (4025c43)
  • feat: add model mapping and streaming support to anthropic-proxy (70885c4)
  • feat: add model mapping and streaming support to anthropic-proxy (84a3dae)
  • Merge pull request #24 from The-AgenticFlow/feat/forge-sentinel-pair-architecture (e62aae1)
  • Merge pull request #24 from The-AgenticFlow/feat/forge-sentinel-pair-architecture (d041261)
  • Rename sprintless/ to orchestration/ for clarity (04b35c4)
  • Rename sprintless/ to orchestration/ for clarity (26f7452)
  • Move .agent directory into sprintless/agent and update all references (461cafa)
  • Move .agent directory into sprintless/agent and update all references (f04fb05)
  • Rename .sprintless to sprintless to unhide directory (8d15c6e)
  • Rename .sprintless to sprintless to unhide directory (9f16887)
  • Merge pull request #23 from The-AgenticFlow/feat/forge-sentinel-pair-architecture (12dfd69)
  • Merge pull request #23 from The-AgenticFlow/feat/forge-sentinel-pair-architecture (0ce3251)
  • Polish(): nexus sentinel (a21ac36)
  • Polish(): nexus sentinel (f30361e)
  • Merge pull request #22 from The-AgenticFlow/feat/forge-sentinel-pair-architecture (d40a8cc)
  • Merge pull request #22 from The-AgenticFlow/feat/forge-sentinel-pair-architecture (d6571e9)
  • chore: add LICENSE file (2876626)
  • chore: add LICENSE file (0dc1a92)
  • Merge pull request #12 from The-AgenticFlow/feat/forge-sentinel-pair-architecture (7d7ed90)
  • Merge pull request #12 from The-AgenticFlow/feat/forge-sentinel-pair-architecture (f37206b)
  • docs: rewrite demo.md as contributor walkthrough, link from README and CONTRIBUTING (b02408b)
  • docs: rewrite demo.md as contributor walkthrough, link from README and CONTRIBUTING (12af42e)
  • fix: handle empty STATUS.json race in read_status to prevent sentinel review EOF parse error (2d3d4cd)
  • fix: handle empty STATUS.json race in read_status to prevent sentinel review EOF parse error (7b11f53)
  • fix: Add ticket state machine, remove nested tokio runtime, and fix worktree cleanup (61f97f1)
  • fix: Add ticket state machine, remove nested tokio runtime, and fix worktree cleanup (ffc0dc3)
  • creating agent plugin for the different crates (95ed17d)
  • creating agent plugin for the different crates (ccca53c)
  • feat: Complete FORGE-SENTINEL pair lifecycle with SENTINEL review certification (4b0f1db)
  • feat: Complete FORGE-SENTINEL pair lifecycle with SENTINEL review certification (1f367fc)
  • fix: Add debounce, SENTINEL tracking, and output logging to prevent system hangs (852b9ec)
  • fix: Add debounce, SENTINEL tracking, and output logging to prevent system hangs (8d05417)
  • fix: Improve NEXUS persona to clarify worker_slots format (cf60121)
  • fix: Improve NEXUS persona to clarify worker_slots format (700f609)
  • feat: Switch real_test to use ForgePairNode for full SENTINEL lifecycle (ceb4aef)
  • feat: Switch real_test to use ForgePairNode for full SENTINEL lifecycle (d7d60aa)
  • docs: Clarify STATUS.json location and SENTINEL evaluation workflow (f68e0e9)
  • docs: Clarify STATUS.json location and SENTINEL evaluation workflow (d23dfc6)
  • docs: Add comprehensive tutorial, setup checker, and demo recording guide (00ba93c)
  • docs: Add comprehensive tutorial, setup checker, and demo recording guide (9cb80be)
  • docs: add comprehensive demo guide and update README (7e9a4ab)
  • docs: add comprehensive demo guide and update README (a24b76d)
  • fix: STATUS.json parsing and nexus issue discovery (c5f556f)
  • fix: STATUS.json parsing and nexus issue discovery (bcded95)
  • fix(forge): Handle STATUS.json parsing and success outcomes (32cc161)
  • fix(forge): Handle STATUS.json parsing and success outcomes (79488a9)
  • fix(forge): Claude Code stdin prompt and workspace isolation (7d9d9cb)
  • fix(forge): Claude Code stdin prompt and workspace isolation (2945d3f)
  • feat: implement FORGE-SENTINEL pair architecture v3.0 (145f4b0)
  • feat: implement FORGE-SENTINEL pair architecture v3.0 (b006d1c)
  • Merge pull request #9 from The-AgenticFlow/8-fix-test-compilation-and-readme (5f3cf55)
  • Merge pull request #9 from The-AgenticFlow/8-fix-test-compilation-and-readme (14a3e46)
  • docs: add FORGE-SENTINEL architecture design (5a71511)
  • docs: add FORGE-SENTINEL architecture design (90d37eb)
  • fixing compilation of the demo (6099eaf)
  • fixing compilation of the demo (3202f47)
  • docs: remove design.md and update references (e755e6b)
  • docs: remove design.md and update references (753461d)
  • docs: move design.pdf to docs/ and update links (14acc9d)
  • docs: move design.pdf to docs/ and update links (545423c)
  • cleaning codebase (87c121f)
  • cleaning codebase (92b612b)
  • Merge branch 'main' of github.com:Christiantyemele/Soft-Dev (a1beb68)
  • Merge branch 'main' of github.com:Christiantyemele/Soft-Dev (48438bc)
  • design doc (849c1d8)
  • design doc (66ae6e9)
  • Merge pull request #7 from JOELNATHAN544/docs/Update-README (e47502f)
  • Merge pull request #7 from JOELNATHAN544/docs/Update-README (85c0a9e)
  • Update README.md (333c56a)
  • Update README.md (10c5fa8)
  • docs: update installation directory (378f300)
  • docs: update installation directory (4a715f3)
  • docs: add contribution steps (design reading, test verification, and issue-based onboarding) (7adebee)
  • docs: add contribution steps (design reading, test verification, and issue-based onboarding) (7b6b79f)
  • docs: improve onboarding, setup instructions, and contribution guide (043760e)
  • docs: improve onboarding, setup instructions, and contribution guide (390bd8a)
  • feat: complete Phase 4 orchestration with robust JSON extraction and worker logging (1ea4c81)
  • feat: complete Phase 4 orchestration with robust JSON extraction and worker logging (0f0a8fb)
  • feat(phase2): implemented nexus (f6033f0)
  • feat(phase2): implemented nexus (c9caf36)
  • Update README.md (e3e19a2)
  • Update README.md (2f849f8)
  • feat(nexus): add real E2E test, mcp-proxy bridge, and enhanced logging (23c9cc5)
  • feat(nexus): add real E2E test, mcp-proxy bridge, and enhanced logging (2e37d31)
  • fix(mcp): inject BEARER_TOKEN via Command::env() to fix Bearer prefix (78cb72e)
  • fix(mcp): inject BEARER_TOKEN via Command::env() to fix Bearer prefix (2d0ebfe)
  • feat: implement hosted MCP bridge, nexus E2E tests, and contributing guide (6651837)
  • feat: implement hosted MCP bridge, nexus E2E tests, and contributing guide (adfca87)
  • Phase 2: Add agent-client crate, refactor github to MCP bridge, and align workspace (72d03bf)
  • Phase 2: Add agent-client crate, refactor github to MCP bridge, and align workspace (e312521)
  • initial commit (3eb2f02)
  • initial commit (747b35e)
  • Initial commit (685e2f7)
  • Initial commit (cd348c9)

Installation

curl -fsSL https://raw.githubusercontent.com/The-AgenticFlow/openflows/main/scripts/install.sh | bash