chore(deps): update bump-dependencies#47
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
f4515d8 to
e4be356
Compare
ffea13e to
0b0c47a
Compare
d731449 to
a1c21db
Compare
0b0c47a to
4a31f03
Compare
4a31f03 to
a7612a3
Compare
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.161→2.1.1680.78.0→0.78.10.45.0→0.45.21.15.13→1.16.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
anthropics/claude-code (@anthropic-ai/claude-code)
v2.1.168Compare Source
v2.1.167Compare Source
v2.1.166Compare Source
fallbackModelsetting to configure up to three fallback models tried in order when the primary model is overloaded or unavailable;--fallback-modelnow also applies to interactive sessions"*"denies all tools); allow rules reject non-MCP globs, and unknown tool names in deny rules warn at startupSendMessagefrom other Claude sessions no longer carry user authority — receivers refuse relayed permission requests, and auto mode blocks themMAX_THINKING_TOKENS=0,--thinking disabled, and the per-model thinking toggle now disable thinking on models that think by default via the Claude API (3P providers unchanged)claude updatenow announces the target version before downloading instead of going silentclaude agents: typing a URL into the list now filters to the session whose first prompt contained itclaude --bg-pty-hostprocesses spinning at 100% CPU after the daemon dies while connected on macOS/loginto clear a stale auth check after toggling/voiceallowedMcpServers/deniedMcpServerspredicates not matching when they use${VAR}referencesclaude agents/doctorshowing a contradictory failed "Not inside a remote session" check when run inside a remote sessionclaude agentsdispatch and reply inputsv2.1.165Compare Source
v2.1.163Compare Source
requiredMinimumVersionandrequiredMaximumVersionmanaged settings — Claude Code refuses to start if its version is outside the allowed range and directs the user to an approved version/plugin listcommand to list installed plugins, with--enabled/--disabledfilters/btwthat copies the raw markdown answer to the clipboard, preserving formatting when pasted elsewherehookSpecificOutput.additionalContextto give Claude feedback and keep the turn going without being labeled a hook error\$escape syntax to include a literal$before a digit in command bodiesCLAUDE_CODE_SESSION_IDas hooks/Bash on--resumeclaude -phanging forever after its final result when a backgrounded command never exits — background shells are now stopped ~5s after the result once stdin closesclaude -pfailing with "ANTHROPIC_API_KEY required" on Bedrock/Vertex/Foundry whenCI=trueand no Anthropic API key is set$TMPDIRwas overridden to/tmp/claude-{uid}for all commands instead of only sandboxed ones (regression in 2.1.154)claude agentslosing their running background tasks when reattached after a Claude Code updateif: "Bash(...)"conditions firing on every Bash command containing$()or$VAR; the pattern now matches against commands inside subshells and backticks tooRead(~/Desktop/**)) not blocking Bash commands that reference the path via$HOMEclaude agentsdispatching from the state-grouped view now starts the session in the directory the agent view was opened fromv2.1.162Compare Source
claude agents --jsonnow includeswaitingForshowing what a waiting session is blocked on (e.g. permission prompt)--tools: explicitly listing Grep/Glob now provides the dedicated search tools on native builds with embedded search (previously these names were silently ignored)/effortnow confirms when your chosen level will persist as the default for new sessions/idemenu,/terminal-setup, and/scroll-speed, following the editor's rebrandWebFetch(domain:...)deny/ask/allow rules now take precedence over the preapproved-host auto-allow~\,\\server\share) or case-variant paths, and Read deny rules not hiding files from Glob/Grep resultsno low surrogate in stringerrors for classifier side-queries and MCP server descriptions containing emoji near a truncation boundarytimeoutconfig values below 1000 ms being floored to a 1-second watchdog that aborted every tool call; sub-1000 ms values are now ignored (falling back toMCP_TOOL_TIMEOUTor default), andclaude mcp getannotates them accordinglyworkspaceSymboloperation returning no results; it now accepts aqueryparameter and passes it to the language serverclaude agentscutting live status text (tool args, replies, prompts, exec output) at 60–120 columns on wide terminals; the status detail now uses the full terminal widthclaude agentstruncating long session names at 40 columns; the name column now grows with terminal widthclaude agentsattach occasionally bouncing straight back to the session list on the first try after a background-service restartclaude agentsCtrl+V image paste doing nothing in the dispatch input and the session reply box; pasting with no image now shows a hintSendMessage) silently breaking whenCLAUDE_CODE_TMPDIRor$TMPDIRpoints at a deep directoryclaude agentsstalling for 5 seconds before attachingclaude updateverification to wait out endpoint-security scanning of new binaries instead of failing after 5 secondsearendil-works/pi (@earendil-works/pi-coding-agent)
v0.78.1Compare Source
New Features
ctx.modeandctx.getSystemPromptOptions()to adapt behavior across TUI, RPC, JSON, and print modes and inspect base system prompt inputs. See Extensions.Added
@earendil-works/pi-aifor theminimaxandminimax-cndirect providers (#5313).ctx.modeto extension contexts so extensions can distinguish TUI, RPC, JSON, and print mode.ctx.getSystemPromptOptions()for extension commands to inspect the current base system prompt inputs (#5306 by @xl0).Fixed
~/.pi/agent/tmp/extensionsdirectory with0700permissions instead ofos.tmpdir()/pi-extensions.ENOENTwhenpackage.jsonis not present next to the bundle entrypoint. The package metadata reader now gracefully handles missingpackage.jsonby using defaults, enablingcreateAgentSession()without requiring package-adjacent files at runtime (#5226).httpIdleTimeoutMssetting (set via/settingsHTTP timeout) now applies as the default SDK request timeout for all providers that support it, not just OpenAI Codex Responses. Disabling the timeout (HTTP timeout = false) now correctly disables SDK timeouts for all supported providers by sending a maximum int32 value (effectively infinite) instead of 0, since SDKs treat timeout=0 as an immediate timeout (#5294)./mnt/...repositories to refresh after branch changes (#5264 by @psoukie).renderShell: "self"tool renderers that emit no component lines leaving a blank chat row (#5299).google-gemini/gemini-cli (@google/gemini-cli)
v0.45.2Compare Source
What's Changed
f40498dto release/v0.45.1-pr-27676 to patch version v0.45.1 and create version 0.45.2 by @gemini-cli-robot in #27700Full Changelog: google-gemini/gemini-cli@v0.45.1...v0.45.2
v0.45.1Compare Source
What's Changed
665228eto release/v0.45.0-pr-27570 to patch version v0.45.0 and create version 0.45.1 by @gemini-cli-robot in #27667Full Changelog: google-gemini/gemini-cli@v0.45.0...v0.45.1
Configuration
📅 Schedule: (UTC)
* * * * 3)🚦 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.