File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.14.2] - 2026-05-21
6+
7+ ### Added
8+ - feat: add support for LTM metadata (#1281 ) (44b5c2cf)
9+ - feat: instrument telemetry for import command (#1312 ) (2cc0a4cb)
10+
11+ ### Fixed
12+ - fix(import): escape triple-quotes in collaborationInstruction to prevent docstring injection (#1329 ) (ae1b932e)
13+ - fix(ci): use npm-shrinkwrap.json for node_modules cache key (#1325 ) (a6872ca5)
14+ - fix: ship npm-shrinkwrap.json to eliminate glob@10 deprecation warning on install (#1315 ) (4c5077c2)
15+ - fix: scope summaries retrieval to actor, not session, for cross-session memory (#1299 ) (1402057e)
16+
17+ ### Documentation
18+ - docs: sync CLI documentation with actual command surface (#1296 ) (5ae559ae)
19+
20+ ### Other Changes
21+ - Revert "feat: add support for LTM metadata (#1281 )" (#1338 ) (2d8b9d7b)
22+ - ci(security-review): drop pull_request_review trigger (broken on fork PRs) (#1310 ) (43607fa1)
23+ - chore: replace CDK_REPO_TOKEN PAT with GitHub App token in e2e workflows (#1201 ) (fc675346)
24+ - chore(deps): bump ws from 8.20.0 to 8.20.1 (#1298 ) (52d3e847)
25+
526## [ 0.14.1] - 2026-05-19
627
728### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @aws/agentcore" ,
3- "version" : " 0.14.1 " ,
3+ "version" : " 0.14.2 " ,
44 "description" : " CLI for Amazon Bedrock AgentCore" ,
55 "license" : " Apache-2.0" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments