chore(deps): update ⬆️ aqua-packages - #843
Merged
Merged
Conversation
1 task
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:
v2.1.97→v2.1.100v2.1.107(+3)0.15.9→0.15.10v2.1.1→v2.1.2v0.20.4→v0.20.5v1.0.21→v1.0.22v1.0.25(+2)v2026.4.7→v2026.4.8v2026.4.11(+2)v0.35.2→v0.35.3v0.37.0(+1)v1.4.1→v1.4.3Release Notes
anthropics/claude-code (anthropics/claude-code)
v2.1.100Compare Source
v2.1.98Compare Source
What's changed
CLAUDE_CODE_PERFORCE_MODEenv var: when set, Edit/Write/NotebookEdit fail on read-only files with ap4 edithint instead of silently overwriting themCLAUDE_CODE_SUBPROCESS_ENV_SCRUBis set, andCLAUDE_CODE_SCRIPT_CAPSenv var to limit per-session script invocations--exclude-dynamic-system-prompt-sectionsflag to print mode for improved cross-user prompt cachingworkspace.git_worktreeto the status line JSON input, set whenever the current directory is inside a linked git worktreeTRACEPARENTenv var to Bash tool subprocesses when OTEL tracing is enabled, so child-process spans correctly parent to Claude Code's trace treeclientInfoin the initialize requestLANG,TZ,NO_COLOR, etc.)/dev/tcp/...or/dev/udp/...not prompting instead of auto-allowingRetry-After— exponential backoff now applies as a minimumoauth.authServerMetadataUrlconfig override not being honored on token refresh after restart, affecting ADFS and similar IdPs--dangerously-skip-permissionsbeing silently downgraded to accept-edits mode after approving a write to a protected path via Bashpermissions.additionalDirectorieschanges not applying mid-session — removed directories lose access immediately and added ones work without restartadditionalDirectoriesrevoking access to the same directory passed via--add-dirBash(cmd:*)andBash(git commit *)wildcard permission rules failing to match commands with extra spaces or tabsBash(...)deny rules being downgraded to a prompt for piped commands that mixcdwith other segmentscut -d /,paste -d /,column -s /,awk '{print $1}' file, and filenames containing%toString) causingsettings.jsonto be silently ignored--dangerously-skip-permissions--resumewhen the edited file was larger than 10KB/resumepicker issues:--resume <name>opening uneditable, filter reload wiping search state, empty list swallowing arrow keys, cross-project staleness, and transient task-status text replacing conversation summaries/exportnot honoring absolute paths and~, and silently rewriting user-supplied extensions to.txt/effort maxbeing denied for unknown or future model IDsnameis a YAML boolean keyword_meta["anthropic/maxResultSizeChars"]not bypassing the token-based persist layerDISABLE_AUTOUPDATERnot fully suppressing the npm registry version check and symlink modification on npm-based installsgrep -f FILE/rg -f FILEnot prompting when reading a pattern file outside the working directorysandbox.network.allowMachLookupnot taking effect on macOS/resumefilter hint labels and added project/worktree/branch names in the filter indicator/agentswith a tabbed layout: a Running tab shows live subagents, and the Library tab adds Run agent and View running instance actions/reload-pluginsto pick up plugin-provided skills without requiring a restartj/kin NORMAL mode now navigate history and select the footer pill at the input boundary--debug/claude-apiskill to cover Managed Agents alongside Claude APICLAUDE_CODE_GIT_BASH_PATHis set or Git is installed at a default locationCLAUDE_CODE_MAX_CONTEXT_TOKENSto honorDISABLE_COMPACTwhen it is set./compacthints whenDISABLE_COMPACTis set.astral-sh/ruff (astral-sh/ruff)
v0.15.10Compare Source
Released on 2026-04-09.
Preview features
flake8-logging] Allow closures in except handlers (LOG004) (#24464)flake8-self] MakeSLFdiagnostics robust to non-self-named variables (#24281)flake8-simplify] Make the fix forcollapsible-ifsafe inpreview(SIM102) (#24371)Bug fixes
E502fixes in f-strings and t-strings (#24410)dedent_to(#24381)pyupgrade] Fix panic caused by handling of octals (UP012) (#24390)Rule changes
ruff] Treat f-string interpolation as potential side effect (RUF019) (#24426)Server
Documentation
Contributors
charmbracelet/glow (charmbracelet/glow)
v2.1.2Compare Source
Small patch
Hey all! It has been a long time, but we're bringing this small release with two small fixes.
showLineNumberson config file now worksThe title says it all. It wasn't working as expected, but @prithvijj jumped in and implemented a fix. ✨
Improved
$PAGEROur support for the
$PAGERenv was there, but somewhat limited. It could break on certain scenarios, like if you needed to use spaces in arguments (with quotes), etc. We're now using a proper shell syntax parser to accurately parse the program and arguments there. Thank you @mvanhorn for working on this!Changelog
Fixed
bcd1296: fix: allow config file to loadshowLineNumbers(#653) (@prithvijj)fac0fb4: fix: useshell.Fieldsto parse$PAGERcommand (#922) (@mvanhorn)Verifying the artifacts
First, download the
checksums.txtfile and thechecksums.txt.sigstore.jsonfile files, for example, withwget:Then, verify it using
cosign:If the output is
Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release usingsha256sum:Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
dagger/dagger (dagger/dagger)
v0.20.5Compare Source
Fixed
dagger.jsonso they resolve relative to the config file rather than the caller's current working directory when connecting from a subdirectory by @shykes in #12934.envvalidation so Dagger only uploads the.envfile being checked instead of the entire parent directory by @shykes infab203alegacy-default-pathcompatibility warnings so they are no longer printed during module function loading by @shykes in0b1e3b8What to do next?
github/copilot-cli (github/copilot-cli)
v1.0.22: 1.0.22Compare Source
2026-04-09
skillsfield to eagerly load skill content into agent context at startupjdx/mise (jdx/mise)
v2026.4.8: : Task engine stability and Go subpath version resolutionCompare Source
This release brings significant stability improvements to the task runner -- fixing hangs, deadlocks, and panics across several edge cases in task dependency graphs and parallel execution. It also overhauls Go version resolution for subpath packages by querying the module proxy directly, and adds new configuration options for sandbox environment filtering and lockfile platform targeting.
Highlights
go:github.com/foo/bar/cmd/bazthat live under a subpath of their Go module now resolve versions correctly, eliminating persistent "no latest version found" warnings.MISE_JOBS=1, panics in replacing output mode, stale source caching in dependency chains, and warnings with remote tasks.allow_envpatterns -- Sandbox env filtering now supports globs likeMYAPP_*to allow entire namespaces of environment variables.lockfile_platformssetting -- Restrict lockfile operations to only the platforms you care about, avoiding unnecessary checksum resolution.Added
Wildcard patterns in sandbox
allow_env--allow_envnow supports glob wildcards (e.g.,MYAPP_*) to pass through namespaces of environment variables in sandboxed tasks and exec. Works in both CLI flags and task config. #8974 by @jdxlockfile_platformssetting -- New setting to restrict which platforms are targeted during lockfile operations. When set,mise install,mise use, andmise lockonly resolve checksums/URLs for the configured platforms instead of all common platforms. Explicitmise lock --platformflags still override this setting. #8966 by @cameronbrillExamples rendered in
task --help--#USAGE exampledirectives in task scripts now appear in--helpoutput, thanks to an upgrade to usage-lib v3. #8890 by @baby-joelFixed
Go subpath package version resolution -- The Go backend previously used
go list -m -versionsto resolve versions, which returns an empty version list for subpath packages (e.g.,github.com/ankitpokhrel/jira-cli/cmd/jira), making it impossible to resolve "latest". mise now queries the Go module proxy ($GOPROXY) directly, generating path prefix candidates and using HTTP responses to distinguish real modules from non-module subpaths. This respects theGOPROXYenvironment variable and falls back togo listforGOPROXY=direct. #8968 by @c22Task hang when skipped task has dependents -- When a task with
sources/outputswas skipped (up-to-date), a race condition in the dependency graph could leave downstream dependents hanging indefinitely. The failed channel send now properly resets the task's "sent" state so it can be re-emitted on a new channel. #8937 by @jdxDependent task source invalidation -- When a dependency task runs because its own sources changed, downstream tasks that depend on it now also re-run, even if their own sources haven't changed. Sourceless dependencies (which always run) do not trigger this invalidation, preserving the usefulness of
sourceson dependents. #8975 by @jdxDeadlock with
MISE_JOBS=1and sub-task references -- WhenMISE_JOBS=1and a task'srunarray contains both sub-task references ({ task = "foo" }) and scripts, the parent task now temporarily releases its semaphore permit before waiting on the sub-task, preventing a classic deadlock. #8976 by @jdxPanic with parallel sub-tasks in replacing output mode -- Running parallel sub-tasks (via
tasks = [...]in run steps) withoutput = "replacing"no longer panics. Dynamically injected sub-tasks are now lazily initialized in the progress reporter map. #8986 by @jdxRemote task warning with arguments -- Remote git task files are now fetched before parsing usage specs, fixing spurious "failed to parse task file" warnings when running remote tasks with arguments. #8979 by @jdx
Tera templates in tool postinstall hooks -- Tool-level
postinstallscripts (e.g.,[tools.ripgrep] postinstall) now render Tera templates before execution, so variables like{{tools.ripgrep.path}}work correctly. #8978 by @jdxMissing env vars in tool postinstall hooks --
MISE_CONFIG_ROOTandMISE_PROJECT_ROOTare now set in tool-level postinstall hooks, matching the behavior of project-level hooks. #8977 by @jdxmise upgrade tool@versionnot updating lockfile --mise upgrade tool@versionandmise lock tool@versionnow properly update the lockfile with the specified version. When the version doesn't match the current config prefix (e.g., upgrading from"2"to3.0.1), the config is auto-bumped to match while preserving the original version precision. #8983 by @jdxBash 3.2 activation with
set -u-- The bash activation script no longer fails with__MISE_FLAGS[@​]: unbound variableon macOS's default bash 3.2 whenset -u(nounset) is enabled and no flags are set. #8988 by @jdxNew Contributors
Full Changelog: jdx/mise@v2026.4.7...v2026.4.8
max-sixty/worktrunk (max-sixty/worktrunk)
v0.35.3: 0.35.3Compare Source
Release Notes
Improved
wt step prunestreams removals inline: Removals and "Skipped" messages now print as each integration check completes, overlapping with still-running checks — previously there was a visible gap of silence while all parallel checks finished before any output appeared. (#2015)Fewer redundant
git worktree listcalls in prune and multi-remove:prepare_worktree_removal()now accepts a pre-fetched worktree list, eliminating N+1 subprocess calls when removing many worktrees. (#2025)Fixed
Picker preview UI lag: The picker's preview cache now stores pager-rendered output, so cache hits skip the pager subprocess entirely. Previously, scrolling past an item with a large diff froze the UI briefly on every re-render because the pager ran on every call. (#2021)
Template error hint underlining: The "Available variables" hint in template expansion errors now underlines each variable name individually instead of wrapping the entire comma-separated list in a single underline span. (#2028)
Documentation
Cross-linked vars references: The vars feature is documented in the hook template variables table,
wt config state varspage, and tips-patterns recipes — these now link to each other so readers can navigate between "how to set" and "how to use in templates". (#2034)Clearer project config intro: Improved the project config introduction and template variable heading in
wt confighelp text. (#2032)Install worktrunk 0.35.3
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
Install prebuilt binaries via Homebrew
brew install worktrunk && wt config shell installDownload worktrunk 0.35.3
Install via Cargo
cargo install worktrunk && wt config shell installInstall via Winget (Windows)
winget install max-sixty.worktrunk && git-wt config shell installInstall via AUR (Arch Linux)
paru worktrunk-bin && wt config shell installsst/opencode (sst/opencode)
v1.4.3Compare Source
Core
agent createfor OpenAI accounts authenticated with OAuth.TUI
Extensions
Thank you to 2 community contributors:
v1.4.2Compare Source
TUI
Desktop
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* 5-7 * * *)🚦 Automerge: Enabled.
♻ 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.