Releases: voocel/agentcore
Releases · voocel/agentcore
v1.6.7
v1.6.6
Features
- Add a write hook for plan mode.
- Add exclusive handling for transition tools.
- Add support for internal harness paths.
Performance
- Optimize tool descriptions.
- Allow network and internal writable paths in plan mode.
- Configure plan mode allowlist via engine configuration.
- Decouple engine from harness tool names.
v1.6.5
v1.6.4
v1.6.3
Features
- Add
SessionMemorystrategy and engine setters for enhanced memory management. - Introduce
DeltaKindto events andProgressToolEndfor more granular streaming and tool progress reporting.
Performance
- Improve performance by unifying context message commits.
Other
- Update dependencies.
v1.6.2
v1.6.1
Features
- Add custom summary prompts.
- Implement CJK-aware token estimation and a compression circuit breaker.
Performance
- Track per-strategy steps in the context rewrite pipeline.
- Align context projection and commit semantics.
- Add subagent context progress reporting.
v1.6.0
Features
- Introduce a strategy-driven engine for context compression.
- Add strict validation for message sequences.
- Introduce tool interruption semantics and length stop recovery during tool execution.
- Support streaming execution for tools.
- Unify
TaskRuntimeand tool behavior interfaces for improved consistency.
Bug Fixes
- Expose file lists within compaction information.
Performance
- Improve task notification efficiency.
- Optimize permissions using a rule-based decision engine.
Refactor
- Refactor context compression implementation.