Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2026

This PR contains the following updates:

Package Update Change
anthropics/claude-code patch v2.1.38v2.1.39
aquaproj/aqua-registry minor v4.467.0v4.468.0
astral-sh/uv patch 0.10.10.10.2
golangci/golangci-lint minor v2.8.0v2.9.0
kubernetes/kubectl patch 1.35.01.35.1
max-sixty/worktrunk patch v0.23.1v0.23.2
sst/opencode patch v1.1.53v1.1.57
tassiovirginio/try-rs minor v1.0.0v1.1.1
twpayne/chezmoi patch v2.69.3v2.69.4

Release Notes

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

v2.1.39

Compare Source

What's changed

  • Improved terminal rendering performance
  • Fixed fatal errors being swallowed instead of displayed
  • Fixed process hanging after session close
  • Fixed character loss at terminal screen boundary
  • Fixed blank lines in verbose transcript view
aquaproj/aqua-registry (aquaproj/aqua-registry)

v4.468.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.467.0...v4.468.0

🎉 New Packages

#​48433 rmitchellscott/reManager - Linux, MacOS, and Windows desktop app for managing mods on reMarkable tablets @​TyceHerrman

Security

#​48394 carthage-software/mago: GitHub artifact attestations config @​scop
#​48287 j178/prek: GitHub artifact attestations config @​scop

Fixes

#​48426 atuinsh/atuin: Support windows
#​48407 tuist/tuist: Fix linux asset name @​fortmarek

astral-sh/uv (astral-sh/uv)

v0.10.2

Compare Source

Released on 2026-02-10.

Enhancements
  • Deprecate unexpected ZIP compression methods (#​17946)
Bug fixes
  • Fix cargo-install failing due to missing uv-test dependency (#​17954)
golangci/golangci-lint (golangci/golangci-lint)

v2.9.0

Compare Source

Released on 2026-02-10

  1. Enhancements
    • 🎉 go1.26 support
  2. Linters new features or changes
    • arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)
    • ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)
    • golines: from 0.14.0 to 0.15.0
    • misspell: from 0.7.0 to 0.8.0
    • unqueryvet: from 1.4.0 to 1.5.3 (new options: check-n1, check-sql-injection, check-tx-leaks, allow, custom-rules)
    • wsl: from 5.3.0 to 5.6.0 (new rule: after-block)
  3. Linters bug fixes
    • modernize: from 0.41.0 to 0.42.0
    • prealloc: from 1.0.1 to 1.0.2
    • protogetter: from 0.3.18 to 0.3.20
  4. Misc.
    • Log information about files when configuration verification
    • Emit an error when no linters enabled
    • Do not collect VCS information when loading code
kubernetes/kubectl (kubernetes/kubectl)

v1.35.1

Compare Source

max-sixty/worktrunk (max-sixty/worktrunk)

v0.23.2: 0.23.2

Compare Source

Release Notes

Improved
  • --force flag for wt step copy-ignored: Overwrite existing destination files when copying gitignored files to new worktrees. Closes #​971. (#​974, thanks @​williamgoulois for requesting)
Fixed
  • wt switch pr:NNNN / mr:NNNN fails in repos without fetch refspecs: Same-repo PRs and MRs failed with "No branch named X" in single-branch clones or bare repos because fetch didn't create remote tracking branches, and worktree creation relied on DWIM. Now uses explicit refspecs and -b fallback. (#​965, thanks @​andoniaf)

  • Progressive table garbled when output exceeds terminal height: wt list output was corrupted when more lines than the terminal height, because cursor-up commands tried to reach scrolled-off lines. Now detects overflow and falls back to a clean full-table print. (#​981)

  • Symlink paths resolved to canonical in cd directives: When navigating via symlinks, cd directives wrote canonical paths, silently moving users out of their symlink tree. Now preserves the user's logical path. Fixes #​968. (#​976, thanks @​brooke-hamilton for reporting)

  • Terminal artifacts when cancelling interactive picker: Pressing Esc to cancel the picker left terminal artifacts and a misplaced cursor. Now skim handles cleanup symmetrically for both cancel and accept. (#​984)

Documentation
  • Hook examples: safer port cleanup: Added -sTCP:LISTEN to lsof in hook examples to prevent accidentally killing unrelated processes with connections to the port. (#​952, thanks @​andoniaf)

Install worktrunk 0.23.2

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.23.2/worktrunk-installer.sh | sh && wt config shell install
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.23.2/worktrunk-installer.ps1 | iex"; git-wt config shell install
Install prebuilt binaries via Homebrew
brew install worktrunk && wt config shell install

Download worktrunk 0.23.2

File Platform Checksum
worktrunk-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
worktrunk-x86_64-apple-darwin.tar.xz Intel macOS checksum
worktrunk-x86_64-pc-windows-msvc.zip x64 Windows checksum
worktrunk-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
worktrunk-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Install via Cargo
cargo install worktrunk && wt config shell install
Install via Winget (Windows)
winget install max-sixty.worktrunk && git-wt config shell install
Install via AUR (Arch Linux)
paru worktrunk-bin && wt config shell install
sst/opencode (sst/opencode)

v1.1.57

Compare Source

v1.1.56

Compare Source

Desktop

  • Task tool rendering fixed in app
  • Open apps with executables on Windows (@​neriousy)
  • Don't close sidebar on session change

Thank you to 1 community contributor:

v1.1.55

Compare Source

Core

  • Increase test timeout to 30s to prevent failures during package installation
  • Memory leak fixed in platform fetch for events
  • Show helpful message when free usage limit is exceeded

Desktop

  • Disable terminal transparency

v1.1.54

Compare Source

Core

  • No changes in review pane
  • Fix terminal replay in application
  • Fix workspace reset issues in the app
  • Resolve Homebrew upgrade requiring multiple runs (@​GeneCodeSavvy)
  • Publish session.error event for invalid model selection (@​surma)
  • Create file if it doesn't exist when writing via ACP (@​BryceRyan)
  • Adjust agent variant logic to check if variant is available for model instead of requiring exact match
  • Add new ContextOverflowError type
  • Remove obsolete Copilot model enablement instructions (@​fgonzalezurriola)
  • Enable thinking for all reasoning models on Alibaba Cloud (DashScope) (@​AdJIa)
  • Parse mid-stream OpenAI response errors to prevent infinite retries on unrecoverable errors
  • Revert web input focus shortcut feature (@​gigamonster256)
  • Add web input focus shortcut (@​ChangeHow)
  • Add models.dev schema reference for model autocomplete in opencode.json (@​remorses)
  • Set variant in assistant messages (@​shantur)
  • Add skill discovery from URLs via well-known RFC
  • Clean up orphaned worktree directories (@​maharshi365)
  • Properly encode file URLs with special characters (@​yudgnahk)
  • SessionPrompt.shell() now triggers loop if messages are queued (@​goniz)
  • Use reasoning summary auto for GPT-5 models that are not chat (@​scratchmex)
  • Add specific system prompt for Trinity model (@​mariamjabara)
  • Correct prefix selection for amazon-bedrock provider in getSmallModel (@​NachoFLizaur)
  • Don't rely on metadata.summary in task tool render
  • Handle step-start and step-finish parts in GitHub response text extraction (@​elithrar)
  • Bump @​gitlab/gitlab-ai-provider to 3.5.0 (@​vglafirov)
  • Add directory parameter to plugin client for multi-project support (@​cooooooooooode)
  • Correct /data API usage and data format for importing share URLs (@​yuvrajvirk)
  • Parallelize skill downloads for faster loading in TUI
  • Add skill discovery from URLs via well-known RFC
  • Handle dollar sign character with file pattern in configuration (@​hstove)

TUI

  • Clean up dialog-model.tsx per code review
  • Revert addition of version to session header and status dialog
  • Revert showing connected providers in /connect dialog
  • Use sender color for queued messages in TUI (@​mcostasilva)
  • Revert footer restoration in session view
  • Add Claude Code-style --fork flag to duplicate sessions before continuing (@​ariane-emory)
  • Restore footer to session view (@​ariane-emory)
  • Increase skill dialog width
  • Improve skills dialog readability (@​kynnyhsap)

Desktop

  • Back to platform fetch for now
  • Include basic authentication in app
  • Fixed global event default fetch behavior in app
  • Fixed memory leak in event fetch operation
  • Don't dispose instance after reset workspace
  • Based on the commit message "fix(app): regressions" without access to the actual changes, I can only provide a generic summary:

Fix regressions in the app

  • Use agent configured variant in app
  • Persist defensiveness in app
  • Add redo and undo end-to-end test (@​neriousy)
  • Use absolute paths for sidebar session navigation (@​riftzen-bit)
  • New session in workspace now correctly uses the selected workspace
  • Add Cmd+[/] keybinds for session history navigation (@​kitlangton)
  • Correct module name for linux_display in main.rs (@​Hona)
  • Set maximum widths in app
  • Incorrect workspace on new session
  • Update tab file contents on change
  • Polish Open in icon treatment
  • Add fallback for when crypto.randomUUID is unavailable
  • Allow creating sessions on touch devices (@​kitlangton)
  • Add native Wayland toggle on Linux desktop (@​IsraelAraujo70)
  • Include sandboxes in project unseen message and error notifications (@​Brendonovich)
  • Persist current sidecar URL in state when isSidecar prop is true (@​OpeOginni)
  • Track current sidecar URL in desktop application (@​Brendonovich)
  • Exclude devtools from production builds (@​sneycampos)
  • Add isSidecar prop to AppInterface and persist sidecar server URLs (@​OpeOginni)
  • Localize "close tab" in command palette (@​alexyaroshuk)
  • Improve workspace header truncation and item interaction (@​kitlangton)
  • Add default clipboard copy affordance to TextField component (@​kitlangton)
  • Fix stale context in prompt input
  • Tighten slash command autocomplete matching (@​kitlangton)
  • Display toast notification when session is missing on prompt submit (@​DNGriffin)
  • Add native clipboard image paste and fix text paste in desktop app (@​invarrow)
  • Respect terminal toggle keybind when terminal is focused (@​ryanmiville)
  • Keep /share available to copy existing link (@​kitlangton)
  • Disable 3 Safari prompt-input annoyances (@​DNGriffin)
  • Add drag-and-drop support for @​mentioning files in the app (@​DNGriffin)
  • Handle Windows paths in frontend file URL encoding (@​yudgnahk)
  • Move workspace New session button into header (@​kitlangton)
  • Toggle file tree and review panel with improved UX (@​ProdigyRahul)
  • Allow agent select to use full width on Windows (@​abdiths)
  • Keep startup script field scrollable in edit project dialog (@​itskritix)
  • Fix terminal replay issues in app
  • Added macOS support for displaying only installed editors and added Sublime Text editor (@​OpeOginni)
  • Remove extra error page and use default error boundary
  • Add loading window and restructure Rust desktop code (@​Brendonovich)
  • Hide 'open in app' button on narrow viewports
  • Update server removal logic to clear default server URL if removed (@​OpeOginni)
  • Display session last updated time in command palette search (@​alexyaroshuk)
  • Add Windows File Explorer icon for session header (@​maharshi365)
  • Support desktop titlebar double-click maximize (@​crob19)
  • Add keyboard accelerators to menu items (@​Brendonovich)
  • Add more basic menu bar items to desktop application (@​Brendonovich)
  • Always show project menu button on mobile for accessibility (@​DNGriffin)
  • Maximize main window by default (@​Brendonovich)

Thank you to 44 community contributors:

tassiovirginio/try-rs (tassiovirginio/try-rs)

v1.1.1

Compare Source

Full Changelog: tassiovirginio/try-rs@v1.0.1...v1.1.1

v1.0.1

Compare Source

What's Changed

Full Changelog: tassiovirginio/try-rs@v1.0.0...v1.0.1

twpayne/chezmoi (twpayne/chezmoi)

v2.69.4

Compare Source

Changelog

Features
  • 60df04e feat: Prefer PowerShell Core (pwsh) for .ps1 scripts
Documentation
  • a85dc2f docs: Improve Reddit search query for chezmoi
  • 74eae43 docs: Link chattr reference with attributes
  • 5d022c4 docs: Make no-LLM contribution policy clearer
  • 9f3c74f docs: Add link to article
  • b652f44 docs: Add link to video
  • 2d1c6af docs: Add links to articles
  • b0f5578 docs: Add link to article

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 February 11, 2026 13:09
@renovate renovate bot enabled auto-merge (squash) February 11, 2026 13:09
@renovate renovate bot force-pushed the renovate/aqua-packages branch from ca0c363 to 4f2529f Compare February 11, 2026 14:34
@renovate renovate bot merged commit 7ffcaac into main Feb 11, 2026
5 checks passed
@renovate renovate bot deleted the renovate/aqua-packages branch February 11, 2026 14:38
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