Skip to content

Releases: voocel/agentcore

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.

v1.7.1

Choose a tag to compare

@voocel voocel released this 20 Jun 15:09

Features

  • Add per-agent thinking level.

Other

  • Bump LiteLLM dependency.

v1.7.0

Choose a tag to compare

@voocel voocel released this 14 Jun 15:41

Features

  • Add run event observer.

Performance

  • Improve performance by fixing lifecycle issues with consistent naming.

Refactor

  • Scope runs to a per-call context.