Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@anthropic-ai/claude-code 1.0.711.0.128 age confidence

Release Notes

anthropics/claude-code (@​anthropic-ai/claude-code)

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Enable /context command for Bedrock and Vertex
  • Add mTLS support for HTTP-based OpenTelemetry exporters

v1.0.125

Compare Source

v1.0.124

Compare Source

  • Set CLAUDE_BASH_NO_LOGIN environment variable to 1 or true to to skip login shell for BashTool
  • Fix Bedrock and Vertex environment variables evaluating all strings as truthy
  • No longer inform Claude of the list of allowed tools when permission is denied
  • Fixed security vulnerability in Bash tool permission checks
  • Improved VSCode extension performance for large files

v1.0.123

Compare Source

  • Bash permission rules now support output redirections when matching (e.g., Bash(python:*) matches python script.py > output.txt)
  • Fixed thinking mode triggering on negation phrases like "don't think"
  • Fixed rendering performance degradation during token streaming
  • Added SlashCommand tool, which enables Claude to invoke your slash commands. https://docs.claude.com/en/docs/claude-code/slash-commands#SlashCommand-tool
  • Enhanced BashTool environment snapshot logging
  • Fixed a bug where resuming a conversation in headless mode would sometimes enable thinking unnecessarily
  • Migrated --debug logging to a file, to enable easy tailing & filtering

v1.0.122

Compare Source

v1.0.120

Compare Source

  • Fix input lag during typing, especially noticeable with large prompts
  • Improved VSCode extension command registry and sessions dialog user experience
  • Enhanced sessions dialog responsiveness and visual feedback
  • Fixed IDE compatibility issue by removing worktree support check
  • Fixed security vulnerability where Bash tool permission checks could be bypassed using prefix matching

v1.0.119

Compare Source

  • Fix Windows issue where process visually freezes on entering interactive mode
  • Support dynamic headers for MCP servers via headersHelper configuration
  • Fix thinking mode not working in headless sessions
  • Fix slash commands now properly update allowed tools instead of replacing them

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Add Ctrl-R history search to recall previous commands like bash/zsh
  • Fix input lag while typing, especially on Windows
  • Add sed command to auto-allowed commands in acceptEdits mode
  • Fix Windows PATH comparison to be case-insensitive for drive letters
  • Add permissions management hint to /add-dir output

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Improve thinking mode display with enhanced visual effects
  • Type /t to temporarily disable thinking mode in your prompt
  • Improve path validation for glob and grep tools
  • Show condensed output for post-tool hooks to reduce visual clutter
  • Fix visual feedback when loading state completes
  • Improve UI consistency for permission request dialogs

v1.0.114

Compare Source

v1.0.113

Compare Source

  • Deprecated piped input in interactive mode
  • Move Ctrl+R keybinding for toggling transcript to Ctrl+O

v1.0.112

Compare Source

  • Transcript mode (Ctrl+R): Added the model used to generate each assistant message
  • Addressed issue where some Claude Max users were incorrectly recognized as Claude Pro users
  • Hooks: Added systemMessage support for SessionEnd hooks
  • Added spinnerTipsEnabled setting to disable spinner tips
  • IDE: Various improvements and bug fixes

v1.0.111

Compare Source

  • /model now validates provided model names
  • Fixed Bash tool crashes caused by malformed shell syntax parsing

v1.0.110

Compare Source

  • /terminal-setup command now supports WezTerm
  • MCP: OAuth tokens now proactively refresh before expiration
  • Fixed reliability issues with background Bash processes

v1.0.109

Compare Source

  • SDK: Added partial message streaming support via --include-partial-messages CLI flag

v1.0.108

Compare Source

v1.0.107

Compare Source

v1.0.106

Compare Source

  • Windows: Fixed path permission matching to consistently use POSIX format (e.g., Read(//c/Users/...))

v1.0.105

Compare Source

v1.0.103

Compare Source

v1.0.102

Compare Source

v1.0.100

Compare Source

v1.0.98

Compare Source

v1.0.96

Compare Source

v1.0.95

Compare Source

v1.0.94

Compare Source

  • Vertex: add support for global endpoints for supported models
  • /memory command now allows direct editing of all imported memory files
  • SDK: Add custom tools as callbacks
  • Added /todos command to list current todo items

v1.0.93

Compare Source

  • Windows: Add alt + v shortcut for pasting images from clipboard
  • Support NO_PROXY environment variable to bypass proxy for specified hostnames and IPs

v1.0.92

Compare Source

v1.0.91

Compare Source

v1.0.90

Compare Source

  • Settings file changes take effect immediately - no restart required

v1.0.89

Compare Source

v1.0.88

Compare Source

  • Fixed issue causing "OAuth authentication is currently not supported"
  • Status line input now includes exceeds_200k_tokens
  • Fixed incorrect usage tracking in /cost.
  • Introduced ANTHROPIC_DEFAULT_SONNET_MODEL and ANTHROPIC_DEFAULT_OPUS_MODEL for controlling model aliases opusplan, opus, and sonnet.
  • Bedrock: Updated default Sonnet model to Sonnet 4

v1.0.87

Compare Source

v1.0.86

Compare Source

  • Added /context to help users self-serve debug context issues
  • SDK: Added UUID support for all SDK messages
  • SDK: Added --replay-user-messages to replay user messages back to stdout

v1.0.85

Compare Source

  • Status line input now includes session cost info
  • Hooks: Introduced SessionEnd hook

v1.0.84

Compare Source

  • Fix tool_use/tool_result id mismatch error when network is unstable
  • Fix Claude sometimes ignoring real-time steering when wrapping up a task
  • @​-mention: Add ~/.claude/* files to suggestions for easier agent, output style, and slash command editing
  • Use built-in ripgrep by default; to opt out of this behavior, set USE_BUILTIN_RIPGREP=0

v1.0.83

Compare Source

  • @​-mention: Support files with spaces in path
  • New shimmering spinner

v1.0.82

Compare Source

  • SDK: Add request cancellation support
  • SDK: New additionalDirectories option to search custom paths, improved slash command processing
  • Settings: Validation prevents invalid fields in .claude/settings.json files
  • MCP: Improve tool name consistency
  • Bash: Fix crash when Claude tries to automatically read large files

v1.0.81

Compare Source

v1.0.80

Compare Source

  • UI improvements: Fix text contrast for custom subagent colors and spinner rendering issues

v1.0.79

Compare Source

v1.0.78

Compare Source

v1.0.77

Compare Source

  • Bash tool: Fix heredoc and multiline string escaping, improve stderr redirection handling
  • SDK: Add session support and permission denial tracking
  • Fix token limit errors in conversation summarization
  • Opus Plan Mode: New setting in /model to run Opus only in plan mode, Sonnet otherwise

v1.0.76

Compare Source

v1.0.74

Compare Source

v1.0.73

Compare Source

  • MCP: Support multiple config files with --mcp-config file1.json file2.json
  • MCP: Press Esc to cancel OAuth authentication flows
  • Bash: Improved command validation and reduced false security warnings
  • UI: Enhanced spinner animations and status line visual hierarchy
  • Linux: Added support for Alpine and musl-based distributions (requires separate ripgrep installation)

v1.0.72

Compare Source

  • Ask permissions: have Claude Code always ask for confirmation to use specific tools with /permissions

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.72 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.73 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 0f7cbba to b35603b Compare August 12, 2025 04:03
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.73 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.74 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from b35603b to 5814ceb Compare August 12, 2025 17:31
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.74 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.77 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 5814ceb to c694d3b Compare August 12, 2025 22:05
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.77 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.80 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch 2 times, most recently from 48bd70e to b924750 Compare August 14, 2025 17:46
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.80 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.81 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from b924750 to 4c185ec Compare August 16, 2025 02:30
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.81 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.83 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 4c185ec to 965f3c6 Compare August 19, 2025 00:55
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.83 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.84 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 965f3c6 to 44f1628 Compare August 20, 2025 03:23
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.84 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.85 Aug 20, 2025
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.85 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.86 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 44f1628 to d57e6ab Compare August 21, 2025 02:33
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.86 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.88 Aug 22, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from d57e6ab to 0f7cfbb Compare August 22, 2025 04:24
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.88 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.89 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch 2 times, most recently from c892be3 to 3c48581 Compare August 25, 2025 00:49
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.89 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.90 Aug 25, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 3c48581 to 796dd5c Compare August 26, 2025 05:12
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.90 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.92 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 796dd5c to 4266027 Compare August 27, 2025 03:09
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.92 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.93 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 4266027 to 5687c93 Compare August 27, 2025 22:15
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.93 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.94 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 47accf1 to 7b4e8b3 Compare September 10, 2025 01:58
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.109 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.110 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 7b4e8b3 to 70f22eb Compare September 11, 2025 02:36
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.110 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.111 Sep 11, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 70f22eb to 8e5d814 Compare September 12, 2025 23:59
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.111 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.112 Sep 12, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 8e5d814 to 41fcc33 Compare September 13, 2025 23:55
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.112 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.113 Sep 13, 2025
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.113 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.115 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch 2 times, most recently from 64590d5 to 2cb9c9f Compare September 17, 2025 02:22
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.115 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.117 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 2cb9c9f to fae2c32 Compare September 19, 2025 05:06
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.117 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.119 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from fae2c32 to 54ec1b0 Compare September 20, 2025 00:56
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.119 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.120 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 54ec1b0 to ae316d7 Compare September 24, 2025 02:15
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.120 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.123 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from ae316d7 to 73d9898 Compare September 25, 2025 05:52
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.123 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.124 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 73d9898 to 71adb57 Compare September 26, 2025 01:50
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.124 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.126 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 71adb57 to d7fcc92 Compare September 26, 2025 21:15
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.126 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.127 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from d7fcc92 to 4d20b90 Compare September 27, 2025 21:33
@renovate renovate bot changed the title chore(deps): update dependency @anthropic-ai/claude-code to v1.0.127 chore(deps): update dependency @anthropic-ai/claude-code to v1.0.128 Sep 27, 2025
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

@renovate renovate bot force-pushed the renovate/anthropic-ai-claude-code-1.x-lockfile branch from 4d20b90 to 40ff17c Compare November 19, 2025 00:50
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants