Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anthropics/claude-agent-sdk-typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.92
Choose a base ref
...
head repository: anthropics/claude-agent-sdk-typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.119
Choose a head ref
  • 20 commits
  • 25 files changed
  • 2 contributors

Commits on Apr 7, 2026

  1. Configuration menu
    Copy the full SHA
    3cecacb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. Configuration menu
    Copy the full SHA
    16cf7ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    943af1a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. Configuration menu
    Copy the full SHA
    71e257a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Configuration menu
    Copy the full SHA
    01435f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. Configuration menu
    Copy the full SHA
    de1cb56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0305880 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Configuration menu
    Copy the full SHA
    849c843 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ca6a44 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. Configuration menu
    Copy the full SHA
    36e2715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ecc668 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. Configuration menu
    Copy the full SHA
    bf1a335 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c394ff5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. Configuration menu
    Copy the full SHA
    c338376 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. examples: add S3, Redis, Postgres SessionStore reference adapters (#288)

    Three self-contained reference SessionStore implementations under
    examples/session-stores/, each importing types from the published
    @anthropic-ai/claude-agent-sdk package.
    
    - s3/        @aws-sdk/client-s3 — JSONL part files per append
    - redis/     ioredis            — RPUSH/LRANGE lists + zset session index
    - postgres/  pg                 — one row per entry, BIGSERIAL ordering
    
    Each adapter directory is independently installable and includes:
    - src/       the adapter (copy into your project)
    - test/      in-process mock unit tests + env-gated live conformance
                 (SESSION_STORE_S3_* / _REDIS_URL / _POSTGRES_URL)
    - demo.ts    runnable query() + resume round-trip against the SDK
    
    shared/conformance.ts vendors the 13-contract behavioral suite so users
    can validate their own adapters.
    
    Not packaged or published; examples/.gitignore excludes node_modules and
    lockfiles. No CI workflow added — the existing workflows are issue-only
    or path-filtered to .github/**, so this change is inert for CI.
    qing-ant authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    0e9214d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9b4a29 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. Configuration menu
    Copy the full SHA
    b917684 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. Configuration menu
    Copy the full SHA
    b3623dc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. Configuration menu
    Copy the full SHA
    e1721a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76d1dec View commit details
    Browse the repository at this point in the history
Loading