Commit 073b1d8
chore(deps): update ⬆️ mise-packages (#971)
This PR contains the following updates:
| Package | Update | Change | Pending |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Adoption](https://docs.renovatebot.com/merge-confidence/) |
[Passing](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|---|---|
|
[aqua:anthropics/claude-code](https://redirect.github.com/anthropics/claude-code)
| patch | `2.1.195` → `2.1.197` | `2.1.201` (+3) |

|

|

|

|
|
[aqua:aquasecurity/trivy](https://redirect.github.com/aquasecurity/trivy)
| minor | `0.71.2` → `0.72.0` | |

|

|

|

|
| [aqua:astral-sh/uv](https://redirect.github.com/astral-sh/uv) | patch
| `0.11.25` → `0.11.26` | |

|

|

|

|
| [aqua:casey/just](https://redirect.github.com/casey/just) | minor |
`1.54.0` → `1.55.1` | |

|

|

|

|
| [aqua:crate-ci/typos](https://redirect.github.com/crate-ci/typos) |
minor | `1.47.2` → `1.48.0` | |

|

|

|

|
| [aqua:sst/opencode](https://redirect.github.com/sst/opencode) | patch
| `1.17.11` → `1.17.12` | `1.17.13` |

|

|

|

|
|
[aqua:suzuki-shunsuke/ghtkn](https://redirect.github.com/suzuki-shunsuke/ghtkn)
| patch | `0.3.1` → `0.3.3` | |

|

|

|

|
|
[github:max-sixty/worktrunk](https://redirect.github.com/max-sixty/worktrunk)
| minor | `v0.63.0` → `v0.64.0` | `v0.65.0` |

|

|

|

|
| [npm:socket](https://redirect.github.com/SocketDev/socket-cli) | patch
| `1.1.131` → `1.1.135` | `1.1.137` (+1) |

|

|

|

|
| [pipx:ansible-lint](https://redirect.github.com/ansible/ansible-lint)
([changelog](https://redirect.github.com/ansible/ansible-lint/releases))
| minor | `26.4.0` → `26.6.0` | |

|

|

|

|
| [rust](https://redirect.github.com/rust-lang/rust) | patch | `1.96.0`
→ `1.96.1` | |

|

|

|

|
---
### Release Notes
<details>
<summary>anthropics/claude-code (aqua:anthropics/claude-code)</summary>
###
[`v2.1.197`](https://redirect.github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21197)
[Compare
Source](https://redirect.github.com/anthropics/claude-code/compare/v2.1.196...v2.1.197)
- Introducing Claude Sonnet 5: now the default model in Claude Code,
with a native 1M-token context window and promotional pricing of $2/$10
per Mtok through August 31. Update to version 2.1.197 for access.
<https://www.anthropic.com/news/claude-sonnet-5>
###
[`v2.1.196`](https://redirect.github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21196)
[Compare
Source](https://redirect.github.com/anthropics/claude-code/compare/v2.1.195...v2.1.196)
- Added support for organization default models — admins set it in the
org console; it shows as "Org default" (or "Role default") in `/model`
when you haven't picked one yourself
- Added readable default names for sessions at start, making them easier
to identify and message
- Added clickable file attachments in chat — Cmd/Ctrl-click reveals the
file in Finder/Explorer
- Security: `claude mcp list`/`get` no longer spawn `.mcp.json` servers
that a repo self-approved via a committed `.claude/settings.json`;
untrusted workspaces show `⏸ Pending approval`
- Fixed waking a background job permanently deleting its conversation
and re-running the original prompt when the transcript probe misread a
real transcript; the file is now set aside, never deleted
- Fixed the rate-limit warning flickering off and rate-limit telemetry
being over-counted when multiple parallel requests were in flight at the
moment a usage limit was hit
- Fixed duplicate recap lines after a background session's turn: a
schema-rejected StructuredOutput attempt no longer renders alongside its
retry
- Fixed PowerShell `git diff`/`git grep`, `egrep`/`fgrep`, and quoted
search patterns containing `|` being reported as failures when they exit
1, matching Bash behavior
- Fixed multiple `claude agents` side panel issues: keyboard focus
getting stuck when opening an agent, background jobs losing their
subagent types on every open, and sessions showing incorrect status
while actively running
- Fixed `claude agents --dangerously-skip-permissions` silently falling
back to auto mode instead of showing the bypass disclaimer and applying
bypass mode to spawned agents
- Fixed mid-turn crash recovery for Remote sessions — sessions
interrupted by a server restart now auto-resume on the next worker
- Fixed sessions moved with `/cd` reappearing in the old directory's
resume list after a non-graceful exit when the old path contained
special characters
- Fixed `claude plugin validate` skipping local plugins whose source is
"." and stopping after the first error class
- Fixed Esc Esc at an idle prompt not opening the rewind menu
(regression); use Ctrl+C or Ctrl+X Ctrl+K to stop background agents
- Fixed MCP OAuth requesting the authorization server's full
`scopes_supported` catalog when no scope is specified, causing
`invalid_scope` failures on GitLab self-hosted and other enterprise IdPs
- Fixed `/context` showing 0 tokens for all tool groups on Bedrock
- Fixed `/deep-research` misreporting verifier failures as "all claims
refuted" instead of `unverified`
- Fixed plugin dependency version pins not being honored when the
marketplace was added as a local folder path backed by a git repo
- Fixed `claude agents` session status: completed rows no longer flip
between "Done" and "Needs your input", stalled agents are now labeled
"Needs attention", and results that mention a PR show a clickable link
- Fixed voice dictation swallowing spaces and spuriously starting a
recording during very fast typing when voice mode is enabled
- Improved background session reliability: long-running commands and
workflows now survive the session's process being stopped, restarted, or
updated — including on Windows, where background shells are handed off
instead of being killed
- Improved background agents: workers killed by a daemon restart are now
automatically resumed from where they left off the next time the agents
view opens
- Improved `/code-review` workflow: merged five cleanup finders into
one, cutting token usage by roughly 25%
- Reduced per-frame rendering work in the terminal UI by skipping no-op
subtree walks during streaming
- The streaming idle watchdog is now on by default for all providers —
it aborts and retries when a response stream produces no events for 5
minutes. Set `CLAUDE_ENABLE_STREAM_WATCHDOG=0` to disable.
- Remote Control is now disabled when `ANTHROPIC_BASE_URL` points at a
non-Anthropic host, matching the existing behavior under
`CLAUDE_CODE_USE_BEDROCK`/`_VERTEX`/`_FOUNDRY`
- Changed opening the agents view from a foreground session to require a
single `←` press instead of two, matching the behavior in background
sessions
</details>
<details>
<summary>aquasecurity/trivy (aqua:aquasecurity/trivy)</summary>
###
[`v0.72.0`](https://redirect.github.com/aquasecurity/trivy/releases/tag/v0.72.0)
[Compare
Source](https://redirect.github.com/aquasecurity/trivy/compare/v0.71.2...v0.72.0)
#### ⚡ Highlights ⚡
👉 <https://redirect.github.com/aquasecurity/trivy/discussions/10907>
#### Changelog
<https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0720-2026-06-30>
</details>
<details>
<summary>astral-sh/uv (aqua:astral-sh/uv)</summary>
###
[`v0.11.26`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01126)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.11.25...0.11.26)
Released on 2026-06-30.
##### Performance
- Adapt uv to IDs-only PubGrub dependencies
([#​20048](https://redirect.github.com/astral-sh/uv/pull/20048))
- Avoid allocations in `ForkMap::contains`
([#​20023](https://redirect.github.com/astral-sh/uv/pull/20023))
- Reuse resolver work across PubGrub iterations
([#​20020](https://redirect.github.com/astral-sh/uv/pull/20020))
- Speed up candidate selection for disjoint ranges
([#​20026](https://redirect.github.com/astral-sh/uv/pull/20026))
##### Bug fixes
- Warn when the build cache is inside the source directory
([#​20056](https://redirect.github.com/astral-sh/uv/pull/20056))
</details>
<details>
<summary>casey/just (aqua:casey/just)</summary>
###
[`v1.55.1`](https://redirect.github.com/casey/just/blob/HEAD/CHANGELOG.md#1551---2026-06-29)
[Compare
Source](https://redirect.github.com/casey/just/compare/1.55.0...1.55.1)
##### Fixed
- Fix panic when empty path is passed to `--show` and `--usage`
([#​3511](https://redirect.github.com/casey/just/pull/3511) by
[casey](https://redirect.github.com/casey))
##### Misc
- Upgrade sha2 to 0.11.0
([#​3512](https://redirect.github.com/casey/just/pull/3512) by
[casey](https://redirect.github.com/casey))
- Remove `Test::test_round_trip()`
([#​3509](https://redirect.github.com/casey/just/pull/3509) by
[casey](https://redirect.github.com/casey))
- Remove round-trip testing
([#​3508](https://redirect.github.com/casey/just/pull/3508) by
[casey](https://redirect.github.com/casey))
###
[`v1.55.0`](https://redirect.github.com/casey/just/blob/HEAD/CHANGELOG.md#1550---2026-06-29)
[Compare
Source](https://redirect.github.com/casey/just/compare/1.54.0...1.55.0)
##### Fixed
- Fix forwarded dependency flag value
([#​3489](https://redirect.github.com/casey/just/pull/3489) by
[casey](https://redirect.github.com/casey))
##### Changed
- Allow `[arg(pattern)]` to be a list
([#​3484](https://redirect.github.com/casey/just/pull/3484) by
[casey](https://redirect.github.com/casey))
- Allow `[arg(help)]` to be expression
([#​3483](https://redirect.github.com/casey/just/pull/3483) by
[casey](https://redirect.github.com/casey))
- Allow `[arg(pattern)]` to be expression
([#​3482](https://redirect.github.com/casey/just/pull/3482) by
[casey](https://redirect.github.com/casey))
##### Added
- Add stream gates to `style()`
([#​3503](https://redirect.github.com/casey/just/pull/3503) by
[casey](https://redirect.github.com/casey))
- Accept `-F` for `--dotenv-filename`
([#​3498](https://redirect.github.com/casey/just/pull/3498) by
[casey](https://redirect.github.com/casey))
- Add `just_version()` function
([#​3497](https://redirect.github.com/casey/just/pull/3497) by
[casey](https://redirect.github.com/casey))
- Add `[arg(multiple)]`
([#​3493](https://redirect.github.com/casey/just/pull/3493) by
[casey](https://redirect.github.com/casey))
- Allow combining short options
([#​3490](https://redirect.github.com/casey/just/pull/3490) by
[casey](https://redirect.github.com/casey))
- Allow variadic parameters to be options
([#​3488](https://redirect.github.com/casey/just/pull/3488) by
[casey](https://redirect.github.com/casey))
- Default `[arg(short)]` to first character of parameter name
([#​3486](https://redirect.github.com/casey/just/pull/3486) by
[casey](https://redirect.github.com/casey))
- Add support for RGB and fixed colors to `style()`
([#​3479](https://redirect.github.com/casey/just/pull/3479) by
[casey](https://redirect.github.com/casey))
- Improve `style()` function
([#​3478](https://redirect.github.com/casey/just/pull/3478) by
[casey](https://redirect.github.com/casey))
- Add `set minimum-version`
([#​3477](https://redirect.github.com/casey/just/pull/3477) by
[casey](https://redirect.github.com/casey))
- Add module aliases
([#​3472](https://redirect.github.com/casey/just/pull/3472) by
[casey](https://redirect.github.com/casey))
##### Misc
- Add example to cached recipes readme
([#​3506](https://redirect.github.com/casey/just/pull/3506) by
[casey](https://redirect.github.com/casey))
- Fix readme heading levels
([#​3505](https://redirect.github.com/casey/just/pull/3505) by
[casey](https://redirect.github.com/casey))
- Move Friendly Admonitions higher in Cached Recipes section
([#​3504](https://redirect.github.com/casey/just/pull/3504) by
[casey](https://redirect.github.com/casey))
- Rename test helper functions
([#​3502](https://redirect.github.com/casey/just/pull/3502) by
[casey](https://redirect.github.com/casey))
- Simplify tests
([#​3501](https://redirect.github.com/casey/just/pull/3501) by
[casey](https://redirect.github.com/casey))
- Use `assert_eval_eq` in tests
([#​3499](https://redirect.github.com/casey/just/pull/3499) by
[casey](https://redirect.github.com/casey))
- Expand readme intro list
([#​3496](https://redirect.github.com/casey/just/pull/3496) by
[casey](https://redirect.github.com/casey))
- Organize readme into sections
([#​3495](https://redirect.github.com/casey/just/pull/3495) by
[casey](https://redirect.github.com/casey))
- Rename option tests
([#​3494](https://redirect.github.com/casey/just/pull/3494) by
[casey](https://redirect.github.com/casey))
- Move option application to `switch.apply()`
([#​3491](https://redirect.github.com/casey/just/pull/3491) by
[casey](https://redirect.github.com/casey))
- Document that `[arg(help)]` may be a list
([#​3485](https://redirect.github.com/casey/just/pull/3485) by
[casey](https://redirect.github.com/casey))
- Move override processing out of `Analyzer`
([#​3481](https://redirect.github.com/casey/just/pull/3481) by
[casey](https://redirect.github.com/casey))
- Add `ConstEvalError`
([#​3480](https://redirect.github.com/casey/just/pull/3480) by
[casey](https://redirect.github.com/casey))
- Remove `ModuleAlias`
([#​3475](https://redirect.github.com/casey/just/pull/3475) by
[casey](https://redirect.github.com/casey))
- Chain tests
([#​3476](https://redirect.github.com/casey/just/pull/3476) by
[casey](https://redirect.github.com/casey))
- Remove temptree dependency
([#​3473](https://redirect.github.com/casey/just/pull/3473) by
[casey](https://redirect.github.com/casey))
- Simplify show tests
([#​3471](https://redirect.github.com/casey/just/pull/3471) by
[casey](https://redirect.github.com/casey))
- Remove unnecessary tab escapes
([#​3470](https://redirect.github.com/casey/just/pull/3470) by
[casey](https://redirect.github.com/casey))
- Indent `Test::write()` strings
([#​3469](https://redirect.github.com/casey/just/pull/3469) by
[casey](https://redirect.github.com/casey))
- Document cache key printing
([#​3468](https://redirect.github.com/casey/just/pull/3468) by
[casey](https://redirect.github.com/casey))
- Remove generic argument from `Count`
([#​3467](https://redirect.github.com/casey/just/pull/3467) by
[casey](https://redirect.github.com/casey))
</details>
<details>
<summary>crate-ci/typos (aqua:crate-ci/typos)</summary>
###
[`v1.48.0`](https://redirect.github.com/crate-ci/typos/blob/HEAD/CHANGELOG.md#1480---2026-06-30)
[Compare
Source](https://redirect.github.com/crate-ci/typos/compare/v1.47.2...v1.48.0)
##### Features
- Updated the dictionary with the [June
2026](https://redirect.github.com/crate-ci/typos/issues/1562) changes
</details>
<details>
<summary>sst/opencode (aqua:sst/opencode)</summary>
###
[`v1.17.12`](https://redirect.github.com/anomalyco/opencode/releases/tag/v1.17.12)
[Compare
Source](https://redirect.github.com/sst/opencode/compare/v1.17.11...v1.17.12)
#### Core
##### Bugfixes
- Enable adaptive thinking for Claude Sonnet 5.
- Prefer MCP content responses over structured output when both are
present.
- Reconnect MCP servers after OAuth even if the server was disabled.
([@​MaxAnderson95](https://redirect.github.com/MaxAnderson95))
- Request MCP refresh-token scope during OAuth.
- Show MCP OAuth completion errors instead of a generic failure.
- Refresh cached remote skills.
- Preserve skill resource paths.
- Pick better default small models across providers.
- Scope MCP auth status to each server URL.
#### TUI
##### Improvements
- Add a yolo mode to auto-approve permissions.
- Pass ServerAuth headers through external served TUI connections.
([@​OpeOginni](https://redirect.github.com/OpeOginni))
#### Desktop
##### Improvements
- Autocomplete MCP resources in the composer.
- Add workspace controls when starting a new session.
- Show stored token and cost totals in the session context.
([@​OpeOginni](https://redirect.github.com/OpeOginni))
##### Bugfixes
- Autocomplete configured references in prompts.
- Restore the prompt cursor when the composer regains focus.
- Remember the last active desktop URL across restarts.
- Preserve the selected model when promoting a session.
([@​usrnk1](https://redirect.github.com/usrnk1))
- Keep session pages in sync during concurrent events.
- Support normal auth input prompts in the desktop connect-provider
dialog. ([@​OpeOginni](https://redirect.github.com/OpeOginni))
- Prevent hidden terminal tabs from hanging or resizing incorrectly.
- Re-enable auto-accept in session settings.
- Keep session tabs scoped to the correct server.
- Remember the selected home project and server.
#### SDK
##### Improvements
- Add a live event subscription stream.
- Add SDK access to active sessions.
- Restore session runtime operations such as event streaming,
interrupts, and message lookup.
- Add paged durable session history.
- Add session permission request create and fetch endpoints.
##### Bugfixes
- Preserve `V2Event` names in SSE streams.
- Wake embedded session execution after new prompts.
- Improve V2 runtime tool results and avoid duplicate model switch
events.
- Resolve MIME types for prompt attachments sent by URI.
**Thank you to 11 community contributors:**
- [@​usrnk1](https://redirect.github.com/usrnk1):
- feat(app): refine session UI styling
([#​33860](https://redirect.github.com/sst/opencode/issues/33860))
- fix(desktop): preserve selected model during session promotion
([#​34466](https://redirect.github.com/sst/opencode/issues/34466))
- fix(desktop): context menu button / tab intermittent issue
([#​34420](https://redirect.github.com/sst/opencode/issues/34420))
- feat(desktop): add hover background to session title and single-click
edit
([#​34589](https://redirect.github.com/sst/opencode/issues/34589))
- feat(app): hide separators around active tabs
([#​34591](https://redirect.github.com/sst/opencode/issues/34591))
- feat(desktop): polish inline session title editing
([#​34607](https://redirect.github.com/sst/opencode/issues/34607))
- feat(desktop): make error view draggable
([#​34627](https://redirect.github.com/sst/opencode/issues/34627))
- feat(desktop): polish tooltips and session search
([#​34632](https://redirect.github.com/sst/opencode/issues/34632))
- [@​arvsrn](https://redirect.github.com/arvsrn):
- feat(app): updates to design system
([#​34066](https://redirect.github.com/sst/opencode/issues/34066))
- feat(app): update home screen alignment + markdown styles
([#​34172](https://redirect.github.com/sst/opencode/issues/34172))
- feat(app): minor visual updates
([#​34205](https://redirect.github.com/sst/opencode/issues/34205))
- feat(app): new debug bar
([#​34237](https://redirect.github.com/sst/opencode/issues/34237))
- feat(app): sticky session list header
([#​34220](https://redirect.github.com/sst/opencode/issues/34220))
- feat(app): show loader on session hover
([#​34224](https://redirect.github.com/sst/opencode/issues/34224))
- feat(app): new timeline header
([#​34192](https://redirect.github.com/sst/opencode/issues/34192))
- feat(app): improve projects sidebar reactivity
([#​34391](https://redirect.github.com/sst/opencode/issues/34391))
- feat(app): update message part ui to v2
([#​34394](https://redirect.github.com/sst/opencode/issues/34394))
- feat(app): align slash popover to v2 tokens
([#​34286](https://redirect.github.com/sst/opencode/issues/34286))
- [@​ariane-emory](https://redirect.github.com/ariane-emory):
- docs(providers): document blacklist and whitelist model filtering
([#​33792](https://redirect.github.com/sst/opencode/issues/33792))
- [@​Slickstef11](https://redirect.github.com/Slickstef11):
- docs: route enterprise contact links
([#​34080](https://redirect.github.com/sst/opencode/issues/34080))
- [@​affanali2k3](https://redirect.github.com/affanali2k3):
- fix(app): slow tooltip display for models
([#​30745](https://redirect.github.com/sst/opencode/issues/30745))
- [@​OpeOginni](https://redirect.github.com/OpeOginni):
- fix(desktop): recognize normal auth metadata input prompts in connect
provider dialog
([#​33024](https://redirect.github.com/sst/opencode/issues/33024))
- feat(desktop): Display stored totals for Tokens and Cost in Desktop
Session Context
([#​28887](https://redirect.github.com/sst/opencode/issues/28887))
- feat(tui): integrate ServerAuth headers into transport configuration
for external served TUI thread
([#​29876](https://redirect.github.com/sst/opencode/issues/29876))
- [@​BenGu3](https://redirect.github.com/BenGu3):
- fix(tui): register `prompt.skills` keybinds
([#​34180](https://redirect.github.com/sst/opencode/issues/34180))
- [@​neriousy](https://redirect.github.com/neriousy):
- fix(app): disable `add project` when given server is offline
([#​34294](https://redirect.github.com/sst/opencode/issues/34294))
- fix(app): disable empty server chevron
([#​34292](https://redirect.github.com/sst/opencode/issues/34292))
- [@​MaxAnderson95](https://redirect.github.com/MaxAnderson95):
- fix(mcp): reconnect after OAuth even when server is disabled
- [@​StarpTech](https://redirect.github.com/StarpTech):
- fix(console): cancel upstream provider requests
([#​34467](https://redirect.github.com/sst/opencode/issues/34467))
- [@​runvip](https://redirect.github.com/runvip):
- fix(docs): fix Russian translation for index.mdx
([#​34001](https://redirect.github.com/sst/opencode/issues/34001))
</details>
<details>
<summary>suzuki-shunsuke/ghtkn (aqua:suzuki-shunsuke/ghtkn)</summary>
###
[`v0.3.3`](https://redirect.github.com/suzuki-shunsuke/ghtkn/releases/tag/v0.3.3)
[Compare
Source](https://redirect.github.com/suzuki-shunsuke/ghtkn/compare/v0.3.2...v0.3.3)
#### Features
[#​487](https://redirect.github.com/suzuki-shunsuke/ghtkn/issues/487)
Publish agent skills and split README.md.
[gh skill install](https://cli.github.com/manual/gh_skill_install):
```sh
gh skill install suzuki-shunsuke/ghtkn --all
```
[#​488](https://redirect.github.com/suzuki-shunsuke/ghtkn/issues/488)
Improve help messages by adding descriptions
Please run `ghtkn help [<command>]`.
###
[`v0.3.2`](https://redirect.github.com/suzuki-shunsuke/ghtkn/releases/tag/v0.3.2)
[Compare
Source](https://redirect.github.com/suzuki-shunsuke/ghtkn/compare/v0.3.1-0...v0.3.2)
#### Fixes
[#​484](https://redirect.github.com/suzuki-shunsuke/ghtkn/issues/484)
Update urfave/cli/v3 to v3.10.1
</details>
<details>
<summary>max-sixty/worktrunk (github:max-sixty/worktrunk)</summary>
###
[`v0.64.0`](https://redirect.github.com/max-sixty/worktrunk/releases/tag/v0.64.0):
0.64.0
[Compare
Source](https://redirect.github.com/max-sixty/worktrunk/compare/v0.63.0...v0.64.0)
#### Release Notes
##### Improved
- **`{{ git.branch.* }}` template namespace for custom columns**: `wt
list` custom columns can now read a branch's own git config via `{{
git.branch.<key> }}` — both convention keys you set yourself
(`branch.<name>.jira`) and the git-native `branch.<name>.description` —
without re-storing the values through `wt config state vars set`. It
complements `{{ vars.* }}`, which reads only worktrunk's own state
namespace.
([#​3319](https://redirect.github.com/max-sixty/worktrunk/pull/3319),
thanks [@​cazador481](https://redirect.github.com/cazador481) for
the request)
- **Faster warm-cache `wt list` re-runs**: A repeat `wt list` (with
`.git/wt/cache/` already populated) is \~36% faster, by removing
redundant per-row git subprocesses — priming the commit→tree cache from
the `%ct` batch already issued, persisting merge-base results to a
content-addressed on-disk cache, and seeding worktree roots and git-dirs
from the single `git worktree list` instead of re-forking `git
rev-parse` per worktree.
([#​3334](https://redirect.github.com/max-sixty/worktrunk/pull/3334))
##### Fixed
- **Refs that look like flags can't inject git options**: `wt`'s `git
diff` previews and diffstats (picker diff previews, `show_diffstat`,
push diffstat) now fence user-controlled refs behind `--end-of-options`,
and branch removal (`git branch -D`) passes them after `--`, so a branch
literally named like a flag (`-x`, `--foo`) reaches git as a positional
ref instead of being misparsed as an option.
([#​3317](https://redirect.github.com/max-sixty/worktrunk/pull/3317))
- **Statusline renders untruncated when `COLUMNS=0`**: `wt list
statusline` treated `COLUMNS=0` as a zero-width budget and dropped every
segment, rendering an empty line. A zero or unparsable `COLUMNS` is now
treated as no detectable width, so the line renders everything
untruncated — as the statusline sizing already documented for a missing
width.
([#​3318](https://redirect.github.com/max-sixty/worktrunk/pull/3318))
- **Watchdog "still waiting" line uses the hint symbol**: The transient
`Waiting for the commit message (Ns)` line shown during a slow `wt step
commit` LLM call now uses the hint prefix (`↳`) instead of the info
symbol (`○`), matching the convention for fully-dim status lines.
([#​3330](https://redirect.github.com/max-sixty/worktrunk/pull/3330))
#### Install worktrunk 0.64.0
##### Install prebuilt binaries via shell script
```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-installer.sh | sh && wt config shell install
```
##### Install prebuilt binaries via powershell script
```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-installer.ps1 | iex"; git-wt config shell install
```
##### Install prebuilt binaries via Homebrew
```sh
brew install worktrunk && wt config shell install
```
#### Download worktrunk 0.64.0
| File | Platform | Checksum |
|
-----------------------------------------------------------------------------------------------------------------------------------------------------------
| ------------------- |
-------------------------------------------------------------------------------------------------------------------------------
|
|
[worktrunk-aarch64-apple-darwin.tar.xz](https://redirect.github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-aarch64-apple-darwin.tar.xz)
| Apple Silicon macOS |
[checksum](https://redirect.github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-aarch64-apple-darwin.tar.xz.sha256)
|
|
[worktrunk-x86\_64-apple-darwin.tar.xz](https://redirect.github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-x86_64-apple-darwin.tar.xz)
| Intel macOS |
[checksum](https://redirect.github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-x86_64-apple-darwin.tar.xz.sha256)
|
|
[worktrunk-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-x86_64-pc-windows-msvc.zip)
| x64 Windows |
[checksum](https://redirect.github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-x86_64-pc-windows-msvc.zip.sha256)
|
|
[worktrunk-aarch64-unknown-linux-musl.tar.xz](https://redirect.github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-aarch64-unknown-linux-musl.tar.xz)
| ARM64 MUSL Linux |
[checksum](https://redirect.github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-aarch64-unknown-linux-musl.tar.xz.sha256)
|
|
[worktrunk-x86\_64-unknown-linux-musl.tar.xz](https://redirect.github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-x86_64-unknown-linux-musl.tar.xz)
| x64 MUSL Linux |
[checksum](https://redirect.github.com/max-sixty/worktrunk/releases/download/v0.64.0/worktrunk-x86_64-unknown-linux-musl.tar.xz.sha256)
|
##### Install via Cargo
```sh
cargo install worktrunk && wt config shell install
```
##### Install via Winget (Windows)
```sh
winget install max-sixty.worktrunk && git-wt config shell install
```
##### Install via AUR (Arch Linux)
```sh
paru worktrunk-bin && wt config shell install
```
</details>
<details>
<summary>SocketDev/socket-cli (npm:socket)</summary>
###
[`v1.1.135`](https://redirect.github.com/SocketDev/socket-cli/compare/v1.1.134...v1.1.135)
[Compare
Source](https://redirect.github.com/SocketDev/socket-cli/compare/v1.1.134...v1.1.135)
###
[`v1.1.134`](https://redirect.github.com/SocketDev/socket-cli/compare/v1.1.133...v1.1.134)
[Compare
Source](https://redirect.github.com/SocketDev/socket-cli/compare/v1.1.133...v1.1.134)
###
[`v1.1.133`](https://redirect.github.com/SocketDev/socket-cli/compare/v1.1.132...v1.1.133)
[Compare
Source](https://redirect.github.com/SocketDev/socket-cli/compare/v1.1.132...v1.1.133)
###
[`v1.1.132`](https://redirect.github.com/SocketDev/socket-cli/compare/v1.1.131...v1.1.132)
[Compare
Source](https://redirect.github.com/SocketDev/socket-cli/compare/v1.1.131...v1.1.132)
</details>
<details>
<summary>ansible/ansible-lint (pipx:ansible-lint)</summary>
###
[`v26.6.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v26.6.0)
[Compare
Source](https://redirect.github.com/ansible/ansible-lint/compare/v26.4.0...v26.6.0)
##### Features
- fix: ensure configuration errors are visible to user
([#​5038](https://redirect.github.com/ansible/ansible-lint/issues/5038))
[@​Dotify71](https://redirect.github.com/Dotify71)
##### Fixes
- fix: bump cryptography minimum to >=46.0.6 and refresh lock file
([#​5089](https://redirect.github.com/ansible/ansible-lint/issues/5089))
[@​sudhirverma](https://redirect.github.com/sudhirverma)
- fix: added setup-uv action version pinning to renovate config
([#​5021](https://redirect.github.com/ansible/ansible-lint/issues/5021))
[@​garethahealy](https://redirect.github.com/garethahealy)
- fix: detect role roots in namespace subdirectories
([#​5079](https://redirect.github.com/ansible/ansible-lint/issues/5079))
([#​5080](https://redirect.github.com/ansible/ansible-lint/issues/5080))
[@​santosh7676](https://redirect.github.com/santosh7676)
- fix(docs): remove mkdocstrings plugin to unblock docs CI
([#​5084](https://redirect.github.com/ansible/ansible-lint/issues/5084))
[@​rockygeekz](https://redirect.github.com/rockygeekz)
- fix: suppress ruff PLW0717 to unblock renovate
([#​5077](https://redirect.github.com/ansible/ansible-lint/issues/5077))
[@​rockygeekz](https://redirect.github.com/rockygeekz)
- Fix risky-shell-pipe false positive on multi-line Jinja
([#​5058](https://redirect.github.com/ansible/ansible-lint/issues/5058))
[@​arpitjain099](https://redirect.github.com/arpitjain099)
- Fix: fix mock\_modules generated stubs failing YAML/doc parsing
[#​5031](https://redirect.github.com/ansible/ansible-lint/issues/5031)
([#​5032](https://redirect.github.com/ansible/ansible-lint/issues/5032))
[@​santosh7676](https://redirect.github.com/santosh7676)
- fix: support example format indicator, prevent ansible-lint from
producing load-failure on valid non-YAML examples
([#​5045](https://redirect.github.com/ansible/ansible-lint/issues/5045))
[@​felixfontein](https://redirect.github.com/felixfontein)
- fix: avoid name\[casing] auto-fix crash on multi-segment prefixes
([#​5026](https://redirect.github.com/ansible/ansible-lint/issues/5026))
[@​bishalOps](https://redirect.github.com/bishalOps)
- fix: preserve multi-hash comments on `ansible-lint --fix`
([#​5033](https://redirect.github.com/ansible/ansible-lint/issues/5033))
[@​bishalOps](https://redirect.github.com/bishalOps)
- fix: preserve trailing blank lines when fqcn auto-fix renames a key
([#​5027](https://redirect.github.com/ansible/ansible-lint/issues/5027))
[@​bishalOps](https://redirect.github.com/bishalOps)
- fix(security): update dependencies \[SECURITY]
([#​5061](https://redirect.github.com/ansible/ansible-lint/issues/5061))
@​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
- fix(ci): switch devel tests from py312 to py313
([#​5062](https://redirect.github.com/ansible/ansible-lint/issues/5062))
[@​rockygeekz](https://redirect.github.com/rockygeekz)
- fix: ignore skip lookup across rules
([#​5060](https://redirect.github.com/ansible/ansible-lint/issues/5060))
[@​mehrdadbn9](https://redirect.github.com/mehrdadbn9)
- chore: Add support for Fedora 44 in the meta schema
([#​5029](https://redirect.github.com/ansible/ansible-lint/issues/5029))
[@​jsf9k](https://redirect.github.com/jsf9k)
- fix: ensure configuration errors are visible to user
([#​5038](https://redirect.github.com/ansible/ansible-lint/issues/5038))
[@​Dotify71](https://redirect.github.com/Dotify71)
- fix: role argument spec: fix typo in attribute schema
([#​5044](https://redirect.github.com/ansible/ansible-lint/issues/5044))
[@​felixfontein](https://redirect.github.com/felixfontein)
- fix: handle ignore.txt comments with '#' in them correctly
([#​5028](https://redirect.github.com/ansible/ansible-lint/issues/5028))
[@​felixfontein](https://redirect.github.com/felixfontein)
- fix: Evaluate the exit code after applying the skipped rules from
.ansible-lint-ignore
([#​5001](https://redirect.github.com/ansible/ansible-lint/issues/5001))
[@​gmuloc](https://redirect.github.com/gmuloc)
- fix: Update stale rulebook schema to match upstream ansible-rulebook
([#​5056](https://redirect.github.com/ansible/ansible-lint/issues/5056))
[@​Hrithik-Gavankar](https://redirect.github.com/Hrithik-Gavankar)
- fix: update \_extends syntax for release-drafter v7 compatibility
([#​5043](https://redirect.github.com/ansible/ansible-lint/issues/5043))
[@​rockygeekz](https://redirect.github.com/rockygeekz)
- fix(security): update dependencies \[SECURITY] - abandoned
([#​5014](https://redirect.github.com/ansible/ansible-lint/issues/5014))
@​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
- fix: update malformed block regex and bump pathspec upper bound
([#​5039](https://redirect.github.com/ansible/ansible-lint/issues/5039))
[@​rockygeekz](https://redirect.github.com/rockygeekz)
##### Maintenance
- chore: remove previously-synced agent skills
([#​5078](https://redirect.github.com/ansible/ansible-lint/issues/5078))
[@​ansibuddy](https://redirect.github.com/ansibuddy)
- chore(deps): update all dependencies
([#​5074](https://redirect.github.com/ansible/ansible-lint/issues/5074))
@​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
- fix(security): update dependencies \[SECURITY]
([#​5061](https://redirect.github.com/ansible/ansible-lint/issues/5061))
@​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
- test: add security-check workflow (integration test)
([#​5064](https://redirect.github.com/ansible/ansible-lint/issues/5064))
[@​cidrblock](https://redirect.github.com/cidrblock)
- chore: Add support for Fedora 44 in the meta schema
([#​5029](https://redirect.github.com/ansible/ansible-lint/issues/5029))
[@​jsf9k](https://redirect.github.com/jsf9k)
- chore: clarify yaml reformatting under fix
([#​5057](https://redirect.github.com/ansible/ansible-lint/issues/5057))
[@​Himanshuagrawal4](https://redirect.github.com/Himanshuagrawal4)
- chore(deps): update all dependencies pep621
([#​5047](https://redirect.github.com/ansible/ansible-lint/issues/5047))
@​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
- chore(deps): update all dependencies
([#​5046](https://redirect.github.com/ansible/ansible-lint/issues/5046))
@​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
- chore(deps): update all dependencies pep621
([#​5041](https://redirect.github.com/ansible/ansible-lint/issues/5041))
@​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
- chore(deps): update all dependencies
([#​5040](https://redirect.github.com/ansible/ansible-lint/issues/5040))
@​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
- chore(deps): update all dependencies
([#​5011](https://redirect.github.com/ansible/ansible-lint/issues/5011))
@​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
- fix(security): update dependencies \[SECURITY] - abandoned
([#​5014](https://redirect.github.com/ansible/ansible-lint/issues/5014))
@​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
- chore(deps): update all dependencies pep621
([#​5012](https://redirect.github.com/ansible/ansible-lint/issues/5012))
@​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
</details>
<details>
<summary>rust-lang/rust (rust)</summary>
###
[`v1.96.1`](https://redirect.github.com/rust-lang/rust/compare/1.96.0...1.96.1)
[Compare
Source](https://redirect.github.com/rust-lang/rust/compare/1.96.0...1.96.1)
</details>
---
### Configuration
📅 **Schedule**: (in timezone America/Los_Angeles)
- Branch creation
- Between 03:00 AM and 05:59 AM (`* 3-5 * * *`)
- 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/scottames/dots).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>1 parent 1901dea commit 073b1d8
3 files changed
Lines changed: 152 additions & 152 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments