Skip to content

chore(deps): update ⬆️ mise-packages - #933

Merged
renovate[bot] merged 2 commits into
mainfrom
renovate/mise-packages
Jun 15, 2026
Merged

chore(deps): update ⬆️ mise-packages#933
renovate[bot] merged 2 commits into
mainfrom
renovate/mise-packages

Conversation

@renovate

@renovate renovate Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change Pending Age Adoption Passing Confidence
aqua:alexpasmantier/television patch 0.15.70.15.8 0.15.9 age adoption passing confidence
aqua:anthropics/claude-code patch 2.1.1682.1.172 2.1.177 (+4) age adoption passing confidence
aqua:aquasecurity/trivy patch 0.71.00.71.1 age adoption passing confidence
aqua:astral-sh/uv patch 0.11.190.11.20 0.11.21 age adoption passing confidence
aqua:casey/just minor 1.51.01.52.0 age adoption passing confidence
aqua:cli/cli minor 2.93.02.94.0 age adoption passing confidence
aqua:dagger/dagger patch 0.21.40.21.5 0.21.6 age adoption passing confidence
aqua:neovim/neovim patch 0.12.20.12.3 age adoption passing confidence
aqua:siderolabs/talos patch 1.13.31.13.4 age adoption passing confidence
aqua:spacelift-io/spacectl minor 1.21.61.22.0 age adoption passing confidence
aqua:sst/opencode minor 1.16.21.17.3 1.17.7 (+3) age adoption passing confidence
aqua:suzuki-shunsuke/ghtkn patch 0.2.40.2.5 age adoption passing confidence
aqua:suzuki-shunsuke/pinact minor 4.0.04.1.0 age adoption passing confidence
aqua:vercel-labs/agent-browser patch 0.27.10.27.2 0.27.3 age adoption passing confidence
github:aquaproj/aqua minor v2.59.1v2.60.0 age adoption passing confidence
github:janosmiko/lfk minor v0.13.8v0.14.3 v0.14.7 (+3) age adoption passing confidence
github:max-sixty/worktrunk minor v0.56.0v0.57.0 v0.58.0 age adoption passing confidence
github:modem-dev/hunk minor v0.14.1v0.15.1 v0.15.3 (+1) age adoption passing confidence
npm:prettier (source) patch 3.8.33.8.4 age adoption passing confidence
npm:socket patch 1.1.1171.1.119 age adoption passing confidence
pipx:pip-audit patch 2.10.02.10.1 age adoption passing confidence
usage minor 3.4.03.5.0 age adoption passing confidence

Release Notes

alexpasmantier/television (aqua:alexpasmantier/television)

v0.15.8

Compare Source

🐛 Bug Fixes
⚡ Performance
⚙️ Miscellaneous Tasks
New Contributors

Full Changelog: alexpasmantier/television@0.15.8...0.15.9

anthropics/claude-code (aqua:anthropics/claude-code)

v2.1.172

Compare Source

  • Sub-agents can now spawn their own sub-agents (up to 5 levels deep)
  • Amazon Bedrock now reads the AWS region from ~/.aws config files when AWS_REGION isn't set, matching AWS SDK precedence; /status shows where the region came from
  • Added a search bar when browsing a marketplace's plugins in /plugin
  • Added model attribute to the claude_code.lines_of_code.count OTEL metric
  • Fixed sessions using 1M context without usage credits getting permanently stuck — the session now automatically compacts back under the standard context limit
  • Fixed a repeating "an image in the conversation could not be processed and was removed" error when the conversation contained multiple images
  • Fixed the agents view keeping a session under Working with a busy spinner for up to 30 seconds after the worker replied
  • Fixed background agents potentially reading another directory's project settings (.mcp.json approvals, trust) when dispatched onto a pre-warmed worker
  • Fixed background-session attach failing with EAUTH for sessions started on an older version after the daemon auto-updated
  • Fixed a background sub-agent staying stuck as "active" in the agent panel after a nested agent it spawned was stopped
  • Fixed /model suggestions in the claude agents dispatch input rendering with a misleading slash prefix and showing models disabled for your org
  • Fixed availableModels restrictions not being applied to subagent model overrides, the agent dispatch model picker, and the advisor model
  • Fixed availableModels allowlists hiding the /model picker's Opus and Sonnet 1M rows when entries use version-specific IDs like claude-opus-4-8
  • Fixed the /model picker on Bedrock offering models the provider doesn't serve — selecting one silently switched the session model and lit the selection marker on multiple rows
  • Fixed model IDs getting a doubled 1M-context suffix (e.g. [1M][1m]) when ANTHROPIC_DEFAULT_OPUS_MODEL already includes one
  • Fixed opusplan model setting not shipping with 1M context in plan mode for entitled users; the opusplan[1m] workaround now also correctly switches to Opus in plan mode
  • Fixed WebFetch(domain:*.example.com) wildcard domain rules never matching subdomains in allow, deny, and ask position, and file permission rules with mid-pattern wildcards (e.g. Read(secrets-*/config.json)) being rejected at startup
  • Fixed up-arrow prompt history showing the main agent's prompts while a subagent's chat tab is open
  • Fixed memory recall not finding mounted team memory stores (CLAUDE_MEMORY_STORES) in remote sessions
  • Fixed workflow validation rejecting scripts whose prompt strings or comments merely mention Date.now()/Math.random()
  • Disable mouse tracking on Windows consoles that don't fully support it
  • Fixed the /plugin marketplace list losing its cursor after backing out of a long plugin list, and Esc from the plugin browser returning to the wrong tab
  • Improved performance in long conversations by removing redundant message normalization and avoiding full message-history transforms when streaming tool-use state is unchanged
  • Reduced idle CPU usage: /goal status chip no longer re-renders the terminal at 5 Hz while idle, and fewer UI re-renders while subagents run in parallel
  • Improved Claude in Chrome tool loading: browser tools now load in a single batched call instead of one per tool
  • Improved the non-interactive Usage Policy refusal message to suggest starting a new session or changing your model
  • /code-review now keeps the ultra option visible when you're not signed in to claude.ai, with an explanation that the cloud review requires a claude.ai account
  • Shortened the Remote Control footer indicator to "/rc active" and hid it on narrow terminals
  • Stopped promoting /loop in remote sessions, where pending loops don't keep the container alive
  • [VSCode] Fixed PowerShell tool calls rendering as raw JSON instead of a proper command display and permission dialog, and stripped ANSI escape codes from displayed shell output

v2.1.170

Compare Source

  • Introducing Claude Fable 5: a Mythos-class model that we’ve made safe for general use. Fable’s capabilities exceed those of any model we’ve ever made generally available. Update to version 2.1.170 for access. https://www.anthropic.com/news/claude-fable-5-mythos-5
  • Fixed sessions not saving transcripts (and not appearing in --resume) when launched from the VS Code integrated terminal or any shell that inherited Claude Code environment variables.

v2.1.169

Compare Source

  • Self-hosted runner: added a post-session lifecycle hook that runs after the session ends and before the workspace is deleted, so you can snapshot uncommitted work or export logs; also made the child-process SIGTERM→SIGKILL window configurable (default unchanged at 5s)
  • Added --safe-mode flag (and CLAUDE_CODE_SAFE_MODE) to start Claude Code with all customizations (CLAUDE.md, plugins, skills, hooks, MCP servers) disabled for troubleshooting
  • Added /cd command to move a session to a new working directory without breaking the prompt cache mid-session
  • Added a disableBundledSkills setting and CLAUDE_CODE_DISABLE_BUNDLED_SKILLS environment variable to hide bundled skills, workflows, and built-in slash commands from the model
  • Fixed Up/Down arrows jumping to command history past the wrapped rows of a long input line — they now move through each visual row first, and history recall enters at the near edge
  • Fixed enterprise managed MCP policies (allowedMcpServers/deniedMcpServers) not being enforced on reconnect, IDE-typed configs, --mcp-config servers during the first session after install, or before remote settings loaded; also fixed slow cold starts for orgs without remote settings
  • Fixed a ~30-50ms UI stall at the start of each turn for macOS users logged in with claude.ai credentials
  • Fixed claude -p being slow or appearing to hang on Windows while waiting for the slash-command/skill scan (regression in 2.1.161)
  • Fixed Remote Control getting stuck on "reconnecting" after resuming a session when an OAuth token refresh happened at the same time
  • Fixed Git Credential Manager's "Connect to GitHub" popup appearing on Windows at startup when background git commands ran without cached credentials
  • Fixed footer hints (e.g. "esc to interrupt") not showing for users with a custom statusline
  • Fixed stale permission and dialog prompts reappearing every time you reattached to a remote session whose worker had died while waiting on them
  • Fixed claude agents --json omitting blocked and just-dispatched background sessions; added --all to include completed sessions, plus new id and state fields
  • Fixed agents view leaving a stale/garbled frame after navigating back from an agent on WSL in Windows Terminal
  • Fixed background agents ignoring project-level settings env values (e.g. ANTHROPIC_MODEL) when dispatched onto a pre-warmed worker
  • Fixed MCPB plugin cache being spuriously invalidated on Windows, causing unnecessary re-extraction
  • Fixed plugin .in_use PID lock files accumulating without bound; stale markers from crashed sessions are now swept once per day
  • Fixed untrusted project settings being able to set OTEL client-certificate paths without trust confirmation
  • /workflows now opens immediately even while a turn is in progress
  • Improved TaskCreate reliability: malformed inputs are repaired automatically and validation errors for unloaded tools include the schema
  • Improved the error message shown when your organization has disabled API key authentication, with guidance based on where the active API key comes from
  • Reduced CPU usage while responses stream and during spinner animations
  • Restored a default 5-minute idle timeout on Vertex/Foundry so a stalled stream aborts instead of hanging indefinitely; set API_FORCE_IDLE_TIMEOUT=0 to opt out
  • Remote-managed settings with an invalid entry now apply their remaining valid policies and surface the validation error, instead of silently dropping the whole payload
  • Background sessions now preserve --ide, --chrome, --bare, --remote-control, and other flags across retire→wake, and respawn state validation was hardened
  • Background sessions are now told that shared-checkout edits are blocked until they enter a worktree, avoiding a wasted rejected edit before EnterWorktree
  • The "CLAUDE.md is too long" warning threshold now scales with the model's context window
  • Auto-updater on Windows now stops retrying within a session once claude.exe is held by another process
  • Improved color contrast for skill tags in the slash-command menu
  • Promo credit claims for Apple/Google-billed subscribers without a payment method now explain where to add one
  • Added a tip suggesting claude agents when running multiple concurrent sessions
aquasecurity/trivy (aqua:aquasecurity/trivy)

v0.71.1

Compare Source

astral-sh/uv (aqua:astral-sh/uv)

v0.11.20

Compare Source

Released on 2026-06-10.

Enhancements
  • Add --emit-index-url and --emit-find-links to uv export (#​18370)
  • Add --find-links support for uv pip list (#​16103)
  • Group executable install errors during uv python install (#​19691)
  • Use ICF in macOS release builds to reduce binary sizes (#​19615)
Preview features
  • Add initial hidden uv upgrade command (#​19678)
  • Reject Git revisions in uv upgrade (#​19742)
Configuration
  • Recognize UV_NO_INSTALL_PROJECT, UV_NO_INSTALL_WORKSPACE, UV_NO_INSTALL_LOCAL (#​19323)
Performance
  • Speed up discovery of large workspaces (#​18311)
Bug fixes
  • Allow unknown preview flags with a warning again (#​19669)
  • Apply dependency exclusions to direct requirements (#​19699)
  • Avoid following external symlinks during cache clean (#​19682)
  • Avoid following symlinks during cache prune (#​19543)
  • Fix Git cache keys for worktrees and packed refs (#​19706)
  • Make resolver error handling iterative to avoid stack overflows (#​19695)
  • Pass VIRTUAL_ENV through cygpath inside fish on Windows (#​19703)
  • Rebuild explicit local directory tool installs (#​19591)
  • Validate egg top-level entries as identifiers (#​19679)
Documentation
  • Document --find-links caching behavior (#​19585)
  • Add a small section for malware checks (#​19680)
casey/just (aqua:casey/just)

v1.52.0

Compare Source

Added
Changed
  • Disable aliases that depend on absent modules (#​3358 by casey)
  • Print formatted justfile to stdout when source is stdin (#​3356 by casey)
  • Allow search directory with more subcommands (#​3353 by casey)
  • Disable recipes that depend on absent modules (#​3352 by casey)
Misc
cli/cli (aqua:cli/cli)

v2.94.0: GitHub CLI 2.94.0

Compare Source

Issue types, sub-issues, and relationships in gh issue

issue-view-monas-cafe-with-frame

This release brings GitHub's advanced issue features to gh issue create, edit, view, and list. You can set and view an issue's type, organize work with sub-issues, and track blocked-by and blocking relationships without leaving the command line:

# Set an issue's type
gh issue create --type Bug
gh issue edit 123 --type Bug

# Organize work with sub-issues
gh issue create --parent 100
gh issue edit 100 --add-sub-issue 123

# Track blocked-by and blocking relationships
gh issue create --blocked-by 200
gh issue edit 123 --add-blocking 300

Issue types and sub-issues are available on GitHub.com and GHES 3.17+; relationships require GHES 3.19+.

Manage discussions with gh discussion

discussion-view-monas-cafe-with-frame

This release introduces the discussion command set for working with GitHub Discussions in gh:

# List discussions
gh discussion list

# View a discussion, its comments, or replies to a comment
gh discussion view 123 --comments

# Create a discussion
gh discussion create

# Edit a discussion
gh discussion edit 123

# Comment on a discussion
gh discussion comment 123

# Reply to a comment using its URL
gh discussion comment <url>

Run gh discussion --help for more information.

[!NOTE]
The discussion command set is in preview and is subject to change without notice.

Equip your agents with new gh features

Teach your agents how to leverage new GitHub CLI features on release day by installing the gh skill:

# Install
gh skill install cli/cli gh --scope user

# Or update
gh skill update gh

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

Full Changelog: cli/cli@v2.93.0...v2.94.0

dagger/dagger (aqua:dagger/dagger)

v0.21.5

Compare Source

Added
Changed
Fixed
What to do next?
neovim/neovim (aqua:neovim/neovim)

v0.12.3: Nvim 0.12.3

Compare Source

NVIM v0.12.3
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 vcruntime*.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
siderolabs/talos (aqua:siderolabs/talos)

v1.13.4

Compare Source

Talos 1.13.4 (2026-06-09)

Welcome to the v1.13.4 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

Component Updates

Linux: 6.18.34
etcd: v2.6.12
Flannel: v0.28.5

Talos is built with Go 1.26.4.

Contributors
  • Andrey Smirnov
  • Noel Georgi
  • Mateusz Urbanek
  • Orzelius
  • Erwan Leboucher
  • Jonny
  • Rokoucha
  • appkins
Changes
17 commits

Changes from siderolabs/go-kubernetes
1 commit

Changes from siderolabs/pkgs
5 commits

Changes from siderolabs/tools
2 commits

Dependency Changes
  • github.com/siderolabs/go-kubernetes v0.2.37 -> v0.2.38
  • github.com/siderolabs/pkgs v1.13.0-23-g8c18616 -> v1.13.0-28-g54ec9fc
  • github.com/siderolabs/talos/pkg/machinery v1.13.3 -> v1.13.4
  • github.com/siderolabs/tools v1.13.0-2-g1fb762a -> v1.13.0-4-ga06bb31
  • go.etcd.io/etcd/api/v3 v3.6.11 -> v3.6.12
  • go.etcd.io/etcd/client/pkg/v3 v3.6.11 -> v3.6.12
  • go.etcd.io/etcd/client/v3 v3.6.11 -> v3.6.12
  • go.etcd.io/etcd/etcdutl/v3 v3.6.11 -> v3.6.12

Previous release can be found at v1.13.3

Images

ghcr.io/siderolabs/flannel:v0.28.5
registry.k8s.io/coredns/coredns:v1.14.2
registry.k8s.io/etcd:v3.6.12
registry.k8s.io/pause:3.10.1
registry.k8s.io/kube-apiserver:v1.36.1
registry.k8s.io/kube-controller-manager:v1.36.1
registry.k8s.io/kube-scheduler:v1.36.1
registry.k8s.io/kube-proxy:v1.36.1
ghcr.io/siderolabs/kubelet:v1.36.1
registry.k8s.io/networking/kube-network-policies:v1.0.0
ghcr.io/siderolabs/installer:v1.13.4
ghcr.io/siderolabs/installer-base:v1.13.4
ghcr.io/siderolabs/imager:v1.13.4
ghcr.io/siderolabs/talos:v1.13.4
ghcr.io/siderolabs/talosctl-all:v1.13.4
ghcr.io/siderolabs/overlays:v1.13.4
ghcr.io/siderolabs/extensions:v1.13.4
spacelift-io/spacectl (aqua:spacelift-io/spacectl)

v1.22.0

Compare Source

What's Changed

Full Changelog: spacelift-io/spacectl@v1.21.6...v1.22.0

Artifacts

Binaries

The binaries are available at the bottom of this release.

Docker images

The following multi-arch (amd64 and arm64) Docker images have been published:

  • ghcr.io/spacelift-io/spacectl:latest
  • ghcr.io/spacelift-io/spacectl:1.22.0
sst/opencode (aqua:sst/opencode)

v1.17.3

Compare Source

Fixed issue with 1.17.2 desktop crashing

v1.17.2

Compare Source

Core

Bugfixes
  • Recover from expired remote config auth by prompting you to log in again instead of failing to load config (@​Ayushlm10)
  • Let subagents use their own configured permissions again

Desktop

Bugfixes
  • Restore Linux launcher and icon identity so pinned apps keep opening correctly (@​neriousy)
  • Restore the device attachment picker (@​rexdotsh)

Thank you to 3 community contributors:

v1.17.1

Compare Source

Core

Improvements
  • References can include usage descriptions for agents, show up in the new docs, and be hidden from @ autocomplete when needed.
Bugfixes
  • Deprecated reference config entries continue to load under the newer references config key.
  • MCP prompt and resource requests now respect configured server timeouts.
  • Anthropic fallback responses are handled correctly again.
  • MCP servers that fail during client setup now fail cleanly instead of leaving a broken connection behind.

Desktop

Improvements
  • The new desktop session flow now has a dedicated /new-session route with draft tabs that keep your prompt and project selection together until you start the session.
Bugfixes
  • Restored macOS auto-updates.

v1.17.0

Compare Source

Core

Improvements
  • Faster file search across large projects with the new fff-backed search tools. (@​dmtrKovalenko)
  • Added X-Session-Id headers for proxy setups that need sticky routing. (@​songchaow)
  • Added Cohere North model support.
  • Added reasoning as an interleaved field option for vLLM providers. (@​delta9000)
  • mcp add now works in non-interactive flows.
  • auth logout now supports search when choosing an account.
Bugfixes
  • Improved MCP connection status messages so failures are easier to act on.
  • Added Claude Fable reasoning support.
  • MCP tool calls now receive abort signals, so cancellations stop more reliably.
  • MCP catalogs now paginate correctly instead of truncating larger lists.
  • OpenRouter reasoning variants now generate for all models. (@​AnthonyMLau)
  • Added MiniMax M3 thinking toggle support.
  • Java multi-module Maven workspaces now resolve JDTLS from the topmost pom.xml. (@​areyouok)
  • MCP servers now respect advertised capabilities.
  • Session lists now respect directory filters in workspace setups. (@​rexdotsh)
  • Sessions can recover once from provider context-overflow errors instead of failing immediately.
  • Bedrock Mantle config now honors configured API key and region settings.

TUI

Improvements
  • The session move flow now highlights project copies more clearly and keeps the current location selected.
  • Project copies can now be deleted directly from the move dialog.
Bugfixes
  • New project copies are now bootstrapped before the TUI switches into them.
  • Moving a session now injects a reminder about the new working directory.

Desktop

Improvements
  • Added a help button to the tabs bar.
  • Prompt drafts are preserved while you switch tabs.
  • File attachments now open in the active project.
  • App updates now stay responsive and persist across restarts.
  • Added WSL-backed Desktop support and WSL server management on Windows.
  • Improved the sessions list UI. (@​arvsrn)
  • Improved the servers UI. (@​arvsrn)
Bugfixes
  • Updated Electron and fixed related panel layout issues.
  • Fixed several WSL Desktop bugs. (@​neriousy)
  • Hidden agents no longer get cycled accidentally.
  • MCP status now refreshes when the active directory changes.
  • The Home screen now keeps a larger recent-session list with scrolling.

SDK

Improvements
  • Large v2 tool outputs are now bounded and expose retained output paths for follow-up inspection.

Thank you to 11 community contributors:

suzuki-shunsuke/ghtkn (aqua:suzuki-shunsuke/ghtkn)

v0.2.5

Compare Source

⚠️ Update tools using ghtkn Go SDK

If you enable new features of this release, you should

Note

PR body was truncated to here.

@renovate
renovate Bot requested a review from scottames as a code owner June 12, 2026 10:15
@renovate
renovate Bot enabled auto-merge (squash) June 12, 2026 10:15
@renovate
renovate Bot force-pushed the renovate/mise-packages branch 2 times, most recently from 44d43dc to bcb7d81 Compare June 14, 2026 14:03
@renovate
renovate Bot force-pushed the renovate/mise-packages branch from d33e614 to a088d9c Compare June 15, 2026 02:57
@renovate
renovate Bot merged commit 39d566b into main Jun 15, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/mise-packages branch June 15, 2026 03:01
scottames pushed a commit that referenced this pull request Jun 23, 2026
🤖 I have created a release *beep* *boop*
---


## [0.47.0](v0.46.0...v0.47.0)
(2026-06-23)


### Updates & Misc Chores

* **deps:** lock file maintenance
([#934](#934))
([480a323](480a323))
* **deps:** lock file maintenance
([#944](#944))
([ecd0611](ecd0611))
* **deps:** lock file maintenance ⬆️ mise-packages
([#936](#936))
([4e91cb5](4e91cb5))
* **deps:** update ⬆️ aqua-packages
([#920](#920))
([cdc3cab](cdc3cab))
* **deps:** update ⬆️ aqua-packages
([#942](#942))
([aae9b2d](aae9b2d))
* **deps:** update ⬆️ aqua-packages to v4.520.0
([#924](#924))
([f56cfc8](f56cfc8))
* **deps:** update ⬆️ aqua-packages to v4.520.1
([#925](#925))
([1f7eb02](1f7eb02))
* **deps:** update ⬆️ container digests
([#919](#919))
([d241f14](d241f14))
* **deps:** update ⬆️ dagger to v0.21.3
([#921](#921))
([deb7722](deb7722))
* **deps:** update ⬆️ dagger to v0.21.4
([#930](#930))
([fb8c104](fb8c104))
* **deps:** update ⬆️ dagger to v0.21.6
([#941](#941))
([7dd8b50](7dd8b50))
* **deps:** update ⬆️ mise-packages
([#917](#917))
([ef28dfc](ef28dfc))
* **deps:** update ⬆️ mise-packages
([#926](#926))
([39cea80](39cea80))
* **deps:** update ⬆️ mise-packages
([#928](#928))
([fd1f171](fd1f171))
* **deps:** update ⬆️ mise-packages
([#933](#933))
([39d566b](39d566b))
* **deps:** update ⬆️ mise-packages
([#937](#937))
([66f8a50](66f8a50))
* **deps:** update ⬆️ mise-packages
([#939](#939))
([14c1b76](14c1b76))
* **deps:** update ⬆️ mise-packages
([#943](#943))
([9885419](9885419))
* **deps:** update ⬆️ mise-packages
([#945](#945))
([a977547](a977547))
* **deps:** update ⬆️ mise-packages
([#946](#946))
([04963b3](04963b3))
* **deps:** update ⬆️ mise-packages to v2.1.167
([#927](#927))
([a3c34db](a3c34db))
* **deps:** update ⬆️ mise-packages to v2.1.173
([#935](#935))
([f00499e](f00499e))
* **deps:** update busybox docker tag to v1.38.0
([#922](#922))
([17183b0](17183b0))
* **deps:** update dependency gabm/satty to v0.21.1
([#931](#931))
([7937647](7937647))
* **deps:** update github-actions
([#932](#932))
([4274b39](4274b39))
* **deps:** update github-actions to v1.0.5
([#923](#923))
([0fb5abf](0fb5abf))
* **fish/herdr:** abbr
([51defbc](51defbc))
* **mise:** bump herdr 0.6.10
([143e560](143e560))
* **mise:** rm tenv for now - use in specific projects
([aa2d09e](aa2d09e))
* **niri:** ignore focus for Akiflow
([b9d8848](b9d8848))
* **nvim:** disable copilot lsp when not in use
([c7003ea](c7003ea))
* **nvim:** disable precognition
([fa5b3c1](fa5b3c1))
* **nvim:** lazy updates
([d17812a](d17812a))
* **nvim:** lazyvim updates
([afc2bd5](afc2bd5))
* **opencode:** herdr skill allow
([214a427](214a427))
* upgrade trunk ([#918](#918))
([6707f7f](6707f7f))
* upgrade trunk ([#929](#929))
([e8bf723](e8bf723))
* upgrade trunk ([#940](#940))
([8e16875](8e16875))


### Documentation

* **agents:** clarify worktree layout guidance
([86b8150](86b8150))


### Features

* add herdr
([e51f54e](e51f54e))
* **agents:** add ponytail
([a67eedb](a67eedb))
* **fish/herdr:** add workspace abbrs
([7579c8f](7579c8f))
* **fish:** extend project_label +subtitutions
([a70fc16](a70fc16))
* **git:** add layout-aware project labels
([70c2397](70c2397))
* **git:** support normal worktree clone layout
([4d6bbc9](4d6bbc9))
* **herdr:** add worktrunk / worktree helpers
([d9d8ff8](d9d8ff8))
* **herdr:** config
([d2a0633](d2a0633))
* **nono:** opencode-local - additional permissions
([c9ac773](c9ac773))
* **wt:** run trunk to initiate tools (avoid bug)
([57394c6](57394c6))


### Bug Fixes

* **agents/opencode:** symlink agents
([2927595](2927595))
* **aqua:** rm stale entries, force mise use
([c927d63](c927d63))
* **fish/herdr:** respect label on restore
([7dfea09](7dfea09))
* **gh:** attempt in ensuring the use of our wrapper
([c540930](c540930))
* **git:** harden local hook chaining
([e13a5aa](e13a5aa))
* **herdr:** worktree open, use project_label
([6be9dd2](6be9dd2))
* **nono/opencode:** additional permissions
([b878aa5](b878aa5))
* **nono/opencode:** allow prettierc
([ab203cd](ab203cd))
* **nono/opencode:** deprecated overridedeny
([5a052c9](5a052c9))
* **nono/opencode:** git commit signing permission
([c83e852](c83e852))
* **opencode/nono:** permissions
([4c31fe9](4c31fe9))
* **opencode:** perms missing wildcard
([d848d40](d848d40))
* **opencode:** skill perm covers non-config root
([c764871](c764871))
* **opencode:** skill perms
([bb9fbe1](bb9fbe1))
* **renovate:** avoid mise lockfile races
([bf78481](bf78481))


### Code Refactoring

* **chezmoi/git:** move clones to non-bare worktree
([666e468](666e468))
* **nono:** cleanup wrappers
([74a8574](74a8574))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
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