Releases: voocel/agentcore
Releases · voocel/agentcore
v1.7.7
29 Jun 04:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fix malformed tool call history
v1.7.5
26 Jun 15:02
Compare
Sorry, something went wrong.
No results found
Performance
Handle malformed stream tool arguments
v1.7.4
26 Jun 10:13
Compare
Sorry, something went wrong.
No results found
Features
Add a policy for thinking capability.
Performance
Normalize auto thinking behavior.
v1.7.3
26 Jun 05:18
Compare
Sorry, something went wrong.
No results found
Features
Expose LLM capabilities.
Add live current working directory (CWD) source and per-request permission workspace.
Resolve tool working directory from runtime context.
Performance
v1.7.2
21 Jun 16:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Features
Add per-agent thinking level.
Other
v1.7.0
14 Jun 15:41
Compare
Sorry, something went wrong.
No results found
Features
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.