Skip to content

Releases: voocel/agentcore

v1.7.11

Choose a tag to compare

@voocel voocel released this 17 Jul 10:02

Refactor

  • Update error handling.

v1.7.10

Choose a tag to compare

@voocel voocel released this 14 Jul 07:37

Features

  • Expose content filter errors.
  • Provide a typed subagent Run surface with sentinel errors.

v1.7.9

Choose a tag to compare

@voocel voocel released this 04 Jul 03:00

What's Changed

  • chore: bump litellm

v1.7.8

Choose a tag to compare

@voocel voocel released this 04 Jul 02:29

Bug Fixes

  • Fix rune-safe truncation in summary inputs.

Performance

  • Update prompt cache for improved performance.

Other

  • Update litellm dependency for enhanced model compatibility.

v1.7.7

Choose a tag to compare

@voocel voocel released this 29 Jun 04:20

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

Choose a tag to compare

@voocel voocel released this 27 Jun 09:52

Bug Fixes

  • Fix malformed tool call history

v1.7.5

Choose a tag to compare

@voocel voocel released this 26 Jun 15:02

Performance

  • Handle malformed stream tool arguments

v1.7.4

Choose a tag to compare

@voocel voocel released this 26 Jun 10:13

Features

  • Add a policy for thinking capability.

Performance

  • Normalize auto thinking behavior.

v1.7.3

Choose a tag to compare

@voocel voocel released this 26 Jun 05:18

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

Choose a tag to compare

@voocel voocel released this 21 Jun 16:43

Features

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

Performance

  • Expose provider-level LiteLLM extra configuration.