✦ Features 17
- add python wasm release workflow
- add optional hook orderhooks
- wire checkpointing into agent event looppersistence
- make get/set app state syncserver
- wire vended tools through the WASM guestserver
- add test-infra/ CDK stack for long-running integ test resources
- add Sandbox core abstraction (TS→Python port, core only 1/N)server
- add context_manager="auto" facade on Agentcontext
- add claude-opus-4-8 to context window limitscontext
- add model_state as a snapshot fieldpersistence
- generate smart preview links for changed doc pagesdocumentation
- add message pinning to conversation managerscontext
- add Docker/SSH Sandbox implementationsserver
- add pr-create and pr-writer agent skillsdevx
- add pr-feedback agent skill for triaging PR review comments
- allow same-account IAM roles to assume the integ test role
- implement intervention primitive in python with cancellation supportinterventions
⊘ Fixes 12
- resolve dependabot alerts and bump CI actions
- workflow_dispatch step for python wasm release
- add maintain role to auto-strands-review allowed-roles
- include json blocks in counting tokenscontext
- introduce agent factory for isolating agent context from different callersa2a
- update stale GitHub links from old repos to harness-sdkdocumentation
- isolate conversation state per context in TypeScripta2asessions
- default to us-east-1 for integration tests
- label npm updates typescript instead of javascript
- remove stale consuming-repos reference from PR template
- remove flaky test_graph_parallel_execution testmultiagent
- stop over-applying area-community and chore
⋯ Other 15
- commit LICENSE and NOTICE directly into package directories
- update repository references to harness-sdk
- document per-invocation limits featuredocumentation
- add missing policies to integ test role
- fixup test-infra constructs
- use local monorepo source instead of cloning SDKsdocumentation
- use native model_state snapshot fielda2a
- 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