✦ Features 21
- add python wasm release workflow
- add memory managermemory
- make get/set app state syncserver
- wire vended tools through the WASM guestserver
- simplify DockerSandbox to bring-your-own-containerserver
- add test-infra/ CDK stack for long-running integ test resources
- add context_manager="auto" facade on Agentcontext
- add claude-opus-4-8 to context window limitscontext
- generate smart preview links for changed doc pagesdocumentation
- add message pinning to conversation managerscontext
- add Bedrock Knowledge Base memory storepersistence
- add pr-create and pr-writer agent skillsdevx
- add pr-feedback agent skill for triaging PR review comments
- add memory extractioncontext
- add middleware system for wrapping agent stagesagent
- migrate TS integration test role to shared test-infra CDK stack
- allow same-account IAM roles to assume the integ test role
- integrate Sandbox with Agentserveragent
- update vended tools/plugins for sandbox compatibilityhookstoolserver
- pass sequenceNumber to memory store addMessages methodmemory
- add extraction defaults and support for bedrock kbs
⊘ Fixes 16
- resolve dependabot alerts and bump CI actions
- workflow_dispatch step for python wasm release
- update package-lock.json file to resolve wasm dependencies
- drop deprecated gemini-2.0-flash override in integ tests
- surface MaxTokensError when max_tokens truncates tool input JSONtool
- add maintain role to auto-strands-review allowed-roles
- update package.json repository URLs to harness-sdk
- update stale GitHub links from old repos to harness-sdkdocumentation
- address CodeQL static analysis findings in JS/TS
- update remaining sdk-python references to harness-sdk
- preserve signature-only reasoning blocks across turnsmodel
- isolate conversation state per context in TypeScripta2asessions
- improve devx for instantiating multiple bedrock KBsmodel
- label npm updates typescript instead of javascript
- remove stale consuming-repos reference from PR template
- stop over-applying area-community and chore
⋯ Other 17
- sync strands-agents/docs and strands-agents/sdk-typescript into monorepo
- commit LICENSE and NOTICE directly into package directories
- change memory store return type on addmemory
- update repository references to harness-sdk
- document per-invocation limits featuredocumentation
- update Bedrock examples to default model idmodel
- add missing policies to integ test role
- fixup test-infra constructs
- use local monorepo source instead of cloning SDKsdocumentation
- add explicit permissions to workflow jobs
- add automated issue labeling workflow
- bump actions/checkout from 4 to 6
- add PR labeling to issue-labeler workflow
- add README to .agents/skills/ explaining each skill's purpose
- allow `blog` type in PR title validation
- enforce API review label requirement before merge
- add AI contribution guidance to CONTRIBUTING and PR template