Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@anthropic-ai/claude-code 1.0.35 -> 1.0.128 age confidence patch
ccusage 15.2.0 -> 15.10.0 age confidence minor
debian 12.11 -> 12.12 age confidence final minor
duckdb/duckdb 1.3.1 -> 1.4.1 age confidence minor
github.com/go-task/task/v3 v3.44.0 -> v3.45.4 age confidence minor
github.com/reteps/dockerfmt v0.3.7 -> v0.3.9 age confidence patch
golang 1.24-bookworm -> 1.25-bookworm age confidence stage minor
koalaman/shellcheck v0.10.0 -> v0.11.0 age confidence minor
mikefarah/yq 4.45.4 -> 4.48.1 age confidence minor
mvdan.cc/sh/v3 v3.11.0 -> v3.12.0 age confidence minor
node 22.17.0-bookworm -> 22.21.1-bookworm age confidence stage minor
npm (source) 11.4.2 -> 11.6.2 age confidence minor
pip (changelog) 25.1.1 -> 25.3 age confidence minor
pipx (changelog) 1.7.1 -> 1.8.0 age confidence minor
python 3.13-bookworm -> 3.14-bookworm age confidence stage minor
ruff (source, changelog) 0.12.1 -> 0.14.4 age confidence minor
uv (source, changelog) 0.7.16 -> 0.9.8 age confidence minor

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

v1.0.71

Compare Source

  • Background commands: (Ctrl-b) to run any Bash command in the background so Claude can keep working (great for dev servers, tailing logs, etc.)
  • Customizable status line: add your terminal prompt to Claude Code with /statusline

v1.0.70

Compare Source

  • Performance: Optimized message rendering for better performance with large contexts
  • Windows: Fixed native file search, ripgrep, and subagent functionality
  • Added support for @​-mentions in slash command arguments

v1.0.69

Compare Source

  • Upgraded Opus to version 4.1

v1.0.68

Compare Source

  • Fix incorrect model names being used for certain commands like /pr-comments
  • Windows: improve permissions checks for allow / deny tools and project trust. This may create a new project entry in .claude.json - manually merge the history field if desired.
  • Windows: improve sub-process spawning to eliminate "No such file or directory" when running commands like pnpm
  • Enhanced /doctor command with CLAUDE.md and MCP tool context for self-serve debugging
  • SDK: Added canUseTool callback support for tool confirmation
  • Added disableAllHooks setting
  • Improved file suggestions performance in large repos

v1.0.67

Compare Source

v1.0.66

Compare Source

v1.0.65

Compare Source

  • IDE: Fixed connection stability issues and error handling for diagnostics
  • Windows: Fixed shell environment setup for users without .bashrc files

v1.0.64

Compare Source

  • Agents: Added model customization support - you can now specify which model an agent should use
  • Agents: Fixed unintended access to the recursive agent tool
  • Hooks: Added systemMessage field to hook JSON output for displaying warnings and context
  • SDK: Fixed user input tracking across multi-turn conversations
  • Added hidden files to file search and @​-mention suggestions

v1.0.63

Compare Source

  • Windows: Fixed file search, @​agent mentions, and custom slash commands functionality

v1.0.62

Compare Source

  • Added @​-mention support with typeahead for custom agents. @​ to invoke it
  • Hooks: Added SessionStart hook for new session initialization
  • /add-dir command now supports typeahead for directory paths
  • Improved network connectivity check reliability

v1.0.61

Compare Source

  • Transcript mode (Ctrl+R): Changed Esc to exit transcript mode rather than interrupt
  • Settings: Added --settings flag to load settings from a JSON file
  • Settings: Fixed resolution of settings files paths that are symlinks
  • OTEL: Fixed reporting of wrong organization after authentication changes
  • Slash commands: Fixed permissions checking for allowed-tools with Bash
  • IDE: Added support for pasting images in VSCode MacOS using ⌘+V
  • IDE: Added CLAUDE_CODE_AUTO_CONNECT_IDE=false for disabling IDE auto-connection
  • Added CLAUDE_CODE_SHELL_PREFIX for wrapping Claude and user-provided shell commands run by Claude Code

v1.0.60

Compare Source

  • You can now create custom subagents for specialized tasks! Run /agents to get started

v1.0.59

Compare Source

  • SDK: Added tool confirmation support with canUseTool callback
  • SDK: Allow specifying env for spawned process
  • Hooks: Exposed PermissionDecision to hooks (including "ask")
  • Hooks: UserPromptSubmit now supports additionalContext in advanced JSON output
  • Fixed issue where some Max users that specified Opus would still see fallback to Sonnet

v1.0.58

Compare Source

  • Added support for reading PDFs
  • MCP: Improved server health status display in 'claude mcp list'
  • Hooks: Added CLAUDE_PROJECT_DIR env var for hook commands

v1.0.57

Compare Source

  • Added support for specifying a model in slash commands
  • Improved permission messages to help Claude understand allowed tools
  • Fix: Remove trailing newlines from bash output in terminal wrapping

v1.0.56

Compare Source

  • Windows: Enabled shift+tab for mode switching on versions of Node.js that support terminal VT mode
  • Fixes for WSL IDE detection
  • Fix an issue causing awsRefreshHelper changes to .aws directory not to be picked up

v1.0.55

Compare Source

  • Clarified knowledge cutoff for Opus 4 and Sonnet 4 models
  • Windows: fixed Ctrl+Z crash
  • SDK: Added ability to capture error logging
  • Add --system-prompt-file option to override system prompt in print mode

v1.0.54

Compare Source

  • Hooks: Added UserPromptSubmit hook and the current working directory to hook inputs
  • Custom slash commands: Added argument-hint to frontmatter
  • Windows: OAuth uses port 45454 and properly constructs browser URL
  • Windows: mode switching now uses alt + m, and plan mode renders properly
  • Shell: Switch to in-memory shell snapshot to fix file-related errors

v1.0.53

Compare Source

  • Updated @​-mention file truncation from 100 lines to 2000 lines
  • Add helper script settings for AWS token refresh: awsAuthRefresh (for foreground operations like aws sso login) and awsCredentialExport (for background operation with STS-like response).

v1.0.52

Compare Source

  • Added support for MCP server instructions

v1.0.51

Compare Source

  • Added support for native Windows (requires Git for Windows)
  • Added support for Bedrock API keys through environment variable AWS_BEARER_TOKEN_BEDROCK
  • Settings: /doctor can now help you identify and fix invalid setting files
  • --append-system-prompt can now be used in interactive mode, not just --print/-p.
  • Increased auto-compact warning threshold from 60% to 80%
  • Fixed an issue with handling user directories with spaces for shell snapshots
  • OTEL resource now includes os.type, os.version, host.arch, and wsl.version (if running on Windows Subsystem for Linux)
  • Custom slash commands: Fixed user-level commands in subdirectories
  • Plan mode: Fixed issue where rejected plan from sub-task would get discarded

v1.0.50

Compare Source

v1.0.49

Compare Source

v1.0.48

Compare Source

  • Fixed a bug in v1.0.45 where the app would sometimes freeze on launch
  • Added progress messages to Bash tool based on the last 5 lines of command output
  • Added expanding variables support for MCP server configuration
  • Moved shell snapshots from /tmp to ~/.claude for more reliable Bash tool calls
  • Improved IDE extension path handling when Claude Code runs in WSL
  • Hooks: Added a PreCompact hook
  • Vim mode: Added c, f/F, t/T

v1.0.47

Compare Source

v1.0.46

Compare Source

v1.0.45

Compare Source

  • Redesigned Search (Grep) tool with new tool input parameters and features
  • Disabled IDE diffs for notebook files, fixing "Timeout waiting after 1000ms" error
  • Fixed config file corruption issue by enforcing atomic writes
  • Updated prompt input undo to Ctrl+_ to avoid breaking existing Ctrl+U behavior, matching zsh's undo shortcut
  • Stop Hooks: Fixed transcript path after /clear and fixed triggering when loop ends with tool call
  • Custom slash commands: Restored namespacing in command names based on subdirectories. For example, .claude/commands/frontend/component.md is now /frontend:component, not /component.

v1.0.44

Compare Source

  • New /export command lets you quickly export a conversation for sharing
  • MCP: resource_link tool results are now supported
  • MCP: tool annotations and tool titles now display in /mcp view
  • Changed Ctrl+Z to suspend Claude Code. Resume by running fg. Prompt input undo is now Ctrl+U.

v1.0.43

Compare Source

  • Fixed a bug where the theme selector was saving excessively
  • Hooks: Added EPIPE system error handling

v1.0.42

Compare Source

  • Added tilde (~) expansion support to /add-dir command

v1.0.41

Compare Source

  • Hooks: Split Stop hook triggering into Stop and SubagentStop
  • Hooks: Enabled optional timeout configuration for each command
  • Hooks: Added "hook_event_name" to hook input
  • Fixed a bug where MCP tools would display twice in tool list
  • New tool parameters JSON for Bash tool in tool_decision event

v1.0.40

Compare Source

  • Fixed a bug causing API connection errors with UNABLE_TO_GET_ISSUER_CERT_LOCALLY if NODE_EXTRA_CA_CERTS was set

v1.0.39

Compare Source

  • New Active Time metric in OpenTelemetry logging

v1.0.38

Compare Source

v1.0.37

Compare Source

  • Remove ability to set Proxy-Authorization header via ANTHROPIC_AUTH_TOKEN or apiKeyHelper

v1.0.36

Compare Source

  • Web search now takes today's date into context
  • Fixed a bug where stdio MCP servers were not terminating properly on exit
ryoppippi/ccusage (ccusage)

v15.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v15.9.9

Compare Source

fixed #​536

    View changes on GitHub

v15.9.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v15.9.7

Compare Source

   🚀 Features
    View changes on GitHub

v15.9.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v15.9.5

Compare Source

   🚀 Features

SCR-20250813-kkns

    View changes on GitHub

v15.9.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v15.9.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v15.9.2

Compare Source

   🚨 Breaking Changes
   🚀 Features
    View changes on GitHub

v15.9.1

Compare Source

SCR-20250809-dqtm
   🐞 Bug Fixes
    View changes on GitHub

v15.9.0

Compare Source

SCR-20250809-dkgn

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v15.8.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
    View changes on GitHub

v15.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v15.7.0

Compare Source

SCR-20250804-lfum
   🚀 Features
    View changes on GitHub

v15.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v15.6.0

Compare Source

<img width="

@renovate renovate bot added the Renovate label Jun 28, 2025
@renovate renovate bot assigned aazw Jun 28, 2025
@renovate renovate bot added the Renovate label Jun 28, 2025
@renovate renovate bot force-pushed the renovate/devcontainer branch from cccded5 to 829f4c6 Compare June 28, 2025 12:53
@renovate renovate bot changed the title Update dependency renovate to v41.16.0 Update dependency renovate to v41.16.1 Jun 28, 2025
@renovate renovate bot changed the title Update dependency renovate to v41.16.1 Update dependency renovate to v41.16.1 - autoclosed Jun 28, 2025
@renovate renovate bot closed this Jun 28, 2025
@renovate renovate bot deleted the renovate/devcontainer branch June 28, 2025 21:38
@renovate renovate bot changed the title Update dependency renovate to v41.16.1 - autoclosed Update dependency renovate to v41.16.1 Jun 29, 2025
@renovate renovate bot reopened this Jun 29, 2025
@renovate renovate bot changed the title Update dependency renovate to v41.16.1 Update dependency uv to v0.7.17 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/devcontainer branch 2 times, most recently from 829f4c6 to 2372d72 Compare June 29, 2025 21:10
@renovate renovate bot changed the title Update dependency uv to v0.7.17 Update devcontainer Jun 30, 2025
@renovate renovate bot force-pushed the renovate/devcontainer branch 10 times, most recently from bb7ea54 to 300b400 Compare July 7, 2025 02:47
@renovate renovate bot force-pushed the renovate/devcontainer branch 6 times, most recently from b7fc2c2 to 72d6868 Compare July 11, 2025 18:04
@renovate renovate bot force-pushed the renovate/devcontainer branch 8 times, most recently from 15c2c4a to bad7e78 Compare September 30, 2025 09:41
@renovate renovate bot force-pushed the renovate/devcontainer branch 8 times, most recently from 5f4255d to 22f5fbd Compare October 8, 2025 21:33
@renovate renovate bot force-pushed the renovate/devcontainer branch 4 times, most recently from a55f046 to 1c0407e Compare October 15, 2025 18:28
@renovate renovate bot force-pushed the renovate/devcontainer branch 3 times, most recently from 2d92ad9 to 70930f0 Compare October 19, 2025 20:45
@renovate renovate bot force-pushed the renovate/devcontainer branch 4 times, most recently from fd678a6 to cba6cc1 Compare October 31, 2025 04:55
@renovate renovate bot force-pushed the renovate/devcontainer branch from cba6cc1 to 24ab670 Compare November 7, 2025 00:46
@renovate renovate bot force-pushed the renovate/devcontainer branch from 24ab670 to 8cc24db Compare November 7, 2025 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants