Skip to content

Releases: GoCodeAlone/workflow-plugin-agent

v0.9.6

26 May 06:40
Immutable release. Only release title and notes can be modified.
d3b34ae

Choose a tag to compare

Changelog

v0.9.5

24 May 21:16
Immutable release. Only release title and notes can be modified.
9395a90

Choose a tag to compare

Changelog

  • 9395a90 chore(deps): bump workflow v0.64.0 (#18)
  • 1219f72 ci: fix notify-registry draft-state release lookup (#14)
  • 99fd308 docs(agent): prefix CONTRIBUTING commands with GOWORK=off (#17)
  • e653377 docs(agent): verified banner + CONTRIBUTING + examples + CHANGELOG (QoL sweep) (#16)

v0.9.4

24 May 18:06
Immutable release. Only release title and notes can be modified.
9395a90

Choose a tag to compare

Changelog

  • 9395a90 chore(deps): bump workflow v0.64.0 (#18)
  • 1219f72 ci: fix notify-registry draft-state release lookup (#14)
  • 99fd308 docs(agent): prefix CONTRIBUTING commands with GOWORK=off (#17)
  • e653377 docs(agent): verified banner + CONTRIBUTING + examples + CHANGELOG (QoL sweep) (#16)

v0.9.3

16 May 02:31
Immutable release. Only release title and notes can be modified.
3c898e9

Choose a tag to compare

Changelog

  • 4d524a0 ci: add sync-plugin-version workflow (auto-bump plugin.json on tag) (#12)
  • e4b9222 ci: publish GoReleaser drafts after artifact upload

v0.9.2

02 May 19:47
d6f0546

Choose a tag to compare

What's Changed

  • Migrate workflow-plugin-agent to strict plugin contract descriptors by @Copilot in #8

Full Changelog: v0.9.1...v0.9.2

v0.9.1

14 Apr 00:55

Choose a tag to compare

Changelog

  • dcc76da feat(orchestrator): add response pagination with cache for large tool outputs
  • 0145aee feat(orchestrator): add search/filter support for MCP list tools
  • 0da8c60 feat(orchestrator): error on multiple tool calls in sequential mode
  • 99b8e0d fix(orchestrator): guard page=0 panic + cap sequential retries at 5

v0.9.0

13 Apr 22:05

Choose a tag to compare

Changelog

  • 340f27e feat(orchestrator): add fuzzy tool name suggestions in error messages
  • 4522787 feat(orchestrator): add parallel_tool_calls config for sequential execution
  • 1e78d75 feat(tools): add placeholder detection for file_write content
  • 5ee2cf6 fix(orchestrator): FilterTools now respects blocked_tools list
  • 6879c16 fix(orchestrator): prevent data race in Execute() fuzzy match by snapshotting tools map

v0.8.9

13 Apr 21:13

Choose a tag to compare

Changelog

  • 50f1af4 feat(orchestrator): enable context compaction by default at 80%
  • e641231 feat(orchestrator): filter tool definitions against guardrails before Chat
  • de69380 feat(orchestrator): filter tool definitions against guardrails before Chat
  • 3360d78 feat(provider): add ContextStrategy interface for provider-managed sessions
  • 4f0922d feat(provider): add context_window config for Ollama num_ctx control
  • 30af936 fix(orchestrator): log ResetContext error instead of silently discarding

v0.8.8

13 Apr 20:45

Choose a tag to compare

Changelog

  • 17584fe feat(genkit): switch to GoCodeAlone/genkit fork with dynamic Ollama capabilities

v0.8.7

13 Apr 20:03

Choose a tag to compare

Changelog

  • 504bfea test(orchestrator): fix workspace injection test to actually exercise tool call