# Harness TypeScript v0.2.2

Released 2026-02-11
Release: https://github.com/strands-agents/sdk-typescript/releases/tag/v0.2.2 · Package: https://www.npmjs.com/package/@strands-agents/sdk/v/0.2.2

## Features
- Support Anthropic as a model provider [model] (https://github.com/strands-agents/sdk-typescript/pull/374)
- add ModelThrottledError for rate limiting (https://github.com/strands-agents/sdk-typescript/pull/498)
- add apiKey option to BedrockModel for bearer token authentication (https://github.com/strands-agents/sdk-typescript/pull/509)
- add image, video, document, and reasoning content support [model] (https://github.com/strands-agents/sdk-typescript/pull/495)

## Fixes
- run npm clean install (https://github.com/strands-agents/sdk-typescript/pull/499)

## Other
- add dependency management guidelines to AGENTS.md (https://github.com/strands-agents/sdk-typescript/pull/507)
- docs - when to modify package-lock.json (https://github.com/strands-agents/sdk-typescript/pull/510)
- Add AgentInitializedEvent to Hook System [hooks] (https://github.com/strands-agents/sdk-typescript/pull/512)
