Skip to content

Prepare Agents API 0.1.0 release#194

Merged
chubes4 merged 1 commit into
mainfrom
release/0.1.0-prep
May 20, 2026
Merged

Prepare Agents API 0.1.0 release#194
chubes4 merged 1 commit into
mainfrom
release/0.1.0-prep

Conversation

@chubes4
Copy link
Copy Markdown
Contributor

@chubes4 chubes4 commented May 20, 2026

Summary

  • Match tool-call and tool-result transcript envelopes by tool_call_id metadata before falling back to legacy FIFO-by-tool-name pairing.
  • Keep mediated tool-result tool_call_id in metadata only, avoiding duplicated payload state.
  • Make Composer consumption load the same plugin bootstrap via autoload.files and document plugin vs Composer installation for 0.1.x pins.

Verification

  • composer validate --strict
  • composer test
  • homeboy lint --path /Users/chubes/Developer/agents-api@release-0.1.0-prep --extension wordpress
  • git diff --check

Release notes

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Implementing the release-prep code and docs changes, expanding smoke coverage, and running local verification. Chris remains responsible for review and release execution.

@chubes4 chubes4 merged commit a777d4c into main May 20, 2026
2 checks passed
@chubes4 chubes4 deleted the release/0.1.0-prep branch May 20, 2026 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tool envelope: stop double-injecting tool_call_id into toolResult payload Upgrade WP_Agent_Tool_Pair_Validator to strict ID-based pairing

1 participant