FlowState Agents
Changelog
Changelog
All notable changes to the Agents App are documented here.
[Unreleased]
Added
- Documentation improvements for getting started and workflows
- Enhanced troubleshooting guide with common agent issues
Changed
- Improved dashboard layout for better metrics visibility
Fixed
- Minor UI improvements in task list filtering
[1.0.0] - 2026-01-22
Added
Dashboard & Metrics
- Main dashboard with real-time agent metrics
- Active workers count display
- Task queue size indicator
- Pending approvals count
- 24-hour success rate calculation
- Activity feed showing recent logs
- Quick task creation action
Task Management
- Comprehensive task list with status filtering
- Execution status filtering (success, failure, in-progress)
- Multi-field sorting (updatedAt, createdAt, title, status)
- Hierarchical task display with indentation
- Navigation controls (top, bottom, next task)
- Real-time updates via reactive queries
- Loading skeleton and empty states
- Task detail view with tabbed navigation
- Conversation history for human-agent collaboration
- Task response input for human feedback
- Dialog-based task creation
Approval Workflow
- Table-based approval list
- Status badges with color coding (pending, approved, rejected, needs-revision)
- Click-to-open approval dialog
- Approval summary statistics
- Approve with optional comments
- Reject with optional comments
- Request revision with feedback
Worker Management
- Overview dashboard with aggregate statistics
- Total workers and active workers counts
- Active and completed task counts
- Individual worker cards with status display
- Success rate per worker
- Last activity timestamps
- Log viewing per worker
Codebase Management
- Workspace-scoped codebase listing
- Status badges (active/inactive)
- Codebase detail view
- Create and edit codebases
- Codebase description display
Logging & Monitoring
- Log viewer with level filtering
- Category filtering for logs
- Search by message content
- Expandable log details with metadata
- Command, exit code, duration tracking
- Color-coded severity levels
- Relative timestamps
Spec Workflow Support
- Spec list and detail views
- Phase document management
- Milestone timeline display
- Markdown editor for documents
- Markdown renderer for viewing
Technical Foundation
- RxDB integration for local-first architecture
- Reactive subscriptions for real-time updates
- Offline support with data replication
- Formik and Yup for form handling
- React Router v6 for navigation
- Error boundaries for resilience
- Toast notifications for user feedback
Version Format
This changelog follows Keep a Changelog format.
- Added for new features
- Changed for changes in existing functionality
- Deprecated for soon-to-be removed features
- Removed for now removed features
- Fixed for bug fixes
- Security for vulnerability fixes
Versioning
The Agents App follows Semantic Versioning:
- MAJOR version for incompatible changes
- MINOR version for new functionality in a backward compatible manner
- PATCH version for backward compatible bug fixes