Skip to content

Releases: gotgenes/opencode-agent-identity

v3.1.1

20 Apr 02:36

Choose a tag to compare

3.1.1 (2026-04-20)

Miscellaneous Chores

  • update dependencies and actions (c7209df)

v3.1.0

11 Apr 00:33

Choose a tag to compare

3.1.0 (2026-04-11)

Features

  • include model variant in agent attribution output (baecaaf)

Miscellaneous Chores

  • update all dependencies (b263319)

v3.0.1

07 Mar 16:36

Choose a tag to compare

3.0.1 (2026-03-07)

Documentation

  • add related projects section linking opencode-model-announcer (0a5e9fb)

v3.0.0

06 Mar 02:00

Choose a tag to compare

3.0.0 (2026-03-06)

⚠ BREAKING CHANGES

  • agent_attribution tool output no longer includes the agent name on user messages. Lines that were '1. user (agent-name)' are now '1. user'. Assistant message format is unchanged.

Features

  • remove agent annotation from user messages in agent_attribution tool (699ff96)

Documentation

  • create MIGRATION.md and update docs for v3 output format change (347d666)

Miscellaneous Chores

  • apply retrospective improvements to AGENTS.md (9c9607e)

v2.1.1

06 Mar 01:22

Choose a tag to compare

2.1.1 (2026-03-06)

Documentation

  • document release-please manifest mode, releasable commit types, and dependency version convention (2beebe3)
  • update agent_attribution output format in README (9d4fef6)

Miscellaneous Chores

  • loosen exact pins to caret ranges (1ab0be5)
  • make chore commits visible in changelog and releasable (61062b1)
  • treat docs commits as releasable patch changes (4948ea0)
  • update @opencode-ai/plugin, @opencode-ai/sdk, and @biomejs/biome (7a58232)

v2.1.0

06 Mar 00:51

Choose a tag to compare

2.1.0 (2026-03-06)

Features

  • include model attribution on assistant messages in agent_attribution tool (f7e54b7)

v2.0.0

05 Mar 03:32

Choose a tag to compare

2.0.0 (2026-03-05)

⚠ BREAKING CHANGES

  • AgentMessageAttributionPlugin has been removed and is no longer exported. Use AgentAttributionToolPlugin instead.

Features

  • agent_attribution tool calls SDK to fetch session messages (78e9a12)
  • expose agent_attribution tool from AgentAttributionToolPlugin (8ce59cc)
  • format per-message attribution as numbered lines (090350a)
  • replace AgentMessageAttributionPlugin with AgentAttributionToolPlugin (b562adc)

v1.0.1

04 Mar 14:59
199ad38

Choose a tag to compare

1.0.1 (2026-03-04)

Bug Fixes

  • exclude CHANGELOG.md from markdownlint (machine-generated by release-please) (2af131f)

v1.0.0

04 Mar 00:17
20e55d4

Choose a tag to compare

1.0.0 (2026-03-04)

Features

  • add Biome linting/formatting, markdownlint, prek hooks, and PR CI (aaa71f0)
  • initial implementation of opencode agent identity plugins (a30ecc3)
  • switch to npm trusted publishing with OIDC (9af0801)

Bug Fixes

  • normalize repository URL to match npm convention (c0fc52b)
  • upgrade @opencode-ai/plugin and @opencode-ai/sdk to 1.2.16 (b91f4b0)