Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.45→2.1.632.1.69(+4)0.29.0→0.32.0-preview.00.32.1(+1)0.104.0→0.107.00.110.0(+90)0c36fcf→81649591.2.6→1.2.151.2.17(+1)Release Notes
anthropics/claude-code (@anthropic-ai/claude-code)
v2.1.63Compare Source
/simplifyand/batchbundled slash commandsENABLE_CLAUDEAI_MCP_SERVERS=falseenv var to opt out from making claude.ai MCP servers available/modelcommand to show the currently active model in the slash command menu/copypicker. When selected, future/copycommands will skip the code block picker and copy the full response directly./clearnot resetting cached skills, which could cause stale skill content to persist in the new conversationv2.1.62Compare Source
v2.1.61Compare Source
v2.1.59Compare Source
/copycommand to show an interactive picker when code blocks are present, allowing selection of individual code blocks or the full response.cd /tmp && git fetch && git push) to compute smarter per-subcommand prefixes instead of treating the whole command as onev2.1.58Compare Source
v2.1.56Compare Source
v2.1.55Compare Source
v2.1.54Compare Source
v2.1.53Compare Source
--worktreesometimes being ignored on first launchv2.1.52Compare Source
v2.1.51Compare Source
claude remote-controlsubcommand for external builds, enabling local environment serving for all users.CLAUDE_CODE_PLUGIN_GIT_TIMEOUT_MSto configure.-lflag) by default when a shell snapshot is available, improving command execution performance. Previously this required settingCLAUDE_BASH_NO_LOGIN=true.statusLineandfileSuggestionhook commands could execute without workspace trust acceptance in interactive mode.control_responsemessages (e.g. from WebSocket reconnects) could cause API 400 errors by pushing duplicate assistant messages into the conversation.CLAUDE_CODE_ACCOUNT_UUID,CLAUDE_CODE_USER_EMAIL, andCLAUDE_CODE_ORGANIZATION_UUIDenvironment variables for SDK callers to provide account info synchronously, eliminating a race condition where early telemetry events lacked account metadata./modelpicker now shows human-readable labels (e.g., "Sonnet 4.5") instead of raw model IDs for pinned model versions, with an upgrade hint when a newer version is available.v2.1.50Compare Source
startupTimeoutconfiguration for LSP serversWorktreeCreateandWorktreeRemovehook events, enabling custom VCS setup and teardown when agent worktree isolation creates or removes worktrees.CLAUDE_CODE_SIMPLEto fully strip down skills, session memory, custom agents, and CLAUDE.md token counting/mcp reconnectfreezing the CLI when given a server name that doesn't existisolation: worktreein agent definitions, allowing agents to declaratively run in isolated git worktrees.CLAUDE_CODE_SIMPLEmode now also disables MCP tools, attachments, hooks, and CLAUDE.md file loading for a fully minimal experience.claude agentsCLI command to list all configured agents-pflag) by deferring Yoga WASM and UI component importsCLAUDE_CODE_DISABLE_1M_CONTEXTenvironment variable to disable 1M context window support/extra-usagecommand support in VS Code sessionsv2.1.49Compare Source
--worktree(-w) flag to start Claude in an isolated git worktreeisolation: "worktree"for working in a temporary git worktreebackground: trueto always run as a background tasksettings.jsonfor default configurationplugin enableandplugin disableto auto-detect the correct scope when--scopeis not specified, instead of always defaulting to user scopeCLAUDE_CODE_SIMPLE) now includes the file edit tool in addition to the Bash tool, allowing direct file editing in simple mode./config— memo comparators now correctly detect verbose changes-p) by skipping unnecessary API calls during startupsupportsEffort,supportedEffortLevels, andsupportsAdaptiveThinkingfields so consumers can discover model capabilities.ConfigChangehook event that fires when configuration files change during a session, enabling enterprise security auditing and optional blocking of settings changes.disableAllHookssetting to respect managed settings hierarchy — non-managed settings can no longer disable managed hooks set by policy (#26637)--resumesession picker showing raw XML tags for sessions that start with commands like/clear. Now correctly falls through to the session ID fallback.v2.1.48Compare Source
v2.1.47Compare Source
trimEnd().os.EOL(\r\n) in display code — line counts now show correct values instead of always showing 1 on Windows.\r\nline endings.@file mentions - file suggestions now appear faster by pre-warming the index on startup and using session-based caching with background refresh.ctrl+fto kill all background agents instead of double-pressing ESC. Background agents now continue running when you press ESC to cancel the main thread, giving you more control over agent lifecycle.last_assistant_messagefield to Stop and SubagentStop hook inputs, providing the final assistant response text so hooks can access it without parsing transcript files./renamebeing lost after resuming a conversation (#23610)\) would produce spurious empty arguments, potentially breaking command execution./help,/model,/compact, etc.) being hidden from the autocomplete dropdown when many user skills are installed (#22020)/clearcommand (#26082)nameordescriptionin SKILL.md frontmatter is a bare number (e.g.,name: 3000) — the value is now properly coerced to a string (#25837)chat:newlinekeybinding action for configurable multi-line input (#26075)added_dirsto the statusline JSONworkspacesection, exposing directories added via/add-dirto external scripts (#26096)claude doctormisclassifying mise and asdf-managed installations as native installs (#26033)modelfield in.claude/agents/*.mdbeing ignored when spawning team teammates (#26064)alwaysThinkingEnabled: truein settings.json not enabling thinking mode on Bedrock and Vertex providers (#26074)tool_decisionOTel telemetry event not being emitted in headless/SDK mode (#26059)/resume <session-id>failing to find sessions whose first message exceeds 16KB (#25920)argument-hintin SKILL.md frontmatter uses YAML sequence syntax (e.g.,[topic: foo | bar]) — the value is now properly coerced to a string (#25826)/forkon sessions that used web search — null entries in search results from transcript deserialization are now handled gracefully (#25811).claude/agents/and.claude/skills/from the main repository are now included (#25816)claude doctorandclaude plugin validatebeing blocked inside nested Claude sessions (#25803)findReferencesand other location-based operations returning results from gitignored files (e.g.,node_modules/,venv/) (#26051)~/.claude/backups/to reduce home directory clutter (#26130)__git_ps1) not being preserved across shell sessions (#25824)[25~escape sequence residue in the input field on Windows/Git Bash terminals (#25943)/renamecommand now updates the terminal tab title by default (#25789)google-gemini/gemini-cli (@google/gemini-cli)
v0.32.0-preview.0Compare Source
What's Changed
New Contributors
Full Changelog: google-gemini/gemini-cli@v0.31.0-preview.3...v0.32.0-preview.0
v0.31.0Compare Source
What's Changed
/dir adddirectories in @ autocomplete suggestions by @jasmeetsb in #19246Configuration
📅 Schedule: Branch creation - Only on Wednesday ( * * * * 3 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.