Skip to content

Releases: voocel/agentcore

v1.7.7

29 Jun 04:20

Choose a tag to compare

Features

  • Add support for configuring OpenAI API mode (e.g., completion or chat).

Performance

  • Improve handling and performance when tool arguments are malformed.

v1.7.6

27 Jun 09:52

Choose a tag to compare

Bug Fixes

  • Fix malformed tool call history

v1.7.5

26 Jun 15:02

Choose a tag to compare

Performance

  • Handle malformed stream tool arguments

v1.7.4

26 Jun 10:13

Choose a tag to compare

Features

  • Add a policy for thinking capability.

Performance

  • Normalize auto thinking behavior.

v1.7.3

26 Jun 05:18

Choose a tag to compare

Features

  • Expose LLM capabilities.
  • Add live current working directory (CWD) source and per-request permission workspace.
  • Resolve tool working directory from runtime context.

Performance

  • Update LiteLLM API.

v1.7.2

21 Jun 16:43

Choose a tag to compare

Features

  • Add pluggable WorkspaceFS backend for read, write, and edit operations.

Performance

  • Expose provider-level LiteLLM extra configuration.

v1.7.1

20 Jun 15:09

Choose a tag to compare

Features

  • Add per-agent thinking level.

Other

  • Bump LiteLLM dependency.

v1.7.0

14 Jun 15:41

Choose a tag to compare

Features

  • Add run event observer.

Performance

  • Improve performance by fixing lifecycle issues with consistent naming.

Refactor

  • Scope runs to a per-call context.

v1.6.13

13 Jun 13:20

Choose a tag to compare

Performance

  • Decouple kernel error classification from LiteLLM for improved performance.
  • Prevent goroutine leaks in agent loops when event channels are abandoned.
  • Deduplicate identical tool results in microcompact for efficiency.

Refactor

  • Add package-level documentation for better understanding.

v1.6.12

09 Jun 13:51

Choose a tag to compare

Features

  • Add WithExtra option to pass model-level parameters to the underlying LLM.

Bug Fixes

  • Fix coercion of stringified tool call arguments to their defined schema types.

Other

  • Update litellm dependency.