Skip to content

chore(deps): bump @anthropic-ai/sdk from 0.91.0 to 0.91.1 in the non-major group#25

Merged
askalf merged 1 commit into
mainfrom
dependabot/npm_and_yarn/non-major-cfa012f3cb
Apr 28, 2026
Merged

chore(deps): bump @anthropic-ai/sdk from 0.91.0 to 0.91.1 in the non-major group#25
askalf merged 1 commit into
mainfrom
dependabot/npm_and_yarn/non-major-cfa012f3cb

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the non-major group with 1 update: @anthropic-ai/sdk.

Updates @anthropic-ai/sdk from 0.91.0 to 0.91.1

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.91.1

0.91.1 (2026-04-24)

Full Changelog: sdk-v0.91.0...sdk-v0.91.1

Bug Fixes

  • memory: use restrictive file mode for memory files (#901) (6db3b7e)

Chores

  • formatter: run prettier and eslint separately (974d22f)
Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.91.1 (2026-04-24)

Full Changelog: sdk-v0.91.0...sdk-v0.91.1

Bug Fixes

  • memory: use restrictive file mode for memory files (#901) (6db3b7e)

Chores

  • formatter: run prettier and eslint separately (974d22f)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the non-major group with 1 update: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript).


Updates `@anthropic-ai/sdk` from 0.91.0 to 0.91.1
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.91.0...sdk-v0.91.1)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.91.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 27, 2026
@askalf askalf merged commit ca74f5b into main Apr 28, 2026
5 checks passed
@askalf askalf deleted the dependabot/npm_and_yarn/non-major-cfa012f3cb branch April 28, 2026 17:01
askalf added a commit that referenced this pull request Apr 30, 2026
#30)

Bundles four feature PRs landed since v0.3.0 (#25-#29). All
additive; v0.3.0 users see no behavior change without opting into
the new flags or letting the new tool surface.

Headline change: hands gains a `read_page(url)` tool that fetches a
URL via plain fetch + cleans the HTML and hands it to the agent
directly. No browser, no JS execution, no screenshot+OCR. The
"browser without a browser" thesis turned into product.

Other features:
- Auto-detect dario at startup (probes localhost:3456/health, sets
  ANTHROPIC_BASE_URL when it responds — operator override wins via
  pre-set env var or --no-dario).
- --persona <name> / --system-prompt <path> flags swap in custom
  system prompts. Bundled set: minimal, thorough, concise,
  security-aware. User overrides at ~/.hands/personas/<name>.md.
  Safe per dario research (#172) — billing classifier doesn't
  fingerprint system prompt content.
- `hands audit list/show/replay` — inspect and re-execute audit-
  log entries. Default replay is dry-run; --execute fires after
  prompt-confirmation for state-changing actions.

Test count 49 → 92. All four PRs were rebased onto each other
with no semantic regressions; the integration was live-tested end-
to-end through dario for OAuth subscription billing before merge.

Auto-release workflow will fire on merge (version-changed gate
sees 0.3.0 → 0.4.0), build + smoke + tag + GitHub release + npm
publish with provenance attestation.

Co-authored-by: askalf <263217947+askalf@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant