Skip to content

Commit c6447a3

Browse files
haofeifclaude
andauthored
Docs/update readme and changelog (#133)
* docs: add cross-provider supervisor profile and update example README The cross-provider example only had worker profiles with provider overrides but no supervisor profile showing how to use them. Added cross_provider_supervisor.md and updated README with installation and usage instructions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add report_generator_codex and update cross-provider example - Add report_generator_codex.md with codex provider override - Update cross_provider_supervisor.md to use report_generator_codex for the handoff step, demonstrating 4 providers in one workflow (Claude Code, Gemini CLI, Kiro CLI for assign + Codex for handoff) - Update README with the new profile and installation step Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add kimi_cli/copilot_cli to valid providers, fix supervisor description - Update README cross-provider section: add kimi_cli and copilot_cli to the valid provider values list - Fix cross_provider_supervisor.md description to include Codex Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add codex/copilot data analysts, clarify pick-and-choose usage - Add data_analyst_codex.md and data_analyst_copilot_cli.md for full provider coverage - Rewrite cross_provider_supervisor.md to make clear you pick the worker profiles matching your installed providers — not all required - Split README profiles table into Supervisor / Data Analysts / Report Generator sections with guidance on selecting the right ones - Show commented-out install lines so users can uncomment what they need Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: simplify supervisor to 3 default providers, add customization guide Supervisor now references claude_code, gemini_cli, and kiro_cli by default (plus report_generator_codex for handoff). README explains how to customize the supervisor to use other providers like codex or copilot_cli, and how to create your own cross-provider profiles. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add setup steps and example prompt to cross-provider README Match the structure of examples/assign/README.md: add cao-server start step, numbered setup instructions, all provider launch variants, and the example task prompt for the supervisor terminal. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: bump version to 2.0.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c5d7216 commit c6447a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cli-agent-orchestrator"
3-
version = "1.1.0"
3+
version = "2.0.0"
44
description = "CLI Agent Orchestrator"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)