Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
aqua:astral-sh/uv tools patch 0.12.70.12.8 0.12.10 (+1) age adoption passing confidence
aqua:atuinsh/atuin tools minor 18.20.118.21.0 age adoption passing confidence
aqua:fastfetch-cli/fastfetch tools minor 2.67.12.68.1 age adoption passing confidence
aqua:openai/codex tools minor rust-v0.151.0rust-v0.152.0 rust-v0.153.4 (+5) age adoption passing confidence
aqua:sxyazi/yazi tools minor 26.8.1526.9.1 age adoption passing confidence
aqua:vercel-labs/agent-browser tools minor 0.35.20.36.0 age adoption passing confidence
droid (source) minor 0.209.10.210.0 0.213.0 (+3) age adoption passing confidence
github:anthropics/claude-code tools patch v2.1.251v2.1.252 v2.1.261 (+4) age adoption passing confidence
github:backnotprop/plannotator tools patch v0.27.9v0.27.10 v0.27.12 (+1) age adoption passing confidence

Release notes are maintained in a PR comment by the renovate-release-notes-comment workflow.


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 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 added the dependencies label Sep 5, 2026
@renovate
renovate Bot requested a review from scottames as a code owner September 5, 2026 12:51
@renovate renovate Bot added the dependencies label Sep 5, 2026
@renovate
renovate Bot enabled auto-merge (squash) September 5, 2026 12:51
@scottames-github-bot

Copy link
Copy Markdown
Contributor

Renovate Release Notes

Generated from Renovate's update table by the renovate-release-notes-comment workflow.

Packages that cannot be summarized from GitHub releases are listed explicitly below.

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

0.12.8: 0.12.8

Compare Source

Release Notes

Released on 2026-08-31.

Enhancements

  • Warn about invalid tool directories and continue upgrading valid tools with uv tool upgrade --all (#21368)

Preview features

  • Deduplicate identical files within and across cached wheels with the content-addressed-cache preview feature (#21327)
  • Reduce allocations while extracting content-addressed wheels by reusing the hashing buffer across files (#21340)
  • Speed up content-addressed cache cleanup on macOS by reading hard-link counts in bulk (#21344)

Performance

  • Prevent concurrent uv processes from downloading and extracting the same remote wheel more than once (#21379)
  • Speed up dependency graph construction from large lockfiles by indexing packages during traversal (#21373)
  • Extend indexed lockfile traversal to exports, dependency trees, audits, and freshness checks (#21377)
  • Speed up warm resolutions by reducing repeated marker interner work (#21300)

Bug fixes

  • Do not trust hashes from direct URLs discovered only in wheel metadata when installing with --require-hashes (#21348)
  • Use a compatible Azure Storage API version for anonymous and authenticated requests, allowing credential retries when public access is disabled (#21366)
  • Redact Azure shared access signature (sig) query parameters from displayed URLs (#21360)
  • Treat projects below one-level workspace member globs as standalone instead of aborting workspace discovery (#21341)

Other changes

  • Update astral-tokio-tar to 0.7.0 and use effective sizes when tracking extracted hard links (#21346)

Install uv 0.12.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.12.8/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.12.8/uv-installer.ps1 | iex"

Download uv 0.12.8

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-riscv64gc-unknown-linux-musl.tar.gz RISCV MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 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 astral-sh/uv

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>
atuinsh/atuin (aqua:atuinsh/atuin)

v18.21.0: 18.21.0

Compare Source

Release Notes

Bug Fixes

  • (daemon) Check for socket in /tmp even when $TMPDIR is set (#4036)
  • (daemon) Reject invalid pidfile pids before signalling (#4031)
  • (deps) Update unsound/yanked dependencies (#4005)
  • (docs) Disambiguate sqlx intra-doc links to functions (#4007)
  • (server) Connect eagerly to MySQL so a bad db_uri fails fast (#4032)
  • (sqlite) Prevent stale prepared-statement panic across migrations (#4006)

Features

  • MySQL for Atuin server (#3541)
  • Refactor/improve output capturing mechanism (#4017)

Miscellaneous Tasks

Refactor

  • (deps) Bump shlex from v1 to v2 (#4024)
  • (server) Merge server database crates into atuin-server (#4009)
  • (server) Polymorphic database (#4014)
  • (server) Share SQLite + Postgres Database impls via a blanket impl (#4015)

atuin-server 18.21.0

Install atuin-server 18.21.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-server-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-server-installer.ps1 | iex"

Download atuin-server 18.21.0

File Platform Checksum
atuin-server-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
atuin-server-x86_64-apple-darwin.tar.gz Intel 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>

atuin 18.21.0

Install atuin 18.21.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-installer.ps1 | iex"

Download atuin 18.21.0

File Platform Checksum
atuin-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
atuin-x86_64-apple-darwin.tar.gz Intel 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>
fastfetch-cli/fastfetch (aqua:fastfetch-cli/fastfetch)

2.68.1: 2.68.1

Compare Source

Changes:

  • The DE / WM / LM modules now reports the full name "Desktop Environment" / "Window Manager" / "Login Manager" instead of the abbreviations.

Features:

  • Improved Login Manager (LM) module
    • Added support on macOS, Windows and POSIX systems without systemd (by process list enumeration).
    • Reports pretty name on Linux.
  • Added Top module to print processes with the highest CPU, memory or disk I/O usage. (Top)
  • Added module key localization support. (General)
    • Added a new option --key-language <?lang> (display.key.language: "<?lang>" in JSON config). When left empty, it defaults to the system locale.
    • See fastfetch -h key-language for all supported languages.
    • Exposed in custom key format as {module-name}.
  • Improved Wi-Fi module
    • Added Wifi channel width detection, exposed via {channel-width} in custom format (reports 0 when not supported).
    • Improved Wifi channel frequency accuracy and fortified detection on Windows, macOS.
    • Added Wifi detection support on SunOS, Haiku.
  • Added Battery detection support on SunOS. (Battery, SunOS)
  • Added terminal font size detection support on Termux. (TerminalFont, Android)
  • Improved GTK theme/icons/font detection on standalone WMs such as Hyprland, sway, niri and i3. (Theme, Linux)
  • Improved fish completion scripts to print enum descriptions. (Completion)
  • Enabled Wayland support on Android. (DisplayServer, Android)
  • Added DE detection support for ASUS Zenfone. (DE, Android)
  • Added new ARM SoCs (CPU, Linux / Android)

Bugfixes:

  • Fixed I/O rate calculation precision in DiskIO and NetIO, and prevented division by zero. (DiskIO / NetIO)
  • Fixed the fast path of ash version detection. (Shell)
  • Fixed memory usage detection support on x86-32 FreeBSD (Memory, FreeBSD)
    • Note: Although 32-bit systems are still supported, they are deprecated and barely tested. Users are encouraged to upgrade to 64-bit systems.
  • Some internal cleanups and optimizations.
  • Attempted to fix potential issues on big-endian systems
    • Not tested due to lack of access to big-endian hardware.

Logos:

  • Added macOS_old
  • Added Omarchy, Omarchy2

SHA256SUMs
801f162cc31486bf6e199f816d3f8fd0b91567e9d6a836cbf61f34f980881e04  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz
8c7abf00b2633e36a5f389a92fdc2dde8531b10d9713f2336be249a0fff8b7ce  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip
7855ea90a95686815b18c35a492037337ed7080cc74b018ca2d9643ded0fb5ef  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
3092d4d48bed022dfabc91ba1e2e5ee066d7a6f14734c1f1708db6b89ee89a33  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
586fe46f5df793cd29a835b8062d746386856d0712467e4565d95e14ff1c5407  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
3ea879112b88b65b3122400d5677f179b44aa876a4a357606db500951411791a  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
aeee8c90664bb98e7d87509c73aece3f357c819b3a541ff6658fc68ef88143ea  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
ce1fca078c4d78edc0b1ae7cd34a6b75e6998004c80a7b2f0df217380e9584db  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.deb
74387c8a78129b8a4e65d904029303f92d2f5036751d59f3b5ec646e039ddee9  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.rpm
8845d0485fda958b7a35639efad8bebcf9bc3a237fcf304c35b6ff60bb1b331f  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.tar.gz
db11aaa970c583b3b398bb2a0479e8b5f3a0ccda1010e367e823affc54425b13  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.zip
0290a96bf225e0142a2e21238be9ef36c63c959c489f2f3ba6b4c72b5a767b9a  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
a385cb20399a8f2d880e62ec942ef59a868e4c4b2d98b9f5c7cc96b37e627e76  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
d3369aa9c1bc77fd8bd7ba3be2ae2cdcece4a137620c48a9de58026779fdb7d4  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
28cd3e1dc03822bafc6df0f66db86b1b1b431eced805acdba5953a8b2def6c61  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
a4ee8ef4e9afffa2b93f0a206a11455ef3f0ca3d97542b17a9be62c7772315c0  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.deb
baafe50c2c2aa199f53b8efa5ad7c1ddc329eeee4f31580078506eb0cfcc133e  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.rpm
3eeaec3570dcfa53b4f3054cf1f735de62186fdfaf105aa69635e0805937ba85  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.tar.gz
ebcd1e66a6f0430c1e26072f8eebb04ad5d93e0c604791e34738d121966dee75  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.zip
33b046a620b4f15fb6d0f9b3ef2491e6147ae15e40d699a6eef13555634a1b28  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
f815c47eb74f5f20cbbb3c479ecea4c0cea4ff8484740db4520cc0b88f995a00  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
0c51ef6fa3e976eb5038fe0afda38629d3ca07947740bb0e3354c7c4f1238c0c  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
5510e394a6dfbef756daf48460a7ec85ffa9f675f2fa12c8686605e51568be77  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
5dafc737fd7b397e87164d90978d03263d04c41d2dbb60163ec4ed6ecaba93d8  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
bfeb2a0c3d1773d636b7354e7e1a448116e349b1e717e258482a00ff5cb26ade  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
f7e61d6653b5c261fccb663178a0181fbc4858cc8dab41d652f32009d9c21318  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
43ce212a727fb529523c60be6741600e767032896a6ffca50451f808a173bf3d  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
39c48b1dabad23498d4a9a8b75df32210f3458c6a5b22f6d4202e2f4ebc1bbb3  fastfetch-linux-i686/fastfetch-linux-i686.deb
21f5c6afa7929c55ad9f38e4f9ad7501c25b0cdeaf219ebf3416df6aef659b74  fastfetch-linux-i686/fastfetch-linux-i686.rpm
a402eaf773e48d1b7eec505ab94a61c70f5d7733a8cc39738342f5b567f33d6f  fastfetch-linux-i686/fastfetch-linux-i686.tar.gz
525a448ae43836245855a546f00206b67daace663312c8cfd44ef418bce911f7  fastfetch-linux-i686/fastfetch-linux-i686.zip
26525be5c6d3f1543e5b8f53c6dd68c499286cc1a6911b4fa18776870c1c447b  fastfetch-linux-loong64/fastfetch-linux-loongarch64.deb
471ece3a3eec77d6526987af2616e54c9698976222daf893f740ac23944ae93a  fastfetch-linux-loong64/fastfetch-linux-loongarch64.rpm
742ec34d17ab151172a9cc70f074714803c93f9c34c4f79f0093d96542179701  fastfetch-linux-loong64/fastfetch-linux-loongarch64.tar.gz
bf01115918a8bee92e7bd802a3c23978bf9b8dbb87b2184f2e873dbee90d35d2  fastfetch-linux-loong64/fastfetch-linux-loongarch64.zip
a1f6db88a4934de80b43353ccf02c7416a07b1baff03351b72130b0c1ee780e2  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
45e9675623b4558f23f88bf6d743b6c4b775b5affabbf9e3fe0d9ef82fdf36ad  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
c22ed2460ac83189933816e18b52507f7dfcd3e5949a9cf809b99b5224d881ea  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
39ac23f1f1c18c2514b4a6d13aa37307e81b9ac0660d02cf077716c37b08b875  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
5dc5f0c65cd40d8d2bc682c7faebdc50b14c6e4ea0bc716836503ddfc5493073  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
f7b4b9e959e8274e83838119b9d63ea3d196fa6d8e9a0b19ccd4c7efe24ca49b  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
bf8919cc8f7b9f300f6e478a32e1e89dc69fea907bdb1d331ac814c7834dd734  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
30c68642fa3e00f9b1d54cbcd8d3ebe6e47b521451ceb1a805494b8d35d18d21  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
4f3a76dae12c7b5178bc1d7fe981bbf7522560ae564fa491d35550be8aca024d  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
c38507e5975a8669db5692f6ce20710ca24783ec0f0a183811cc301fd97d8f2e  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
dbdd59f59efcd4eeca20a2a8e9bf19633093089939ac7fc79f9d8a97b2464446  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
28536a7900e0073edd482791576440b938a87b23a6c9d49ad0a836a7b6c269be  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
22426608dca945e0531af37054e21a2727aa7bb30179efaf44de7f59163be5fe  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
b0b6f37f54337d1b4885292b12798ef8ea76e891723a8224a93dd2489ac3f4d8  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
1e9a6ba7474a41b3cc2bb1b923afcf40c749c25bd17dc1e62b64464e7445a534  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
7526f6095322f54bf962f3f7bee0e4b9483bb76f8a7e7c0cd189f5d46b19becf  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
83d8c5dfbb063b0fac9fddb402ce33adbe5f54edd315c05399eb4f0422e4a5ab  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
c24963ad3fea9a9f1554727b5e05f80256d063d92430508ac8b63045f743646a  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
de54a433bb7c9ef3328fa998ab52afe3fb7542e79027a7b47fd5266e155db1d2  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
18d9fd7ad2e838f4e2d98165c5e99d0e58311c0968312978bb998eda65d191dd  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
debea76f79e46eb6e8ed437528c46daae950e0c8f46b5c32bb190834b8e8621f  fastfetch-omnios-amd64/fastfetch-omnios-amd64.tar.gz
bc93214edeeb9a2ccc7857bb0f6e4679946b929bab90ffe4d9538c910239ca80  fastfetch-omnios-amd64/fastfetch-omnios-amd64.zip
d403bd9a07824d34291d7e84f1ff64002914be6b24813aa78d9b8334bfb570c8  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
227e4e7b7e5d7a956cef65385e2034d33c8a8d0b4f24b7a23dfcbb0197203f0f  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
7802386159e339b875ee3a25cfaf72a47ac5705fa01a685f47c4effbf1920434  fastfetch-solaris-amd64/fastfetch-solaris-amd64.tar.gz
855d9bd294902b50ea7506cd020036baf6b7286f009d82a8b932a735e02e4327  fastfetch-solaris-amd64/fastfetch-solaris-amd64.zip
c268cfcd230cc7ed5447fb34ed21bf4977315c7104356a39388b6ba784ad11b0  fastfetch-source/2.68.1.tar.gz
49ffc25c14a2a8e8b77df3ec6352b378a5e9469f43669789cbed932d1e0f2305  fastfetch-source/2.68.1.zip
a2b81a6d29f484e0ce8faff4a172d140fa572006248cf28774b0c8be468480e3  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
16fd27f055707049a8e143909bb72dc4d9dc5574d643e415254846fd5554d200  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
4e308550d9b4b6766cf90c7911b59063e5cc78c9da236a32e56d8882a71c2070  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
7002024c5ba37bdf9142f8b38039d3dd5da6de33d3b679b57693dc42483d882d  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
SHA512SUMs
9f90e9b8fdd9c6d77fed95c6e0d2cc053c860390a3dda769937ceff9af3b69f5b292aabd4b700383d1ebdf8ae819eef017d75bffd37afb3f7e48555f953b1f17  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz
7093da9796031f2096e2b215551f1c5242161cc7f501fc62dbed1bd5bd98d4c04e48e25a1ca5de54251e07c87cc08d78e5e8d4542142dc4d1add5c107b47d099  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip
d651d952aca80b30357a4b32c5455300715e87f1b50226317f1a2aaa2500c00957f6a0a5f21fcf646d71fb048a5e53ab3b79d0acec0239ae9e777c636f1dad67  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
19e6734c07edaad638a81145f2e3e0204861219582dc47576ef9cf479f23b718914baed9560c30ece215ad53e8d8b1d54c887e4fbdd93ff0b8f5d2b0810fa561  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
e851b20cc1a8de797e6602291f50d9cfcb9c9dd73f1413455aaf99332c251f9c9e4f22d6cbd50595591f68f7afeebd11a100223f557d2edeb24c574edb63db3c  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
4cafb357c8c69cda905c93f3d9cf0ff3e0ca5dc7f79845c8640e65e933388d588969aac17a5cc3ef0078a26230f8e0d823716679541dec5c93924c2b1a890c9a  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
617cb8b2b47139e8b9d1c006f6a762106d1b746bf4fa5178e769b4ac2075701be5e14040053f4dc8c4aedd152807f51a19a53c807a51a9435c7fb363c80226fa  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
f02e8f54a28ecd5fa8cdaa014b5f16d84018a5b346e91067598cb4daac639efede73b868bda8044d452d1f6c6d7711e441194c498de36fb1f1639607387e2834  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.deb
c95e565b768ede068030de65349e73daae2661fd48810c696d5d7ba80adb31811504c34d2cad354b60d6dbf8a4b67fc68497acb0436924c74c241b5bead08996  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.rpm
5759b42a3ec794cfa0c39c622ba7acdb1008d23b2ef61952e37f9334d7eec569fcf702ecb47fad45ed372037909ae20efb8f588efef445a1b733a161fe4445f5  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.tar.gz
eb26de93d32b762a1743f27e0a6a1348c3f084569906f90e72fd6288cfcaf37af01e806aca88a5527e7a8e7a846cfb856a408810f05ebdba6ad83d034c1c1d8d  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.zip
1cc53d02f1aad1578fa988cd5d423e1ebf6b880b593de95115e86b6ad0ee10744313cead9f7867c60bdd8cd54415e84dfc4908fb4691341632c0b2ff72dfb437  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
e3293adfd7674dfdd90ae83930277b16d5be0bc97423b5dee24ce061ea216853078423619a4c61c5e5a05c20fb5240afcf6a3ccebf25f978921ac8f764d0719b  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
d36e482b17bbd0bd6f2bcf4431037818499dd09b8ff2635d5ce7bb5b723fd852fbfc4f8538b8e5aaee770be0cd4de37c75733664d9f13820a776faa9340d0b55  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
8f57008f0e39f3d6b5d8b3763377b39ad63b9c34b6cc5016766647c147eb3ad11536ba60f21185b8398f7449ec1c65f9335539f1eaeeb8f47552f8920d00d882  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
ef63ff922b327b52442f55562aec244efeebf77f5237c8c33d1c7c7afd2849c78f61913bbb66a8cf4003fda8433af8f396644f0850b59d7b546d823319c5ebd5  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.deb
9a10d804bdc52907bf7b37bdc1f90a197d869ca35cbd3857549345908f6853386c8516c971e77e39d944c2f297386a8f1ce4d0d35e48417ee7851fa65934c09f  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.rpm
8a7a9e35e3921415f730bdcdf7ecb3b8eb6b7696b01f9a26687f1274e962836f6ce116385d56727dcd8c9474fe4647af5beebb996a914a934bf70ae629664bfe  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.tar.gz
93081993cd6d3e6436bd9fec77905bf8532c716a95c2335a1d8664aa9a604321e4cc8b551e4c9e5ec0b5fc2d35ca62de4b9beabc33a4e61570e4e096db1da1fd  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.zip
e82f1e3fb5f4b8afb5bc775713cc75eaf6b314b8f8bfaea7ed2ff0b1a59f86563ce183828cdedaeff9f5d7739b9297be01006255216a9a344eedfbb937a4d600  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
a5497173511a7f1ae01d5d98a2913d9a289ad0b481b3282d31d7a5a0cdc7baa8b6f756698d46fdc63eb6d6e92d6cd4674412c4503a8602d88aaca71d8c635cdf  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
f8deca0cc01940ba460c53e9312e80050ffffdfa499d6140b14afbbab64fce0776f3f1b66e3953509226849caac7a9b8ac4f557a1f0a0efc7644ea4f0a1fd38a  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
fe4bb579afbbd949655d1771450a75dfa195bc2a99f888013b2606298692290470d750e12c3470b6bcf95731b2739e9a47baff08643d0ebd18b5fd37b317c265  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
1fd45b249eaa18ec28c9cbd21fce2d54f4cb5962d21fe99610a9dd7b95bd938e19883e65dbd8a1452d41761a2f53efab77d117595dd8525b49211ea92155afc8  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
8d82f1716250b4ba289bf86f45350ed9c17066e53f1d904641071c45001444285e6d0e61d36162d2a251d580227d0fbf21c8c88ae385a76602df4b907dc8832c  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
56bdec7ed1c292c8e32d5634e3043c4b33f270fca9f20c076cdc835ab59fe2fe8e53da22adae8ba842560aae7f28899fe706ea8da26ffc4cda75e3d6eb3e846d  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
8034023380b06e23191698787c490172fc063850b6e16d25fd6ad827f643ca31cd6de5c8bb215a0eae72bfd3e44da1f8f2cf8076ca3676eb4b9af46feb7555f5  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
14bf75fe7c98d5798bc3d426e482ab7eb5829cb38329511eef839ef73712d483058d9bd3257a91a83d523ae70dd5ff788b5435e3bfa6e3ee57db16f050ef037a  fastfetch-linux-i686/fastfetch-linux-i686.deb
d9ebef9a2bb8aba3702ef45c95ae6796d1990cf6f0959bb70b2f9516c96bce02e4c9fb972795adfa0d74fbc642711c366c2d846dd46e2aaa81e2c8288d86f95d  fastfetch-linux-i686/fastfetch-linux-i686.rpm
5e186d855708795ef9150fac45af0043aff5a7860cfe321c02a8d34816338a408fd25a71be7aa5d8a4a77255791445e188eb4d867ec0e68f06395e885951fba3  fastfetch-linux-i686/fastfetch-linux-i686.tar.gz
816492332b14b0d7fd52ea813b4ec82c0f40db9b56b024677f2b2c694bf64f8beb4f11b52ee7a0feb70d49de973ab2e0e00fc96356b5b4f1f7ad59809c01a3dd  fastfetch-linux-i686/fastfetch-linux-i686.zip
c5730d4fde1e1eff7d3afb19700c72f793f5b5133a31d4ffc148d79f37d6960ee6b4be652ce5e5364a5491579081b1d1a645aa8117055097fa7bcd8e595970b0  fastfetch-linux-loong64/fastfetch-linux-loongarch64.deb
76d424e1a3b44656158e28e78be3c2998a4231521d87dbd9d97997340cb87b048c2e4b7be864eb87d32ba04a08cd1ffd0f8cfbc1d2e5aea07f11e7f0ea3e8fe2  fastfetch-linux-loong64/fastfetch-linux-loongarch64.rpm
6eff949496ccbbb892b2451fc9ccf3eafe093fd979b8aee271c968597703833f0788129227160301cb1a847f51f1e0d13468d3fdf47cfe226cba04864117d360  fastfetch-linux-loong64/fastfetch-linux-loongarch64.tar.gz
dc3d1fccda002cbc730e666081f038497f27f82754a443feb23111f26a64dfbfd009f6d454f8a114d3b81c8fe6b4228e945782631a640dff2d3265f6eeb942ad  fastfetch-linux-loong64/fastfetch-linux-loongarch64.zip
00a2f1d268d3b1e10227d99f8809afb0441719c65916ddb2426f3b2e24d75eb23b945639d26f0cdd43fc6a6a9357b7b335121457abbe5a2489b11499725fbe9d  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
2198579216ef7cf32ed5eb46be4a73a4f95bba800968e0b80539845370316e81ab4f2a31781bd1b45574bc31776f3a60c920beefb7f0e164e028bede20291e64  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
d3e00ee38d837b37a221f2bcd8b0b9623371fc90b4b71350bc10157ef2f87b9a35d753b90ca53537c4fb2c971538953d1ea3eee220f05dce3df2812273518aef  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
9cd39a8ffcadbb2fa0156406253465a889387c8a5b26ec81ec9c52e5b80df15c081a01c4af1e6f2a025c669dcd480a36e58cfd1ff765ab79cbac65d7d3a34570  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
4a170e2fb7d7c8cd00b0e4546b1d8c16c8a41ccc15803445d1536efb19dd87fec6e018ddc05aa728a16f33d94a6afce1622e419f06b776dfc4e186fbfdd1540f  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
3804c1524b6578aa7682cf963fa4913a4c28bb01caac0279df8caa27710a170b548eba898498fd71e96e64b1cc2d85fd2a22bbd17e1971331bae42d8cdb71615  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
c49147f06044fd36d45dc446c2084c58ce6fd277c65422e8c0b58f3aad777e8f1d8aea116c06fff3ce437b9ee4547778ec500557a4462cd5b0d3eb82ea46f1df  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
1e8107f45f03ae5fe558f592534265d3f4b314644d263f2019c77f1eabae395391142f48e09b2915641fea2714ed5d15701ae020e902ee60b332e8a3997c90f1  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
692787fe3945958a9532b259d2796e6194415f5808553531f999aac64e7624660c10ec1a600661fc665b970ee242b623db5cc4c3efbab8154c1d98dcd05d45b3  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
0358aad544c7bfe282c8bd73ae7c13ac0ace14f2add8a4e0ef5403b941c5824fcaf1b82479a73d3ed7df758c80d3519939cad493e215a45892350662b96572e2  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
56403883983c65cdedd81c64f89062d6dc43916f46ae0e576b6df60de9ba5615584e1a701883dbfa210a1a6d2e7ec71b47c8b4dfac587117f2e3a15ede854674  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
68692e5136a20cc247d4cc21a6eb96122237b17bb6ad79254ca61f20493249d0d0c0c86d2475566a6da67523a6a961ac06813d97af4052962d7396d266ca04c6  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
816f62f9bfa0811476fb52870f7828be97ec54208c58ea3d883c3d80fef74f3c4a056d023f62a9cfac5190c994d880a9c52b7c94969e1bd34d8aa2df2d07ba2c  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
4c75d77b40663b2dc6f2066a7cfb43f0e6c0b95b2b9bdbaf80a6b2606763a1bfdeba0b00e5057dc4f39629d10ba62269885af9ae667b0b3eed999f8ac9b9f830  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
bf0573d0c8edb4d42c36b8191d342629e823d6d6c822bc5f83e18682b85ffd62bc5f897fd971a794e8ebf0127fba52a40280ef6a8bee05cd941b944b7d8c315a  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
5c1f5309777cd00f2d9b320ea5dc8ec75e0ca2d7f568d6d4487bbcb2179008159e7ac57b56ea9a6eda86d626c947040c35796b860f01b60d83c157d7f972785b  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
5528e31e62462a43c5ec26a73f03daacd01ffe7dbaf39e2a2fc93c0bcc6411936cc5d5e664ce2b8a5688f98e2f536f2132dec411646febd34c329b2fb65eec86  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
44bdb156197de9f972cef0e4d9743f6919048ad2fead6342f7af9c9ecb6710e0783a0c83b9d4726d06612693b07ba12b316b26bbc63f8520625f909ac93a59c8  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
9ce72e9888a376b030acbd2971a2b849f8b820b92bce858345abf1d2cad2e9cdf480972d4155432c482104fcc6715746096ba9c75022cc3c98ac09bdf0e29917  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
5138be72a5f3c9707902b0ce2841d595ecfc0a4f867cda577423852dba85c17b89d17c88707f7b061f480f23b3fe9bc3f2821d92166c00c4d66d6613e98c8d9c  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
74eef7ce7f8b126fa32e847ff8b5f60d56f26a1a1e85b1422927b8207500bb33c4708c04b1a3e24919e55f8340fdf3214e3e374d760db7ecc2544c861eb64245  fastfetch-omnios-amd64/fastfetch-omnios-amd64.tar.gz
5f2f524aa903c17a49955545ebaa09c6a2569e9659f6d13d6a6d17ced1efd8da711345bbad95ad8bb1eedb2883c420b2c2822d3c61a40fc8eed7413d0dfbdb5d  fastfetch-omnios-amd64/fastfetch-omnios-amd64.zip
162e15d579e1bc7992ad98bea94258754a6e1d6a6ec56f9d9f188ccb031ead8c69b354125a5bfee7aaa0ae89315eebae4824a364ee502e052d0265783e19acf8  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
2e324b70ea220b2c658ea80994dc879e5f999b46269a256d83b3932449616678c494632453f2f3e112d8cd1f0aea124962f7237bfc99b62212b466b3964f055e  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
4bcc571cb1d79b6ca1f7718d7f9e14311b45140651263dbcbeef06f1503c4c28f30847f0c34b4604296cde33e488d14aba307edb38fd1dc87c68ae86b8eaad33  fastfetch-solaris-amd64/fastfetch-solaris-amd64.tar.gz
d0afe1a8caaeae4a410949aa4423ec5f18aea0cbf806e0b1bf8d7c0881b99f6a789e36f96f96c4135836714a99747684806475b51f62bba4c8ef79a58f089844  fastfetch-solaris-amd64/fastfetch-solaris-amd64.zip
4819538c23a66fa24383ce7ce872486cbfc7a9e1c3c8e1efa0764fa57b0f47513b9b2a393fd95b5550011db4095532113e2cdaca48756611991e1abefcfbc9a6  fastfetch-source/2.68.1.tar.gz
5c5ee4f778c9e29d191d421cc66674325eab45f46ae3c8aaf1a1d0f4d1a72b25c8827628a35321a9b9b61db7e66db82dee8cb5603eeae26b1292642435521c78  fastfetch-source/2.68.1.zip
b7b1837d955c361b211c9484a860a9ab28cbd475464e12d516abfd27e20aeae219747510506704a84a8f2d7055eca71ccb902ae943501904ae81f44ee40a75d6  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
6d7ee4ef2d0c6e7aef753281b0e4338107bfc07c8f9afc2a9a3da5ac815eda9cacbffaa667c214c44140db6cf79f703a35bf828e60e0f28c1d792220de3f0834  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
c69e7cdd27b9c5baa67cc461d22e7507b7d9689d05a32379d788b1b2cac9e78566bc570c48f5f10f84539551090caf211d373ef0994106ec48f2f0cc78131a9d  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
b45380e64ef5d9a6b5ea7eda111d86e2b1d73d185e27eecef3fbead528701bc9272ff97ee288adf6660ec94dc7e2e708182b98d5aaf5e2328ec819959e195e49  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
openai/codex (aqua:openai/codex)

rust-v0.152.0: 0.152.0

Compare Source

New Features

  • Vim mode supports / and ? searches within drafts, highlighted matches, and repeat navigation with n and N. (#41586)
  • Rate-limit banners offer actions for checking usage, managing credits, resetting limits, and managing plans. (#41742)
  • The terminal UI and codex exec show credential-refresh progress, including Amazon Bedrock reauthentication. (#41239)
  • MCP server names can contain :, @&#8203;, /, and ., supporting package-style names throughout CLI commands and authentication. (#41700)
  • Individual MCP tools support an output_token_limit setting, with consistent truncation across session resumes. (#41421)
  • App-server clients can configure thread/shellCommand timeouts, including deadlines longer than one hour. (#41384)

Bug Fixes

  • Vim-enabled composers now start fresh drafts in Insert mode, including after submitting messages or dispatching slash commands. (#41921)

  • Automatic approval reviews can retain longer messages and a larger conversation transcript. (#41931)

  • Automatic approval reviews preserve user instructions, answers, and valid authorizations across history compaction. (#41660, #41846, #41852)

  • Resumed threads restore their saved working directory when none is supplied, and client metadata updates preserve filesystem permissions. (#41567, #41464)

  • MCP tools remain available through cache refreshes and remote plugin changes; authentication retries use refreshed helper-provided headers. (#41336, #41344, #41396, #41400)

  • Opening the model picker refreshes available models without losing the highlighted choice. (#41467)

  • Fixed Windows sandbox execution with Microsoft Store PowerShell, subprocess hangs on terminal queries, and cursor-related display corruption in older JediTerm terminals. (#41227, #41436, #41673)

  • Cloud task requests reject untrusted backend URLs and disable redirects to protect saved credentials. (#41403)

Chores

  • The planning tool is disabled by default; enable it with tools.update_plan.enabled = true. (#41744)
  • Plugin recommendations begin loading during startup, reducing delays before the first turn. (#41375)

Changelog

Full Changelog: openai/codex@rust-v0.151.0...rust-v0.152.0

  • #41210 Enable clock tools from model metadata @​copyberry
  • #41215 Roll over Guardian context before follow-up reviews @​copyberry
  • #41218 Share linked tool mention parsing in the TUI @​copyberry
  • #41219 Retry confirmed remote registration conflicts @​copyberry
  • #41221 Honor turn token budgets in Guardian review rollover @​copyberry
  • #41223 Add recency sorting to project/list @​copyberry
  • #41226 Move Guardian review session tests to a separate file @​copyberry
  • #41227 Use compatible PowerShell for elevated Windows sandbox commands @​copyberry
  • #41230 Apply app routing policy to unauthenticated plugin reads @​copyberry
  • #41231 Instrument the loaded plugin cache @​copyberry
  • #41232 Expose the PowerShell version in environment context @​copyberry
  • #41235 Sanitize history notes backend errors @​copyberry
  • #41239 Surface model provider authentication recovery progress @​copyberry
  • #41243 Add configurable gating for the sleep tool @​copyberry
  • #41250 Include thread source in realtime connection metadata @​copyberry
  • #41260 Let the history backend enforce tool output budgets @​copyberry
  • #41285 Drive keymap conflict checks from the action registry @​copyberry
  • #41292 Forward history note images to the model @​copyberry
  • #41308 Make subagents follow the root service tier @​copyberry
  • #41309 Honor required reviews when reusing Guardian scores @​copyberry
  • #41313 Decouple HTTP retry backoff from overload integration testing @​copyberry
  • #41322 Isolate required-model Guardian approval coverage @​copyberry
  • #41328 Review terminal input against retained permissions @​copyberry
  • #41331 Classify clock tools as built-in control tools @​copyberry
  • #41336 Preserve cached MCP tools during binding capture @​copyberry
  • #41344 Use refreshed MCP tool caches during binding capture @​copyberry
  • #41349 Assign stable IDs to generated Responses input items @​copyberry
  • #41354 Reject NUL bytes in reviewed terminal input @​copyberry
  • #41357 Support compression for shared rollout lineages @​copyberry
  • #41360 Measure Codex home usage at app-server startup @​copyberry
  • #41364 Test resuming compressed shared rollouts @​copyberry
  • #41365 Restrict async user messages to questions @​copyberry
  • #41368 Match Windows shell guidance to the executor platform @​copyberry
  • #41375 Preload plugin recommendations during session startup @​copyberry
  • #41380 Clarify proactive multi-agent delegation guidance @​copyberry
  • #41384 Support configurable timeouts for thread shell commands @​copyberry
  • #41385 Give Guardian classifications distinct turn identities @​copyberry
  • #41392 Add shared Guardian context primitives @​copyberry
  • #41393 Preserve one-shot exec when unified exec is disabled @​copyberry
  • #41396 Refresh runtimes for remote plugin state changes @​copyberry
  • #41400 Refresh MCP HTTP helper headers after authorization failures @​copyberry
  • #41403 Restrict cloud task credentials to trusted origins @​copyberry
  • #41413 Optimize history item lookups @​copyberry
  • #41416 Add app-server notification media filtering @​copyberry
  • #41421 Support per-tool MCP output limits @​copyberry
  • #41422 Add shared Guardian transcript collection @​copyberry
  • #41424 Preserve context baselines across nested agent forks @​copyberry
  • #41427 Filter media from function call output notifications @​copyberry
  • #41429 Retain the last selected step context for each turn @​copyberry
  • #41432 Run executor hooks for interrupted turns @​copyberry
  • #41435 Allow bundled browser cleanup hooks on subagent stop @​copyberry
  • #41436 Respond to terminal queries from TTY subprocesses @​copyberry
  • #41447 Support openai/elicitation form requests @​copyberry
  • #41448 Clarify question handling in Default collaboration mode @​copyberry
  • #41449 Rename the read-only Seatbelt platform defaults policy @​copyberry
  • #41452 Report code mode host request durations @​copyberry
  • #41454 Block goals after repeated execution host failures @​copyberry
  • #41456 Support app targets in executor plugin hooks @​copyberry
  • #41457 Source proactive multi-agent instructions from the model catalog @​copyberry
  • #41461 Source async user message descriptions from the model catalog @​copyberry
  • #41464 Preserve permissions when updating session metadata @​copyberry
  • #41467 Refresh the TUI model picker from the app server @​copyberry
  • #41476 Use rules_rs platforms for release binaries @​copyberry
  • #41477 Organize bundled Rust resources under asset directories @​copyberry
  • #41562 Preserve turn lineage across goal continuations @​copyberry
  • #41567 Restore thread cwd from owned settings snapshots @​copyberry
  • #41569 Harden diagnostic report uploads @​copyberry
  • #41570 Fix proactive multi-agent instruction grammar @​copyberry
  • #41586 Add Vim search motions to the composer @​copyberry
  • #41613 Move Vim history tests into the history search module @​copyberry
  • #41630 Update tests for default-enabled update_plan @​copyberry
  • #41660 Preserve Guardian authorization across history compaction @​copyberry
  • #41666 Approve the first Node REPL execution without a Guardian wait @​copyberry
  • #41673 Repair cursor-style rendering on older JediTerm terminals @​copyberry
  • #41683 Set working directories for environment MCP tests @​copyberry
  • #41700 Support package-style MCP server names @​copyberry
  • #41742 Show actionable rate-limit banners in the TUI @​copyberry
  • #41743 Mark history ingestion requests in turn metadata @​copyberry
  • #41744 Make the update_plan tool opt-in @​copyberry
  • #41803 Allow models to enable token budgeting by default @​copyberry
  • #41840 Use the async stack budget for approval reviews @​copyberry
  • #41846 Preserve Guardian review evidence across compaction @​copyberry
  • #41852 Preserve Guardian user answers across compaction @​copyberry
  • #41853 Box the session startup future at its API boundary @​copyberry
  • #41857 Preserve Guardian user answers from current history @​copyberry
  • #41858 Preserve user text when Guardian history drops oversized images @​copyberry
  • #41861 Keep history extension tools out of Guardian reviews @​copyberry
  • #41921 Start fresh Vim drafts in Insert mode
  • #41931 Increase Guardian message transcript limits
sxyazi/yazi (aqua:sxyazi/yazi)

v26.9.1: v26.9.1

Compare Source

See https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v2691 for the changelog.

vercel-labs/agent-browser (aqua:vercel-labs/agent-browser)

v0.36.0: v0.36.0

Compare Source

New Features

  • Added experimental WebMCP support for discovering and invoking tools provided by the current page, including frame-aware tool selection, detached results, cancellation, bounded metadata and output handling, and an opt-in MCP tool profile. WebMCP is enabled by default for locally managed Chrome and can be disabled with --no-webmcp or AGENT_BROWSER_NO_WEBMCP.
  • Added a WebMCP generation skill that helps agents expose existing page workflows as validated page tools while recording safety constraints, deterministic checks, and fallback behavior.

Improvements

  • Updated the eve integration to 0.47.3 and raised its compatibility floor to 0.39.1.
  • Updated brace-expansion dependency resolutions across the project lockfiles.

Bug Fixes

  • Removed the obsolete Lightpanda session timeout argument so launches use the current supported server options.

Contributors

  • @​ctate
  • @​Railly
  • @​anupamme
  • @​arrufat
anthropics/claude-code (github:anthropics/claude-code)

v2.1.252: v2.1.252

Compare Source

What's changed

  • Fixed Bash commands failing with "task output swap refused (tasks dir moved or linked)" on some Macs
  • Fixed "always allow" not saving in a project that has no .claude/settings.local.json yet
  • Fixed Remote Control sessions hosted by Claude Desktop or VS Code stalling for minutes after a tool finished when the connection to claude.ai was degraded
  • Fixed background task notifications with very large failure output (for example git errors on a full disk) making the conversation exceed the API request size limit

@scottames-github-bot

Copy link
Copy Markdown
Contributor
backnotprop/plannotator (github:backnotprop/plannotator)

v0.27.10: v0.27.10

Compare Source

Follow @​plannotator on X for updates

Missed recent releases?
Release Highlights
v0.27.9 WebMCP browser-agent tools, HTML refresh from disk, host seams, lazy renderers, Windows uninstall fix
v0.27.8 Pi keeps its prompt cache across plan transitions, thumbs-up returns to HTML annotation, embed picker seam
v0.27.7 Pi host crash fix on Windows, Call Flow tree cap, jj fork-point base, plannotator knowledge skill + llms.txt
v0.27.6 Live app annotation lands on Pi, one interaction model for HTML pages (same-day patch on v0.27.5)
v0.27.5 Annotate your running app, Agent TUI placement, collapsed lockfiles, VS Code theme fix, Pi fixes
v0.27.4 Portable Guided Review exports, guides.show share links, guide CLI, favicon switcher, jj Call Flow
v0.27.3 Folder watcher freeze fix on large repos, first SBOM-attested release pipeline
v0.27.2 Mobile plan and code review, Codex CLI 0.147 fix, folder annotate cold-start, configurable markdown extensions
v0.27.1 Open-in-editor launch fix, file headers respect Viewed/Git-add visibility toggles
v0.27.0 Call Flow analysis, --tailscale remote reviews, review panel remembers your view, Pi rebuild (breaking command rename), focus-mode shortcut
v0.26.8 Placed comment markers on HTML pages, shift-click multi-select, live app annotation
v0.26.7 Pinpoint targets any element on HTML pages, smarter hover labels, zero-scan hit testing

What's New in v0.27.10

This release brings two review features people have asked for, restores the slash commands on OpenCode 2, and fixes three reported bugs. Six PRs shipped, every one shaped by community reports and requests, and the whole set went through an adversarial 29-point QA sweep before tagging.

Files mark themselves viewed as you scroll

Reviewers reading the all-files diff top to bottom no longer check every file off by hand. Scroll past a file after actually reading it and it marks itself viewed; open a file, read it, and move on, and the same happens. Momentum-flicking to the bottom marks nothing: a file only counts once its content was on screen long enough to have been read, and collapsed or generated files (your lockfiles) never auto-mark from their folded headers.

The reviewer stays in charge. Un-viewing a file is treated as "come back to this," and auto-view will never re-check it. When a diff refreshes and a file's content changed underneath its checkmark, the checkmark comes off, so a stale check can't vouch for code an agent just rewrote. The feature is on by default with a one-time notice the first moment it fires, and it can be turned off in Settings or from the gear above the file list.

#1430

Undo and redo for annotations

Mod+Z / Mod+Shift+Z now work across annotation actions in plan review and code review: create, edit, and delete for comments, deletions, checkbox toggles, suggestion batches, and image annotator strokes. History is bounded, per-document, and deliberately conservative: typing in a text field keeps the browser's native undo, and comments posted by agents or external tools never enter your history, so an undo can only ever touch your own work.

Requested by @​jj-valentine in #828.

#1426, closing #828

Slash commands return on OpenCode 2

OpenCode 2's plugin API originally had no way for a plugin to execute a slash command, which left /plannotator-review, /plannotator-annotate, and /plannotator-last dead on V2. Upstream shipped exactly the hook that was missing (anomalyco/opencode PR #44765), and Plannotator now uses it: on hosts with the new API the three commands run natively again, opening the UI directly with no model turn and your arguments passed through untouched. Agent switching selected in the review UI also works again on those hosts.

On OpenCode 2 builds that don't have the new API yet, the commands fall back to asking the agent to run the plannotator CLI, which works everywhere today. The native path takes over automatically as OpenCode builds update. OpenCode 1 behavior is unchanged.

#1434, #1435

Remote OpenCode 2 sessions show their URL

Remote sessions are only usable if you can see the session URL, and on OpenCode 2 there was no visible place for it to land. Both the new native commands and submit_plan now post the URL as a notice directly in the session transcript, without waking a model turn. This came out of the release QA sweep rather than a field report, which is where you want to find it.

#1435

Share links stop serving stale snapshots

When a teammate sent you a share link and you annotated their plan, the export kept offering the original short link back, without your annotations. The link lifecycle now tracks exactly which content a short URL was minted for and clears it the moment the content changes, so you can never send back a link that silently drops your feedback. The remaining piece, minting a fresh short link for small plans, is tracked in #1427.

Reported by @​grncdr in #798.

#1425, closing #798

Agent terminal works on npm 12

npm 12 blocks dependency install scripts by default, which silently skipped node-pty's native build on Linux and left the annotate-mode Agent tab reporting "Agent unavailable" from a runtime that looked installed but couldn't load. The managed runtime now approves exactly that one build script, verifies the native binary actually exists after install, retries the build once if it doesn't, and fails loudly with the repair command instead of failing later in the UI.

Reported by @​smartobc-stephen in #1409, with a diagnosis accurate down to the fix.

#1411, closing #1409

Additional Changes

  • Herdr Annotate: the README and plannotator.ai now introduce Herdr Annotate, terminal-side annotation built on Plannotator TUI, with a landing page at plannotator.ai/tui-annotate. Annotations from the terminal land in the same Plannotator data directory, so both tools compound.
  • Firefox forced colors: the plannotator.ai hero text no longer disappears for Firefox users running with "Override the colors specified by the page" or OS high contrast.

Install / Update

macOS / Linux:

curl -fsSL https://plannotator.ai/install.sh | bash

Windows:

irm https://plannotator.ai/install.ps1 | iex

Claude Code Plugin: Run /plugin in Claude Code, find plannotator, and click "Update now".

Pi: Update @&#8203;plannotator/pi-extension to 0.27.10 and restart Pi.

OpenCode: Clear cache and restart:

rm -rf ~/.bun/install/cache/@&#8203;plannotator

What's Changed

  • feat(review): mark files viewed as you scroll past them in #1430
  • feat: add bounded annotation undo and redo in #1426
  • feat(opencode): restore the slash commands on OpenCode 2 in #1434
  • fix(opencode): show session URLs in remote OpenCode 2 sessions in #1435
  • fix(share): invalidate stale short links in #1425
  • fix(agent-terminal): approve node-pty install scripts for npm 12 in #1411

Community

This release is community-shaped end to end. @​jj-valentine requested undo/redo hotkeys for annotations in #828, and that request is now the bounded history system in both review surfaces. @​grncdr filed the stale short-link report in #798 with a clean reproduction of the round-trip that dropped annotations. @​smartobc-stephen reported the npm 12 agent-terminal failure in #1409 with a root-cause analysis so precise the fix followed it almost line for line. The auto-viewed feature and the OpenCode 2 command work both came from user reports and requests reaching us directly, and a Firefox user's report of vanishing hero text led to the forced-colors fix on the site.

Thank you all. Plannotator gets better because you tell us where it falls short.

Full Changelog: backnotprop/plannotator@v0.27.9...v0.27.10

Skipped Packages

GitHub Release Notes Unavailable

  • droid: No GitHub release was found for 0.210.0

@renovate
renovate Bot force-pushed the renovate/mise-packages branch from cc6bcd4 to 76b99c8 Compare September 5, 2026 14:54
@renovate
renovate Bot merged commit 06381b7 into main Sep 5, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/mise-packages branch September 5, 2026 14:59
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