Skip to content

chore(deps): update ⬆️ aqua-packages#825

Merged
renovate[bot] merged 2 commits intomainfrom
renovate/aqua-packages
Mar 30, 2026
Merged

chore(deps): update ⬆️ aqua-packages#825
renovate[bot] merged 2 commits intomainfrom
renovate/aqua-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 28, 2026

This PR contains the following updates:

Package Update Change
anthropics/claude-code patch v2.1.85v2.1.87
aquaproj/aqua-registry minor v4.487.0v4.489.0
atuinsh/atuin patch v18.13.5v18.13.6
casey/just patch 1.48.01.48.1
dandavison/delta patch 0.19.10.19.2
fastfetch-cli/fastfetch minor 2.60.02.61.0
neovim/neovim minor v0.11.6v0.12.0
sst/opencode patch v1.3.3v1.3.7
steveyegge/beads minor v0.62.0v0.63.3
tassiovirginio/try-rs patch v1.7.0v1.7.1
walles/moor minor v2.11.1v2.12.0
weaveworks/eksctl minor v0.224.0v0.225.0

Release Notes

anthropics/claude-code (anthropics/claude-code)

v2.1.87

Compare Source

What's changed

  • Fixed messages in Cowork Dispatch not getting delivered

v2.1.86

Compare Source

What's changed

  • Added X-Claude-Code-Session-Id header to API requests so proxies can aggregate requests by session without parsing the body
  • Added .jj and .sl to VCS directory exclusion lists so Grep and file autocomplete don't descend into Jujutsu or Sapling metadata
  • Fixed --resume failing with "tool_use ids were found without tool_result blocks" on sessions created before v2.1.85
  • Fixed Write/Edit/Read failing on files outside the project root (e.g., ~/.claude/CLAUDE.md) when conditional skills or rules are configured
  • Fixed unnecessary config disk writes on every skill invocation that could cause performance issues and config corruption on Windows
  • Fixed potential out-of-memory crash when using /feedback on very long sessions with large transcript files
  • Fixed --bare mode dropping MCP tools in interactive sessions and silently discarding messages enqueued mid-turn
  • Fixed the c shortcut copying only ~20 characters of the OAuth login URL instead of the full URL
  • Fixed masked input (e.g., OAuth code paste) leaking the start of the token when wrapping across multiple lines on narrow terminals
  • Fixed official marketplace plugin scripts failing with "Permission denied" on macOS/Linux since v2.1.83
  • Fixed statusline showing another session's model when running multiple Claude Code instances and using /model in one of them
  • Fixed scroll not following new messages after wheel scroll or click-to-select at the bottom of a long conversation
  • Fixed /plugin uninstall dialog: pressing n now correctly uninstalls the plugin while preserving its data directory
  • Fixed a regression where pressing Enter after clicking could leave the transcript blank until the response arrived
  • Fixed ultrathink hint lingering after deleting the keyword
  • Fixed memory growth in long sessions from markdown/highlight render caches retaining full content strings
  • Reduced startup event-loop stalls when many claude.ai MCP connectors are configured (macOS keychain cache extended from 5s to 30s)
  • Reduced token overhead when mentioning files with @ — raw string content no longer JSON-escaped
  • Improved prompt cache hit rate for Bedrock, Vertex, and Foundry users by removing dynamic content from tool descriptions
  • Memory filenames in the "Saved N memories" notice now highlight on hover and open on click
  • Skill descriptions in the /skills listing are now capped at 250 characters to reduce context usage
  • Changed /skills menu to sort alphabetically for easier scanning
  • Auto mode now shows "unavailable for your plan" when disabled by plan restrictions (was "temporarily unavailable")
  • [VSCode] Fixed extension incorrectly showing "Not responding" during long-running operations
  • [VSCode] Fixed extension defaulting Max plan users to Sonnet after the OAuth token refreshes (8 hours after login)
  • Read tool now uses compact line-number format and deduplicates unchanged re-reads, reducing token usage
aquaproj/aqua-registry (aquaproj/aqua-registry)

v4.489.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.488.0...v4.489.0

🎉 New Packages

emacs-eask/cli - CLI for building, running, testing, and managing your Emacs Lisp dependencies @​djgoku

Fixes

#​50956 dimo414/bkt: Split darwin arm64 support at 0.8.1 @​mtibben
#​51180 zerocore-ai/microsandbox: Rename to superradcompany/microsandbox

v4.488.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.487.0...v4.488.0

🎉 New Packages

#​50878 RasKrebs/sonar - CLI tool for inspecting and managing services listening on localhost ports @​TyceHerrman

Security

#​50868 terraprovider/statebridge: GitHub artifact attestations config @​scop
#​51053 updatecli/updatecli: GitHub artifact attestations config @​scop

Fixes

#​50962 drager/wasm-pack: rename the package to wasm-bindgen/wasm-pack
#​50942 google/go-jsonnet: support v0.22.0 asset naming change @​tak848
#​50835 fix various typos @​Marukome0743

atuinsh/atuin (atuinsh/atuin)

v18.13.6: 18.13.6

Compare Source

Release Notes

Bug Fixes
  • (powershell) Handle non-FileSystem drives (#​3353)
  • Remove unnecessary arboard/image-data default feature (#​3345)
  • Use printf to append fish shell init block (#​3346)
  • Set WorkingDirectory in PowerShell Invoke-AtuinSearch (#​3351)
Features
  • Use eye-declare for more performant and flexible AI TUI (#​3343)
Miscellaneous Tasks
  • (ci) Switch most workflows to depot ci (#​3352)

atuin 18.13.6

Install atuin 18.13.6

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.6/atuin-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.6/atuin-installer.ps1 | iex"

Download atuin 18.13.6

File Platform Checksum
atuin-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
atuin-x86_64-pc-windows-msvc.zip x64 Windows checksum
atuin-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
atuin-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
atuin-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
atuin-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

atuin-server 18.13.6

Install atuin-server 18.13.6

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.6/atuin-server-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.6/atuin-server-installer.ps1 | iex"

Download atuin-server 18.13.6

File Platform Checksum
atuin-server-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
atuin-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
atuin-server-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
atuin-server-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
atuin-server-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
atuin-server-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
casey/just (casey/just)

v1.48.1

Compare Source

dandavison/delta (dandavison/delta)

v0.19.2

Compare Source

This is a patch release providing rebuilt binaries compatible with Debian 12 (the 0.19.0 and 0.19.1 .deb packages required glibc 2.39, which is only available in Debian 13).

What's Changed

fastfetch-cli/fastfetch (fastfetch-cli/fastfetch)

v2.61.0

Compare Source

Changes:

  • Support for Windows 7 and 8 has been removed.
    • Windows 8.1 is now the oldest version supported by fastfetch.
  • The GPU module on WSL no longer relies on DXCore.
    • The directx-headers dependency is no longer required.
    • Fastfetch on Linux is now pure C; a C++ compiler is no longer required.
    • GPU type detection is now slightly less accurate, but detection speed should be slightly faster.
  • The GPU module on Windows now uses DXCore for more accurate GPU type detection (requires Windows 10 or later).
    • This feature is built only when DXCore headers are available, which requires installing mingw-w64-<msystem>-x86_64-directx-headers on MSYS2.

Features:

  • Adds a brightness option for color display configuration (#​2238, Colors)
  • Adds support for detecting Bluetooth keyboards on Linux (#​2220, Keyboard)
  • Adds support for detecting GlazeWM (WM, macOS)
  • Adds a showEmptySlots option to display empty memory slots on Linux (#​2222, PhysicalMemory)
  • Adds marketing product name detection on Asahi Linux (Host, Linux)
  • Adds support for new M5 Mac models (Host, macOS)
  • Improves SMBIOS robustness by validating malformed data and improving error handling
  • Improves reliability when terminating child processes (Processing, Windows)
  • Improves Intel Mac support by querying SMBIOS data directly (Global, macOS)
  • Includes numerous internal cleanups and optimizations

Bugfixes:

  • Fixes missing memory devices on some machines (PhysicalMemory)
  • Fixes CPUCache deduplication for shared caches (#​2228, CPUCache, Linux)
  • Fixes WM version reporting for niri (#​2218, WM, Linux)
  • Fixes SSID decoding issues from iw output (Wifi, Linux)
  • Fixes the CMD code page being changed after running fastfetch on Windows (#​2245, Windows)
neovim/neovim (neovim/neovim)

v0.12.0: Nvim 0.12.0

Compare Source

NVIM v0.12.0
Build type: Release
LuaJIT 2.1.1774638290

Release notes

Install

Windows
Zip
  1. Download nvim-win64.zip (or nvim-win-arm64.zip for ARM)
  2. Extract the zip
  3. Run nvim.exe in your terminal
MSI
  1. Download nvim-win64.msi (or nvim-win-arm64.msi for ARM)
  2. Run the MSI
  3. Run nvim.exe in your terminal

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)
  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim
macOS (arm64)
  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. Run ./nvim-macos-arm64/bin/nvim
Linux (x86_64)

If your system does not have the required glibc version, try the (unsupported) builds for older glibc.

AppImage
  1. Download nvim-linux-x86_64.appimage
  2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
Tarball
  1. Download nvim-linux-x86_64.tar.gz
  2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
  3. Run ./nvim-linux-x86_64/bin/nvim
Linux (arm64)
AppImage
  1. Download nvim-linux-arm64.appimage
  2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-arm64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
Tarball
  1. Download nvim-linux-arm64.tar.gz
  2. Extract: tar xzvf nvim-linux-arm64.tar.gz
  3. Run ./nvim-linux-arm64/bin/nvim
Other

v0.11.7: Nvim 0.11.7

Compare Source

NVIM v0.11.7
Build type: Release
LuaJIT 2.1.1741730670

Release notes

Install

Windows
Zip
  1. Download nvim-win64.zip (or nvim-win-arm64.zip for ARM)
  2. Extract the zip
  3. Run nvim.exe in your terminal
MSI
  1. Download nvim-win64.msi (or nvim-win-arm64.msi for ARM)
  2. Run the MSI
  3. Run nvim.exe in your terminal

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)
  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim
macOS (arm64)
  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. Run ./nvim-macos-arm64/bin/nvim
Linux (x86_64)

If your system does not have the required glibc version, try the (unsupported) builds for older glibc.

AppImage
  1. Download nvim-linux-x86_64.appimage
  2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-x86_64.tar.gz
  2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
  3. Run ./nvim-linux-x86_64/bin/nvim
Linux (arm64) - Untested
AppImage
  1. Download nvim-linux-arm64.appimage
  2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-arm64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-arm64.tar.gz
  2. Extract: tar xzvf nvim-linux-arm64.tar.gz
  3. Run ./nvim-linux-arm64/bin/nvim
Other
sst/opencode (sst/opencode)

v1.3.7

Compare Source

Core

  • Added first-class PowerShell support on Windows
  • Plugin installs now preserve JSONC comments in configuration files
  • Fixed OPENCODE_DISABLE_CLAUDE_CODE_PROMPT not being respected for project-level CLAUDE.md

TUI

  • Improved variant modal behavior to be less intrusive
  • Added theme colors for dialog textarea placeholders

Thank you to 2 community contributors:

v1.3.6

Compare Source

Unreleased Changes

TUI

  • PR #​19917: Fixed variant dialog search so typing now properly filters the list of variants

Desktop

Core

  • PR #​19758: Fixed token usage double-counting for Anthropic and Amazon Bedrock providers that caused inflated token counts in session metrics

v1.3.5

Compare Source

Core

  • Fix plugin hooks to properly handle async operations
  • Adjust GPT prompt to be more minimal and fix file reference annoyances

v1.3.4

Compare Source

Core

  • Add prompt slot feature
  • Update opencode-gitlab-auth to 2.0.1 (@​vglafirov)
  • Refactored session processor to use effect-based architecture
  • Use AppFileSystem instead of raw Filesystem for better abstraction
  • Upgrade OpenTUI to version 0.1.91
  • Adjust bash tool description to increase cache hit rates between projects
  • Update Effect to version 4.0.0-beta.42
  • Refactor session compaction service to use Effect
  • Add single target plugin entrypoints
  • Use ChildProcessSpawner instead of Process.spawn for formatting
  • Move more responsibility to workspace routing
  • Refactor Session service to use Effect-based architecture
  • Add support for AI SDK v6
  • Add additional overflow error patterns to error handling
  • Fix flaky plugin tests by removing mock.module which is not supported in Bun
  • Split out instance and route through workspaces
  • Effectify Plugin service internals
  • Effectify Skill service internals
  • Add TUI plugins support
  • Refactor tool registry to yield Config and Plugin services using Effect.forEach
  • Ignore generated models snapshot files
  • Replace async git() with ChildProcessSpawner in VCS module
  • Yield services instead of promise facades in Effect refactor
  • Fixed web UI bundle build on Windows
  • Improve app startup performance
  • Close MCP transport on failed or timed-out connections
  • Use cachedInvalidateWithTTL for config and bump Effect to beta.37
  • Refactor Config service to use Effect
  • Remove workspace server and WorkspaceContext, improve routing architecture
  • Add GPT prompt so non-Codex GPT models have their own system prompt modeled after Codex CLI
  • Refactor LSP service with InstanceState using Effect

TUI

  • Use theme color for prompt placeholder
  • Add dialog variant menu and improve subagent functionality
  • Open dialog for model variant selection instead of cycling
  • Check KV theme before falling back to default theme
  • Add top spacing to session view and remove obsolete documentation prompt
  • Restore subagent footer and fix style guide violations
  • Add model variant selection dialog
  • Remove variant cycle display from footer
  • Move session context into prompt footer

Desktop

  • Improved app startup efficiency
  • Use Azure Artifact Signing for Windows releases
  • Default file tree to closed with minimum width
  • Resize layout viewport when mobile keyboard appears (@​BYK)
  • Persist queued followups across project switches
  • Reduce markdown jank while responses stream in UI
  • Remove fork session button from app
  • Default shell tool to collapsed state
  • Don't bundle fonts in app

Thank you to 3 community contributors:

steveyegge/beads (steveyegge/beads)

v0.63.3

Compare Source

beads v0.63.3

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD.

Installation

Homebrew (macOS/Linux):

brew install beads

Quick Install (macOS/Linux/FreeBSD):

curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/steveyegge/beads/main/install.ps1 | iex

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Bug Fixes
  • b706786 fix(beads): detect embeddeddolt/ directory in database discovery (#​2909)
  • 884cc11 fix(release): revert all non-Linux targets to CGO_ENABLED=0, bump v0.63.3
  • 97889d9 fix: include convoy-type formulas in bd formula list text output
tassiovirginio/try-rs (tassiovirginio/try-rs)

v1.7.1

Compare Source

Full Changelog: tassiovirginio/try-rs@v1.7.0...v1.7.1

walles/moor (walles/moor)

v2.12.0: : Add CTRL-f / CTRL-b page scrolling

Compare Source

Support CTRL-f and CTRL-b for paging forward and backward, contributed
by @​joshheyse in #​395. Thanks!

Also in this release:

  • Accept ESC as the escape character in LESS_TERMCAP_* variables
  • Fix busy looping when reading from a pipe on Windows
weaveworks/eksctl (weaveworks/eksctl)

v0.225.0: eksctl 0.225.0

Compare Source

Release v0.225.0

🚀 Features

  • Honour permissionPolicyName for pod identity inline IAM policies (#​8675)
  • feat: add fargate profile support for EKS internal endpoint (#​8694)
  • feat: add permissions for ECR Public container pulls to Auto Mode NodeRole (#​8698)

🐛 Bug Fixes

  • fix(goformation): Remove redundant condition in property.go (#​8691)

Acknowledgments

The eksctl maintainers would like to sincerely thank @​HusainZafar, @​ShiriNmi1520, @​avoidik and @​fletcherw.


Configuration

📅 Schedule: Branch creation - Between 05:00 AM and 07:59 AM ( * 5-7 * * * ) in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 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.


  • 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 requested a review from scottames as a code owner March 28, 2026 13:29
@renovate renovate bot enabled auto-merge (squash) March 28, 2026 13:29
@renovate renovate bot force-pushed the renovate/aqua-packages branch 13 times, most recently from 9c76211 to 8fd648a Compare March 30, 2026 16:48
@renovate renovate bot force-pushed the renovate/aqua-packages branch from 8fd648a to 87caa22 Compare March 30, 2026 17:04
@renovate renovate bot merged commit c91a8fd into main Mar 30, 2026
5 checks passed
@renovate renovate bot deleted the renovate/aqua-packages branch March 30, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants