Skip to content

Releases: weprodev/FlowAI

FlowAI v0.3.1

16 Apr 20:01

Choose a tag to compare

Changes since v0.3.0

  • chore(release): bump version to v0.3.1
  • fix: resolve variable scoping in implement phase and path expansion in architecture guardrails test
  • feat: implement architectural guardrail testing suite and enforce plugin API and timeout standards
  • Fix install command issue

Install

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/weprodev/FlowAI/main/install.sh | bash

Windows (Git Bash):

curl -fsSL https://raw.githubusercontent.com/weprodev/FlowAI/main/install.sh | PREFIX="$HOME/.local" bash

Upgrade

flowai update

FlowAI v0.3.0

15 Apr 20:27

Choose a tag to compare

Changes since v0.2.1

  • chore(release): bump version to v0.3.0
  • docs: update architecture and command documentation to clarify knowledge graph usage and navigation protocols; add gemini formatter for enhanced real-time output
  • refactor: improve tmux session management and enhance dashboard layout configuration for phase panes
  • refactor: centralize tmux session teardown logic and pre-initialize review documentation file
  • feat: add colorized stream-json formatter for real-time agent activity tracking - cursor
  • feat: implement automated terminal cleanup and final status reporting upon pipeline completion
  • test: use absolute bash path in phase execution tests to avoid environment path issues
  • feat: implement cursor usage-exhausted detection and auto-fallback mechanism in CLI to enhance error resilience
  • feat: add spinner animation and configurable verbose mode for real-time agent reasoning output
  • refactor: update shellcheck directives for improved script validation and maintain consistency in source paths across command and test scripts
  • feat: implement comprehensive test suite and enhance codebase documentation for core phase and orchestration logic.
  • refactor: standardize constraint reminders across all tools and improve path resolution in wiki prompts
  • feat: enhance error handling and recovery options in Master phase management
  • fix: gemini tools to handle agent with correct command

Install

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/weprodev/FlowAI/main/install.sh | bash

Windows (Git Bash):

curl -fsSL https://raw.githubusercontent.com/weprodev/FlowAI/main/install.sh | PREFIX="$HOME/.local" bash

Upgrade

flowai update

FlowAI v0.2.1

13 Apr 20:23

Choose a tag to compare

Changes since v0.2.0

  • chore(release): bump version to v0.2.1
  • feat: add cursor-agent CLI integration to Cursor plugin with paste-only fallback and enhance installation prompts
  • refactor: simplify Master-Tasks review to a single-round binding verdict and implement tool-specific project config injection for subagent rule propagation
  • refactor: clarify spec creation process and enhance placeholder handling in agent communication
  • refactor: enhance agent communication protocols and implement spec readiness checks for feature branching

Install

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/weprodev/FlowAI/main/install.sh | bash

Windows (Git Bash):

curl -fsSL https://raw.githubusercontent.com/weprodev/FlowAI/main/install.sh | PREFIX="$HOME/.local" bash

Upgrade

flowai update