Releases: awf-project/cli
Releases · awf-project/cli
v0.10.0
Changelog
- b662468 Merge pull request #350 from awf-project/feature/F097-awf-http-server-api-implementation-roadm
- 20d437d Merge pull request #352 from awf-project/feature/F098-agent-role-injection-agentsmd
- 9eef2d1 Merge pull request #355 from awf-project/feature/F099-mcp-proxy--interception-et-contrle-des-t
- 57c078d Merge pull request #357 from awf-project/feature/F100-dedicated-roles-namespace-for-agent-role
- 7df540b Merge pull request #359 from awf-project/feature/F101-http-api--pack-workflow-execution-fix
- 4b622cd Merge pull request #362 from awf-project/feature/F102-acp-transparent-agent-server
- 29d1c79 chore(release): v0.10.0
- dec6bcc feat(acp): implement F102 transparent ACP agent server
- 36b151b feat(api): add HTTP REST API server with SSE streaming
- 3554aa8 feat(api): add pack workflow execution via scope/name URL grammar
- 01b0f19 feat(mcp-proxy): implement F099 MCP proxy stdio subprocess for tool interception
- 690bd68 feat(roles): implement F098 agent role injection via AGENTS.md
- 40f45ec feat(roles): implement F100 dedicated roles/ namespace for agent role discovery
- 8c53e86 feat(theme): implement 'Pop Culture Comic' aesthetic and code showcase
v0.9.0
Changelog
- 8d0e753 Merge pull request #340 from awf-project/feature/F094-token-counting--unify-via-tokenizer-port
- 86f5158 Merge pull request #342 from awf-project/feature/F095-execution-order--common-abstraction-for-
- 8747b02 Merge pull request #344 from awf-project/fix/343-plugin-version-check-dirty
- b88c161 Merge pull request #345 from awf-project/fix/copilot-display-parser-use-complete-message
- 1e08846 Merge pull request #347 from awf-project/feature/F096-agent-skills-integration
- 13b4e26 Merge pull request #348 from awf-project/fix/graph-traversal-loop-awareness
- 359d828 chore(release): v0.9.0
- 27c1830 feat(execution): add deterministic step display ordering
- 513ebbf feat(skills): wire skill loading into workflow execution
- 9be69c4 feat(tokens): unify counting via ports.Tokenizer port
- 74fce2c fix(copilot): use assistant.message instead of message_delta for display
- 67f764f fix(graph): handle loop body steps in graph traversal
- 0d8fd36 fix(registry): handle v-prefixed and dirty git versions in version checks
v0.8.1
v0.8.0
Changelog
- db9c1d0 Merge pull request #329 from awf-project/feature/F089-github-copilot-agent-provider-integratio
- c84a185 Merge pull request #331 from awf-project/feature/F090-plugin-event-system--inter-plugin-and-co
- 1fdaeaa Merge pull request #333 from awf-project/feature/F091-automtls-and-secureconfig-for-plugin-tra
- 7c342b1 Merge pull request #335 from awf-project/feature/F092-grpcbroker-and-grpc-streaming-for-plugin
- 8df6d0d Merge pull request #337 from awf-project/feature/F093-resume-from-step---from-flag
- db42560 chore(release): v0.8.0
- f8b8e5b feat(agents): add GitHub Copilot agent provider
- 22e5333 feat(pluginmgr): add GRPCBroker reverse channel and streaming delivery
- 467118d feat(plugins): add AutoMTLS, binary integrity verification, and log forwarding
- 1c223c6 feat(plugins): add inter-plugin event system with gRPC bus
- 7ba2d4f feat(resume): add
--fromflag to resume workflow from a specific step
dev-fff03c9
Development build from main (fff03c9)
v0.7.1
v0.7.0
dev-fb5725a
Development build from main (fb5725a)
v0.6.0
Changelog
- 1698374 docs(blog): fix repository URLs in plugin post
- 20505eb feat(workflow): add pack management and discovery (C073)
- bc623b9 feat(workflow): add pack resolution and execution (C072)
- 92c3898 feat(workflow): add workflow pack install/remove commands
- d257a0d fix(cli): wire ConversationManager into ExecutionService (B013)
- 09c8a93 refactor(registry): extract transport layer into pkg/registry
- 03987ff wip(C070): T001