Skip to content

Releases: awf-project/cli

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)

dev-fac8b78

06 Apr 21:34
fac8b78

Choose a tag to compare

dev-fac8b78 Pre-release
Pre-release

Development build from main (fac8b78)

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)

v0.4.1

28 Mar 21:36
b93f841

Choose a tag to compare

Changelog

  • 22c5393 Merge pull request #282 from awf-project/issue/278-c067-plugin-transport--go-plugin-grpc--s
  • a5af289 Merge pull request #283 from lalamefine/patch-1
  • 1d7538a Update home layout - fix broken "Get Started" link
  • 3c9593b chore(ci): update release workflow triggers and goreleaser action
  • 9b3aef1 feat(plugin): implement gRPC transport for external plugins

dev-ff8191a

28 Mar 23:32
ff8191a

Choose a tag to compare

dev-ff8191a Pre-release
Pre-release

Development build from main (ff8191a)

v0.4.0

21 Mar 22:18
44336b8

Choose a tag to compare

Changelog

  • a73fdca Merge pull request #263 from awf-project/issue/261-c061-step-options-audit--fix-3-documenta
  • 8bf2f64 Merge pull request #265 from awf-project/issue/262-c062-agent-state-options-audit--fix-7-do
  • 1a6b400 Merge pull request #270 from awf-project/issue/264-c063-loop-options-audit--fix-6-documenta
  • afdc994 Merge pull request #271 from awf-project/issue/268-c064-retry-configuration-audit--fix-7-do
  • 270ea4f Merge pull request #272 from awf-project/feature/F073-cli-provider-session-resume
  • 31cc24f Merge pull request #273 from awf-project/feature/F074-continue-from--cross-step-conversation-r
  • b6844c1 Merge pull request #275 from awf-project/feature/F075-inject-context--mid-conversation-context
  • 44336b8 Merge pull request #276 from awf-project/issue/274-c065-agent-provider-options-audit--fix-7
  • ee9f0a3 feat(conversation): add continue_from cross-step resume (F074)
  • e06c247 feat(conversation): add inject_context mid-conversation enrichment
  • 7e1b284 feat(providers): add CLI provider session resume (F073)
  • e10b6aa fix(conversation): C062 agent state options audit — 7 gap fixes
  • b5cb85c fix(execution): C061 step options audit — 3 gap fixes
  • 1f51860 fix(loop): C063 loop options audit — 6 discrepancy fixes
  • ed394cf fix(retry): C064 retry configuration audit — 7 gap fixes
  • bbc4e26 refactor(agents): audit and fix 7 provider options misalignments (C065)