Skip to content

tools: bump mise tools - #14

Open
pandascience-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/mise-tools
Open

tools: bump mise tools#14
pandascience-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/mise-tools

Conversation

@pandascience-renovate

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
aqua:anomalyco/opencode tools patch 1.18.41.18.10 1.18.18 (+7) age confidence
aqua:anthropics/claude-code tools patch 2.1.2182.1.220 2.1.232 (+10) age confidence
aqua:aws/aws-cli tools patch 2.36.72.36.13 2.36.23 (+9) age confidence
aqua:deviceinsight/kafkactl tools minor 5.19.05.20.0 age confidence
aqua:jdx/usage tools minor 3.5.63.6.0 age confidence
aqua:metalbear-co/mirrord tools minor 3.237.03.242.0 3.247.0 (+4) age confidence
github:always-further/nono tools minor 0.69.00.70.0 v0.73.0 (+2) age confidence
github:earendil-works/pi tools minor 0.82.00.83.0 v0.84.1 (+1) age confidence
npm:@fsouza/prettierd tools minor 0.28.00.29.0 age confidence

Release Notes

anomalyco/opencode (aqua:anomalyco/opencode)

v1.18.10

Compare Source

Core

Desktop

Improvements
  • Prevent adding the same attachment more than once.
  • Always show the new session button.
  • Improve toast notifications with better stacking, dismissal, and mobile layout.
  • Refine tab hover, active, and overflow states.
Bugfixes
  • Repair malformed saved tabs so broken tab state no longer persists across launches. (@​OpeOginni)
  • Hide the model variant selector until model data finishes loading.
  • Preserve the custom agent picker for existing users.

Thank you to 3 community contributors:

v1.18.9

Compare Source

Core

Bugfixes
  • Restored compatibility with legacy MCP SDK clients.

Desktop

Bugfixes
  • Fixed a Solid cleanup crash that could break navigation in the desktop app.
  • Fixed home session loading so the session list can update without suspending the whole page.
Improvements
  • Removed the extra vertical borders from the V2 home projects view.
  • Added an opt-in V2 desktop sidecar backed by the bundled CLI service.
  • Added collapsible model provider sections in V2 settings.

Thank you to 1 community contributor:

v1.18.8

Compare Source

Core

Improvements
  • Improved compatibility with newer MCP servers and OAuth flows.
Bugfixes
  • Reconnects MCP servers after expired SDK sessions, including concurrent requests.
  • Honors configured MCP OAuth callback ports in mcp debug.
  • Stops sending deprecated sampling defaults to newer Gemini models.

Desktop

Improvements
  • Added a shortcut to open the project selector in new sessions.
Bugfixes
  • Tab keyboard navigation now follows the visible tab order.
  • Opening files now expands Windows folders with trailing separators.
  • Server status uses blue when an integration needs attention.
  • Provider connection state now refreshes immediately after changes.
  • Linux packages now install AppStream metadata. (@​develop7)
  • Local desktop runs now use the channel database.
  • Prevents freezes when closing projects from the home view.
  • Prevents the right panel from freezing the session view while loading.

Thank you to 2 community contributors:

v1.18.7

Compare Source

Desktop

Bugfixes
  • Remove the extra titlebar inset in fullscreen on macOS.
  • Keep command palette entries from reappearing incorrectly when shadowed commands are removed.
  • Add scrolling to the project selector dropdown when the list is long. (@​david1gp)

Thank you to 2 community contributors:

v1.18.6

Compare Source

Core

Bugfixes
  • Fixed branch-specific repository caches so refreshing one reference no longer moves another branch checkout.

Desktop

Improvements
  • Improved compatibility with the newer client API across directory, project, session, and terminal flows.
Bugfixes
  • Fixed legacy MCP state refreshing when opening a V1 workspace.
  • Fixed provider lists not refreshing after connecting a provider or finishing provider OAuth on V1 servers.

v1.18.5

Compare Source

Core

Bugfixes
  • Improve Claude adaptive thinking handling across more response shapes.
  • Avoid OpenAI Responses phase handling that could break some conversations.
  • Preserve grep symlink paths in search results. (@​remixz)
  • Preserve Mistral reasoning history across turns.
  • Stabilize Mistral prompt caching.
  • Use the correct prompt cache keys for each SDK.
  • Fix MiniMax M3 thinking variant selection.

Desktop

Improvements
  • Support the current server terminal transport.
  • Support current-server review data in the desktop app.
  • Update server discovery flows for current servers.
  • Support current-server session actions, including prompts and commands.
  • Render current-server session timelines.
  • Stream current-server events in the desktop app.
  • Detect legacy and current servers so the desktop app can work with both.
Bugfixes
  • Restore optimistic timeline updates while responses are still streaming.
  • Hide legacy-only features when connected to current servers.
  • Preserve inline file mentions when sending prompts to legacy servers.
  • Stop auto-accepting config permissions on current servers.
  • Keep current servers out of the legacy layout.
  • Show plain file contents in file-specific tabs instead of review diffs.
  • Keep the prompt input agent toggle in sync.
  • Keep paginated session timelines in the right order.
  • Restore directory-scoped session status for legacy servers.
  • Reload legacy session progress after hydration.

Thank you to 2 community contributors:

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

v2.1.220

Compare Source

  • Bug fixes and reliability improvements

v2.1.219

Compare Source

  • Added Claude Opus 5 (claude-opus-5), now the default Opus model — 1M context, fast mode at $10/$50 per Mtok
  • Added sandbox.network.strictAllowlist setting to deny non-allowlisted hosts for sandboxed commands without prompting
  • Added DirectoryAdded hook that fires after /add-dir or the SDK register_repo_root control request registers a new working directory mid-session
  • Added mcp_server_errors to the headless stream-json init event, listing --mcp-config entries skipped by config validation; terminal runs print a startup warning
  • Added the workflowSizeGuideline settings key so the advisory Dynamic workflow size guideline can be set from any settings file; the /config row is hidden while one does
  • Added nested subagent forwarding in stream-json: subagents spawned at depth-2+ now appear when --forward-subagent-text is set, keyed by their spawning Agent tool_use id
  • Fixed claude -p text output dropping the answer already produced when a turn dies on a mid-stream API error
  • Added HTTP status and error text to claude mcp list and /mcp when a server fails to connect, and a warning for MCP config values with hidden leading or trailing whitespace
  • Fixed the Fable model row showing "Requires usage credits" for plans that include it, when a stale cache had baked the label in
  • Fixed the /model picker showing the merged Opus row as plain "Opus" instead of "Opus (1M context)"
  • Fixed copy-on-select inside GNU screen printing base64 into the terminal instead of copying the selection
  • Fixed Remote Control clients keeping a stale fast-mode status after a model switch, reconnect, or failed org check
  • Fixed CLAUDE_CODE_GIT_BASH_PATH on Windows exiting or being used as bash when the path isn't a bash/sh binary; it's now ignored with a warning
  • Fixed Vim mode: pressing ← on an empty prompt now returns to the agent view from NORMAL mode, not just INSERT
  • Fixed screen-reader mode rewriting the entire input line on every keystroke instead of echoing only the typed character
  • Improved the "Remote Control is only available via api.anthropic.com" error to name the specific setting that caused it
  • Improved claude --teleport to show which repo your current checkout points at when it doesn't match the session's repo
  • Changed dynamic workflows to default to a medium size guideline (aim for fewer than 15 agents); pick another size or unrestricted with Dynamic workflow size in /config
  • Changed managed MCP allowlist/denylist ${VAR} entries to resolve from the startup environment and managed-settings env instead of settings-file env
  • Changed the /model picker to highlight only the newest model's name, so the highlight marks the new release rather than an arbitrary subset of the list
  • Added the current default workflow size to the running-workflow status line, with a pointer to /config for changing it
  • Removed Opus 4.7 from fast mode; /fast now applies to Opus 5 and Opus 4.8
  • Updated the claude-api skill to default to Claude Opus 5, with a migration path from Opus 4.8
  • Subagents can now spawn nested subagents up to depth 3 by default (was 1); set CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1 to disable nesting
aws/aws-cli (aqua:aws/aws-cli)

v2.36.13

Compare Source

v2.36.12

Compare Source

v2.36.11

Compare Source

v2.36.10

Compare Source

v2.36.9

Compare Source

v2.36.8

Compare Source

deviceinsight/kafkactl (aqua:deviceinsight/kafkactl)

v5.20.0

Compare Source

Changed
  • reset offset now resets partitions concurrently, significantly speeding up offset resets on topics with many partitions
jdx/usage (aqua:jdx/usage)

v3.6.0

Compare Source

🚀 Features
  • (spec) add effect= to declare what a command does to the world by @​jdx in #​739
🚜 Refactor
  • (spec) make missed SpecCommand fields a compile error, and fix the four that were already missed by @​jdx in #​740

v3.5.7

Compare Source

🐛 Bug Fixes
  • (parse) don't leak the mounting CLI's flags into mounted commands; scan past non-global flags by @​jdx in #​738
metalbear-co/mirrord (aqua:metalbear-co/mirrord)

v3.242.0

Compare Source

Changed
  • Enabled IPv6 support by default; set feature.network.ipv6: false to
    disable.
  • Enabled TCP_NODELAY on every socket used to relay mirrord traffic - layer
    to internal proxy, internal proxy to external proxy and to the agent, agent
    outgoing and passthrough connections, redirected incoming connections, and
    the local sockets used for intercepted and port-forwarded traffic. Relayed
    data was already framed by the app on the other end of the hop, so Nagle's
    algorithm only added latency to small writes.
Fixed
  • Added the experimental.guard_std_fds config (off by default), which keeps
    the layer's internal proxy connection from breaking when the process starts
    with a closed standard fd. The connection socket could be assigned fd 0-2 and
    get reconfigured by the app's runtime (e.g. libuv setting O_NONBLOCK on
    stdin), killing the process with "Resource temporarily unavailable." This
    broke Next.js with Turbopack, which spawns its worker processes with stdin
    closed. #​4622
  • Database branch failures now surface the failure reason instead of a bare
    timeout.
  • mirrord operator status now more clearly labels machine session counts.

v3.241.0

Compare Source

Added
  • Added a replace service mode to mirrord up. A service run in replace
    mode copies
    the target workload and scales the original down to zero.
  • Added templating support with tera to mirrord up.
  • Added the mirrord chaos command for managing chaos rules. The available
    subcommands are list,
    add, edit and delete. Silently starts the local UI if needed. New rules
    can be provided as a
    file or to stdin, and output can be JSON format or pretty printed.
Changed
  • The "Generic" DB-branching type is now capitalized in the status output,
    again.
Fixed
  • Fixed mirrord up services with run.type: container running with an empty
    default config: the spawned mirrord container child resolved its config
    from scratch instead of using the resolved config passed by mirrord up,
    silently dropping the target, feature.env.override, remote environment, and
    HTTP filters.
  • Fixed corrupted permissions on files created through openat64 or
    openat$NOCANCEL on a path that
    mirrord handles locally. Both hooks dropped the variadic mode argument
    before bypassing to libc,
    so libc read whatever value happened to occupy that argument slot.

v3.240.0

Compare Source

Added
  • mirrord up can now run a subset of services (mirrord up service-a service-b), and services can be marked skip: true.
Fixed
  • Fixed mirrord exec on Windows failing to launch targets whose executable
    path contains a space (e.g. Python installed under C:\Program Files), by
    quoting the child command line instead of naively space-joining the
    arguments.
  • Fixed a layer <-> intproxy protocol framing bug that broke sessions where
    an app opened many concurrent outgoing connections.
  • Windows layer now falls back to a random local port when the requested bind
    port is busy, matching the unix layer's behavior.

v3.238.0

Compare Source

Added
  • Added container and image-native Flyway DB branch migration flavors.
Changed
  • The mirrord ui dark mode now uses neutral dark gray surfaces with the brand
    purple reserved for accents, improving contrast over the previous
    purple-on-purple scheme.
Fixed
  • Fixed 410 session errors when reusing an existing copy target.
always-further/nono (github:always-further/nono)

v0.70.0

Compare Source

What's Changed

New Contributors

Full Changelog: nolabs-ai/nono@v0.68.0...v0.70.0

earendil-works/pi (github:earendil-works/pi)

v0.83.0

Compare Source

New Features
  • Credential export for external clientspi auth print-api-key and pi auth print-bearer-token export configured credentials with automatic OAuth refresh and minimum-validity enforcement.
  • Headless OpenRouter sign-in — Complete /login over SSH by pasting the redirect URL or authorization code when the loopback callback is unavailable. See OpenRouter.
  • Claude Opus 5 on GitHub Copilot — Use Claude Opus 5 through GitHub Copilot with adaptive thinking and a 1M context window. See GitHub Copilot.
Breaking Changes
  • Upgraded bundled TypeBox aliases to 1.3.7, removing deprecated APIs including Type.Base, Type.Awaited, Type.Promise, Type.AsyncIterator, Type.Iterator, Type.Options, and Value.Mutate, while fixing compiled validation of nullable array tool arguments. Extensions using removed APIs must migrate to supported TypeBox APIs. See Package Dependencies (#​7243 by @​petrroll).
Added
  • Added pi auth print-api-key and pi auth print-bearer-token commands for exporting configured credentials to external clients, including automatic OAuth refresh and configurable minimum token validity (#​7168).
  • Exposed the session's resolved model scope as ctx.scopedModels to extensions. See Extension Context (#​7191 by @​pungggi, #​7215).
  • Added inherited per-request fetch injection for supported text and image provider transports.
  • Added the inherited "pending" stop reason for partial streaming messages. See Custom Provider Stream Pattern (#​7151 by @​lucasmeijer).
  • Added inherited raw provider stop reasons across Google, Anthropic, Amazon Bedrock, Mistral, and OpenAI streams; unmapped terminal reasons now surface as provider errors instead of successful stops (#​7272).
  • Added manual redirect URL and authorization-code entry to OpenRouter login for remote and headless environments. See OpenRouter (#​7114 by @​rgarcia).
  • Added inherited Claude Opus 5 support for GitHub Copilot with adaptive thinking and a 1M context window. See GitHub Copilot (#​7158 by @​jay-aye-see-kay).
Changed
  • Changed inherited OAuth credential resolution to refresh tokens with less than five minutes of validity remaining instead of waiting until expiration (#​7168).
Fixed
  • Added a status line when the tool output expansion is toggled (#​7180).
  • Fixed file-backed SYSTEM.md and APPEND_SYSTEM.md prompts being omitted from the interactive startup context listing. See System Prompt Files (#​7096).
  • Fixed context files loading twice when a linked Git worktree is nested under its main repository. See Context Files (#​7221 by @​arajkumar).
  • Fixed llama.cpp streamed responses reporting zero token usage and leaving session context accounting empty. See llama.cpp (#​7258 by @​SteveImmanuel).
  • Fixed session replacement and committed tree navigation during an active response to abort and persist the outgoing turn instead of leaving dangling tool calls. See Sessions (#​7022 by @​tmustier).
  • Fixed failed Git package installs leaving partial directories that blocked clean retries. See Install and Manage (#​7210 by @​haoqixu).
  • Fixed the /model selector retaining a stale selection while filtering instead of highlighting the top match (#​7211 by @​christianbasch).
  • Fixed direct RPC bash commands bypassing extension user_bash handlers. See User Bash Events (#​7214).
  • Fixed skills, prompts, and themes losing package source metadata after extensions reload resources. See Resource Events (#​6968).
  • Fixed cancellation of concurrently running user bash commands so every active command is aborted (#​7103 by @​yzhg1983).
  • Fixed duplicate messages appearing when extensions switch sessions during interactive startup (#​7110 by @​yzhg1983).
  • Fixed inherited Qwen Token Plan reasoning models to send their service-specific thinking controls and supported reasoning-effort levels (#​6951, #​6998).
  • Fixed inherited Z.AI output limits being sent through an unsupported parameter. See Providers (#​7174 by @​HyeokjaeLee).
  • Fixed explicitly configured Amazon Bedrock profiles being overridden by ambient AWS access keys. See Amazon Bedrock (#​7176 by @​christianbasch).
  • Fixed inherited image fallback paths overflowing narrow terminals, shortened home-directory paths, and made absolute paths clickable when terminal hyperlinks are available (#​7262).
  • Fixed inherited OpenAI-compatible tool calls losing their function arguments when malformed deltas also contain an empty custom object (#​7288 by @​sunnyyoung).

v0.82.1

Compare Source

New Features
  • Claude Opus 5 — Available on Anthropic and Amazon Bedrock with adaptive thinking (including xhigh), inference profiles, and prompt caching. See Providers.
  • Anthropic gateway bearer authANTHROPIC_AUTH_TOKEN authenticates against Anthropic-compatible gateways that require Authorization: Bearer, including compaction and branch summaries. See Environment Variables or Auth File.
  • Faster, more resilient model catalogs — pi.dev catalogs revalidate with If-None-Match so unchanged providers answer with an empty 304, and llama.cpp models stay listed across restarts. See llama.cpp.
Added
  • Exposed the outputPad setting to custom message renderers. See Extensions (#​7045 by @​xl0).
  • Added inherited ANTHROPIC_AUTH_TOKEN bearer authentication for Anthropic-compatible gateways. See Providers (#​5871).
  • Added inherited Claude Opus 5 support for Anthropic and Amazon Bedrock with adaptive thinking, inference profiles, prompt caching, and preserved AWS validation messages (#​7081 by @​unexge, #​7083 by @​davidbrai).
Changed
  • Changed pi.dev model catalog refreshes to revalidate with If-None-Match, so unchanged provider catalogs answer with an empty 304 instead of a full download.
  • Changed inherited Radius OAuth device authorization, token exchange, and refresh requests to use the configured gateway directly.
  • Changed inherited model loading errors to append the underlying cause, so auth failures such as OAuth refresh failed for openai-codex report the provider response instead of a bare wrapper message.
Fixed
  • Fixed compaction and branch summaries for providers whose authentication resolves entirely to request headers (#​5871)
  • Fixed unavailable scoped models being hidden from /models, allowing them to be removed without editing settings manually (#​6949, #​7032 by @​christianklotz).
  • Fixed startup context file discovery to skip directories that match context file names such as AGENTS.md, which produced EISDIR warnings (#​7106 by @​mrexodia).
  • Fixed the llama.cpp extension to persist its model catalog, so llama.cpp models stay listed before the first successful refresh. See llama.cpp (#​7072 by @​davidbrai).
fsouza/prettierd (npm:@​fsouza/prettierd)

v0.29.0

Compare Source

Changed
  • Minimum supported Node.js version is now 22 (dropped support for Node.js 20)
Updated dependencies
  • prettier upgraded to ^3.9.5
  • @babel/parser upgraded to ^8.0.4
  • @typescript-eslint/typescript-estree upgraded to ^8.64.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants