Skip to content

Releases: stellarlinkco/agentsdk-go

v1.2.0

09 May 15:02
6e7c9ca

Choose a tag to compare

What's Changed

  • feat(glob): replace filepath.Glob with doublestar for bash-style ** semantics by @CodingCrush in #93
  • fix(api): harden session history persistence by @cexll in #94

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

07 Apr 05:26

Choose a tag to compare

What's Changed

  • fix(ci): stabilize windows stop hook test (883f33e)
  • fix(ci): resolve errcheck failures (be6348c)
  • feat(v2.2): add teams orchestration (24967d1)
  • feat(v2.1): implement all 17 AEC features (9e98a19)

Full Changelog: v1.0.0...v1.1.0

v1.0.0

22 Mar 13:28

Choose a tag to compare

What's Changed

  • fix(config): debounce rules watcher to prevent reading truncated files (4b09509)
  • docs: remove RELEASE_NOTES.md, update CHANGELOG.md for v2 (8f13792)
  • docs: sync README_zh.md with v2 API changes (e8ea5c7)
  • feat(v2): SDK v2 simplification — module rename, package consolidation, dead code removal (#90) (ee0cbb1)
  • fix:After activating the approval queue, there is a problem with the … (#87) (6a9179b)
  • fix(compact): preserve tool transactions during compaction (#85) (bc2681c)

Full Changelog: v0.9.5...v1.0.0

v0.9.5

04 Mar 05:17
64ce21e

Choose a tag to compare

What's Changed

  • feat(acp): add SDK-first ACP adapter with stable session APIs (#80) (64ce21e)
  • tool/bash: prevent StreamExecute hang after timeout/cancel (#82) (898ff89)
  • message: count reasoning and tool result in naive counter (#81) (88413ee)

Full Changelog: v0.9.3...v0.9.5

v0.9.3

27 Feb 14:17
a96b989

Choose a tag to compare

What's Changed

  • Fix OpenAI tool call arguments JSON encoding (#79) (a96b989)
  • feat(security): configurable command length and argument limits (fb19b18)

Full Changelog: v0.9.2...v0.9.3

v0.9.2

13 Feb 15:06

Choose a tag to compare

What's Changed

  • chore(deps): update dependencies in examples/08-askuserquestion (f58b34e)
  • fix: make tests cross-platform for Windows CI (75bfc7f)
  • ci: add multi-platform test matrix for macOS and Windows (2cc1294)
  • test: improve coverage for multimodal roles, TaskStore.Close, splitPathForWalk (9698f31)
  • style: fix gofmt formatting issues (45f00e9)
  • fix(ci): remove stale TestLooksLikeScriptPath test (34296d6)
  • feat(mcp): add tool filters/timeouts and address review regressions (b5e55b8)
  • fix: address review issues for Windows security PR (7fb6920)
  • fix: handle tool messages in multimodal input and document defaults (b337c18)
  • fix: improve TaskStore interface design (2171272)
  • fix(model): map ContentBlocks images for OpenAI chat and responses (c7e781d)
  • feat(tasks): inject task store and allow custom subagent types (7aedfee)
  • fix(windows): stabilize cross-platform paths and tests (58f5d1f)
  • fix(security): normalize windows paths in resolver and matcher (671cdc8)
  • fix(security): split openNoFollow by platform (a8cec45)
  • docs(readme): translate Chinese tool registration notes to English (e51f03c)
  • fix(ci): update .gitignore for renamed 06-embed example (df5c5f0)
  • refactor(examples): renumber and consolidate examples to 12-example layout (c25337e)

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

v0.9.1

10 Feb 14:17

Choose a tag to compare

What's Changed

  • fix(model): include text content when ContentBlocks exist in user messages (49b024e)

Full Changelog: v0.9.0...v0.9.1

v0.9.0

10 Feb 08:28

Choose a tag to compare

What's Changed

  • feat(model): add multimodal content block support for images and documents (0d6b28f)

Full Changelog: v0.8.4...v0.9.0

v0.8.4

10 Feb 03:15

Choose a tag to compare

What's Changed

  • feat(model): add Anthropic provider reasoning_content support (d09ce72)
  • test(model): add reasoning_content unit tests and DeepSeek integration tests (80a10f6)
  • feat(model): support reasoning_content passthrough for thinking models (f9b20da)

Full Changelog: v0.8.3...v0.8.4

v0.8.3

08 Feb 15:13

Choose a tag to compare

What's Changed

  • fix(model): explicitly set API key in Anthropic client request options (83933ec)

Full Changelog: v0.8.2...v0.8.3