Skip to content

chore(deps): bump @anthropic-ai/claude-code and @zed-industries/claude-code-acp in /config/gvim - #7

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/config/gvim/multi-821da770a2
Open

chore(deps): bump @anthropic-ai/claude-code and @zed-industries/claude-code-acp in /config/gvim#7
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/config/gvim/multi-821da770a2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 20, 2025

Copy link
Copy Markdown

Bumps @anthropic-ai/claude-code to 2.0.46 and updates ancestor dependency @zed-industries/claude-code-acp. These dependencies need to be updated together.

Updates @anthropic-ai/claude-code from 1.0.108 to 2.0.46

Changelog

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

2.0.46

  • Fixed image files being reported with incorrect media type when format cannot be detected from metadata

2.0.45

  • Add support for Azure AI Foundry! See https://code.claude.com/docs/en/azure-ai-foundry
  • Added PermissionRequest hook to automatically approve or deny tool permission requests with custom logic
  • Send background tasks to Claude Code on the web by starting a message with &

2.0.43

  • Added permissionMode field for custom agents
  • Added tool_use_id field to PreToolUseHookInput and PostToolUseHookInput types
  • Added skills frontmatter field to declare skills to auto-load for subagents
  • Added the SubagentStart hook event
  • Fixed nested CLAUDE.md files not loading when @-mentioning files
  • Fixed duplicate rendering of some messages in the UI
  • Fixed some visual flickers
  • Fixed NotebookEdit tool inserting cells at incorrect positions when cell IDs matched the pattern cell-N

2.0.42

  • Added agent_id and agent_transcript_path fields to SubagentStop hooks.

2.0.41

  • Added model parameter to prompt-based stop hooks, allowing users to specify a custom model for hook evaluation
  • Fixed slash commands from user settings being loaded twice, which could cause rendering issues
  • Fixed incorrect labeling of user settings vs project settings in command descriptions
  • Fixed crash when plugin command hooks timeout during execution
  • Fixed: Bedrock users no longer see duplicate Opus entries in the /model picker when using --model haiku
  • Fixed broken security documentation links in trust dialogs and onboarding
  • Fixed issue where pressing ESC to close the diff modal would also interrupt the model
  • ctrl-r history search landing on a slash command no longer cancels the search
  • SDK: Support custom timeouts for hooks
  • Allow more safe git commands to run without approval
  • Plugins: Added support for sharing and installing output styles
  • Teleporting a session from web will automatically set the upstream branch

2.0.37

  • Fixed how idleness is computed for notifications
  • Hooks: Added matcher values for Notification hook events
  • Output Styles: Added keep-coding-instructions option to frontmatter

2.0.36

  • Fixed: DISABLE_AUTOUPDATER environment variable now properly disables package manager update notifications
  • Fixed queued messages being incorrectly executed as bash commands

... (truncated)

Commits

Updates @zed-industries/claude-code-acp from 0.2.6 to 0.10.6

Release notes

Sourced from @​zed-industries/claude-code-acp's releases.

v0.10.6

What's Changed

Full Changelog: agentclientprotocol/claude-agent-acp@v0.10.5...v0.10.6

v0.10.5

What's Changed

New Contributors

Full Changelog: agentclientprotocol/claude-agent-acp@v0.10.4...v0.10.5

v0.10.4

What's Changed

New Contributors

Full Changelog: agentclientprotocol/claude-agent-acp@v0.10.3...v0.10.4

v0.10.3

What's Changed

Full Changelog: agentclientprotocol/claude-agent-acp@v0.10.2...v0.10.3

v0.10.2

What's Changed

Full Changelog: agentclientprotocol/claude-agent-acp@v0.10.1...v0.10.2

v0.10.1

What's Changed

... (truncated)

Changelog

Sourced from @​zed-industries/claude-code-acp's changelog.

0.10.6

  • Disable experimental terminal auth support for now, as it was causing issues on Windows. Will revisit with a fix later.
  • Update to @​anthropic-ai/claude-agent-sdk@​v0.1.46

0.10.5

  • Better error messages at end of turn if there were any
  • Add experimental support for disabling built-in tools via _meta flag
  • Update to @​anthropic-ai/claude-agent-sdk@​v0.1.44

0.10.4

  • Fix tool call titles not appearing during approval in some cases
  • Update to @​anthropic-ai/claude-agent-sdk@​v0.1.42

0.10.3

  • Fix for experimental terminal auth support

0.10.2

  • Fix incorrect stop reason for tool call refusals

0.10.1

  • Add additional structured metadata to tool calls
  • Update to @​anthropic-ai/claude-agent-sdk@​v0.1.37

0.10.0

  • Update to @​anthropic-ai/claude-agent-sdk@​v0.1.30
  • Use canUseTool callback instead of launching an HTTP MCP server for permission checks.

0.9.0

  • Support slash commands coming from MCP servers (Prompts)

0.8.0

  • Revert changes to filename for cli entrypoint
  • Provide library entrypoint via lib.ts

0.7.0

  • Allow importing from this package as a library in addition to running it as a CLI. Allows for easier integration into existing node applications.
  • Update to @​anthropic-ai/claude-agent-sdk@​v0.1.27

0.6.10

... (truncated)

Commits
  • 8ef0b4e Update to claude-agent-sdk 0.1.46 (#168)
  • 959cd6c Disable experimental terminal auth support for now (#167)
  • ef209d9 Don't special-case "default" model id (#166)
  • 91b00b7 Report errors from "status" messages (#165)
  • 101a527 Update to claude-agent-sdk 0.1.44 (#164)
  • 59c5a0a Add experimental support for disabling built-in tools via _meta flag (#158)
  • 5133e2d Update to claude-agent-sdk 0.1.42 (#160)
  • ed035da Add title field to tool permission requests (#159)
  • 8df7f10 Use better file path resolution for experimental auth support (#156)
  • 6a0d0b5 Fix incorrect stop reason after tool call rejection (#153)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​zed-industries/claude-code-acp since your current version.


You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

…e-code-acp

Bumps [@anthropic-ai/claude-code](https://github.com/anthropics/claude-code) to 2.0.46 and updates ancestor dependency [@zed-industries/claude-code-acp](https://github.com/zed-industries/claude-code-acp). These dependencies need to be updated together.


Updates `@anthropic-ai/claude-code` from 1.0.108 to 2.0.46
- [Changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anthropics/claude-code/commits)

Updates `@zed-industries/claude-code-acp` from 0.2.6 to 0.10.6
- [Release notes](https://github.com/zed-industries/claude-code-acp/releases)
- [Changelog](https://github.com/zed-industries/claude-code-acp/blob/main/CHANGELOG.md)
- [Commits](agentclientprotocol/claude-agent-acp@v0.2.6...v0.10.6)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-code"
  dependency-version: 2.0.46
  dependency-type: indirect
- dependency-name: "@zed-industries/claude-code-acp"
  dependency-version: 0.10.6
  dependency-type: direct:production
...

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 Nov 20, 2025
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.

0 participants