Skip to content

Releases: awf-project/cli

v0.10.0

01 Jun 21:39
29d1c79

Choose a tag to compare

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

14 May 20:01
359d828

Choose a tag to compare

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

11 May 20:56
d7c7452

Choose a tag to compare

Changelog

  • 4408e0f Merge pull request #338 from awf-project/fix/copilot-dangerously-skip-permissions-alias
  • d7c7452 chore(release): v0.8.1
  • 776cb23 chore(site): add favicons, flexsearch, and update hugo stats
  • e763feb fix(copilot): add dangerously_skip_permissions alias for --allow-all

v0.8.0

09 May 21:01
db42560

Choose a tag to compare

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 --from flag to resume workflow from a specific step

dev-fff03c9

04 May 19:29
fff03c9

Choose a tag to compare

dev-fff03c9 Pre-release
Pre-release

Development build from main (fff03c9)

v0.7.1

27 Apr 21:11
6470207

Choose a tag to compare

Changelog

  • c9974f8 Merge pull request #319 from awf-project/issue/318-b015--agents-stream-json-output-parsed-a
  • 6470207 chore(release): v0.7.1
  • 22d4c5d fix(agents): always extract text from NDJSON stream output

v0.7.0

23 Apr 20:07
9662bb4

Choose a tag to compare

Changelog

  • 9662bb4 chore(docs): fix docs-serve command and update production baseurl

dev-fb5725a

14 Apr 10:21
fb5725a

Choose a tag to compare

dev-fb5725a Pre-release
Pre-release

Development build from main (fb5725a)

v0.6.0

05 Apr 10:12
114e532

Choose a tag to compare

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

v0.5.0

30 Mar 13:02
7920475

Choose a tag to compare

Changelog

  • 4160dcf Merge pull request #285 from awf-project/issue/280-c069-plugin-extensibility--validators--c
  • 7920475 docs(changelog): add v0.5.0 release entry
  • 9e4a3f1 feat(plugin): add validators and custom step types (C069)