Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The format is based on Keep a Changelog, and this project currently tracks chang

### Added

- Workflow DAG engine: multi-agent orchestration with dependency-aware, parallel-capable node execution. Built-in templates for code refactoring, feature development, and test-fix workflows.
- `oh workflow` CLI subcommands: `list`, `show`, `run`, `export` for managing and executing workflow DAGs.
- YAML workflow definition parser with variable interpolation and retry policy configuration.
- Workflow execution tracing with JSON, Graphviz DOT, and interactive HTML report exports.
- Automatic failure propagation: downstream nodes are skipped when upstream dependencies fail (unless `continue_on_failure: true`).
- `diagnose` skill: trace agent run failures and regressions using structured evidence from run artifacts.
- OpenAI-compatible API client (`--api-format openai`) supporting any provider that implements the OpenAI `/v1/chat/completions` format, including Alibaba DashScope, DeepSeek, GitHub Models, Groq, Together AI, Ollama, and more.
- `OPENHARNESS_API_FORMAT` environment variable for selecting the API format.
Expand Down
Loading