Skip to content

chore(deps): update ⬆️ aqua-packages - #613

Merged
renovate[bot] merged 2 commits into
mainfrom
renovate/aqua-packages
Nov 21, 2025
Merged

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

Conversation

@renovate

@renovate renovate Bot commented Nov 18, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
aquaproj/aqua-registry minor v4.436.0 -> v4.438.0
charmbracelet/crush patch v0.18.1 -> v0.18.4
openai/codex minor v0.58.0 -> v0.61.0
sst/opencode patch v1.0.67 -> v1.0.83
suzuki-shunsuke/pinact patch v3.4.3 -> v3.4.4
tofuutils/tenv minor v4.7.21 -> v4.8.3

Release Notes

aquaproj/aqua-registry (aquaproj/aqua-registry)

v4.438.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.437.0...v4.438.0

🎉 New Packages

#​44498 m7medVision/lazycommit: using AI to generate commit message suggestions @​hituzi-no-sippo
#​44472 werf/werf - A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices @​tony-sol

v4.437.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.436.0...v4.437.0

🎉 New Packages

#​44413 blender/blender: Blender is a free and open-source 3D computer graphics software @​lucasew

Fixes

#​44447 mas-cli/mas: Support mas v3.0.0 or later @​TyceHerrman
#​44305 apache/maven: Support maven 4.x @​aheritier

charmbracelet/crush (charmbracelet/crush)

v0.18.4

Compare Source

Kimi for Coding!

Did you know Kimi has a subscription plan for coding? This release adds support for exactly that.

Let us know how you like it and see you in the next release! 💘

Changelog

Fixed

Verifying the artifacts

First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/crush/releases/download/v0.18.4/checksums.txt'

Then, verify it using cosign:

cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/charmbracelet/crush/releases/download/v0.18.4/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/crush/releases/download/v0.18.4/checksums.txt.sig' \
  ./checksums.txt

If the output is Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release using sha256sum:

sha256sum --ignore-missing -c checksums.txt

Done! You artifacts are now verified!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v0.18.3

Compare Source

Google Gemini 3: So Hot Right Now

So…Gemini 3 is out and Crush has full support for it, available right now! This release adds support and improves reasoning for all Google models hosted at both Google and OpenRouter. You’ll need to update Crush for this to work. Speaking of which…

…Crush will now notify you when there is a new version available, so you can always have the freshest Crush.

See ya in the next update! 💘

Fixed
Other stuff

Verifying the artifacts

First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/crush/releases/download/v0.18.3/checksums.txt'

Then, verify it using cosign:

cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/charmbracelet/crush/releases/download/v0.18.3/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/crush/releases/download/v0.18.3/checksums.txt.sig' \
  ./checksums.txt

If the output is Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release using sha256sum:

sha256sum --ignore-missing -c checksums.txt

Done! You artifacts are now verified!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v0.18.2

Compare Source

Cybermode 2026

This is a small release with a big punch: Crush (and really, Bubble Tea v2) now supports Mode 2026, which synchronizes the renderer with the rendering cycles in the terminal, resulting in even smoother rendering overall.

Other small niceties in this release:

  • Assisted-by is now the default
  • Small rendering edge cases have been fixed
  • @​novalis78 fixed a bug with tool discovery

Enjoy the release! We have lots more in the pipe. 💘

Changelog

Fixed
Other stuff

Verifying the artifacts

First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/crush/releases/download/v0.18.2/checksums.txt'

Then, verify it using cosign:

cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/charmbracelet/crush/releases/download/v0.18.2/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/crush/releases/download/v0.18.2/checksums.txt.sig' \
  ./checksums.txt

If the output is Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release using sha256sum:

sha256sum --ignore-missing -c checksums.txt

Done! You artifacts are now verified!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

openai/codex (openai/codex)

v0.61.0: 0.61.0

Compare Source

Highlights
  • ExecPolicy2 integration and exec-server prep: core now integrates ExecPolicy2 with exec-server refactors and cutover groundwork, plus quickstart docs to help teams adopt the new policy engine.
  • Improved truncation and error reporting: single-pass truncation reduces duplicate work, and error events can now carry optional status codes for clearer observability.
  • Shell reliability and sandbox warnings: fallback shell selection is hardened and world-writable directory warnings are less noisy, including improved messaging on Windows.
  • UX fixes: corrected reasoning display, preserved review footer context after /review, and the model migration screen now shows only once.
PRs Merged

v0.60.1: 0.60.1

Compare Source

Bug fix release, most of the new important changes are in https://github.com/openai/codex/releases/tag/rust-v0.59.0

Bug fix:

  • Default model for API users is now gpt-5.1-codex

v0.59.0: 0.59.0

Compare Source

Highlights
  • GPT-5.1-Codex-Max: introducing our newest frontier agentic coding model. GPT-5.1-Codex-Max delivers higher reliability, faster iteration, and support for long-running, project-scale workflows. Learn more at https://www.openai.com/index/gpt-5-1-codex-max
  • Native Compaction Support: added first-class support for Compaction, improving performance across extended coding sessions.
  • Expanded Tool Token Limits: codex models now support up to 10,000 tool output tokens. Configure this via tool_output_token_limit in config.toml.
  • Windows Agent mode: Introduced Agent mode for native Windows. Codex can read files, write files, and run commands in your working folder with fewer approvals. Agent mode uses a new experimental Windows sandbox to limit filesystem and network access. Learn more at https://developers.openai.com/codex/windows
  • TUI and UX Improvements
    • Eliminated ghost snapshot notifications when no git repository is present.
    • Codex Resume now displays branches and respects the current working directory for filtering.
    • Added placeholder icons for images.
    • Credits are now visible in /status.
PRs Merged
sst/opencode (sst/opencode)

v1.0.83

Compare Source

  • Fixed a bug where the TUI would crash with an undefined error when no session was available

v1.0.82

Compare Source

  • Fixed OpenRouter AI SDK package usage to resolve issues with interleaved thinking models
  • Added automatic navigation to child sessions when they are requesting permissions
  • Changed default child session cycle keybinds from ctrl+right/left to <leader>right/left
  • Updated editor preference to use VISUAL environment variable over EDITOR per Unix convention

v1.0.81

Compare Source

  • Made the MAX_OUTPUT_LENGTH in bash.ts overridable by OPENCODE_EXPERIMENTAL_BASH_MAX_OUTPUT_LENGTH
  • Fixed autocomplete with existing space after trigger
  • Replaced ruby-lsp with rubocop for better LSP performance
  • Fixed issue where AI SDK warnings were being printed
  • Added ability for users to name export files
  • Fixed toast wrapping issue
  • Made /export command go to current working directory

v1.0.80

Compare Source

  • No user-facing changes in this commit

v1.0.79

Compare Source

  • Added PHP Intelephense LSP support
  • Added YAML language server support
  • Made AUR build check for glibc vs musl system compatibility
  • Disabled fetch timeout by default in provider options
  • Fixed OpenRouter AI SDK package support
  • Added bun install retries for better reliability
  • Fixed external directory permission wildcarding to be more sane
  • Made bash tool use external directory permissions
  • Added ability to show reasoning summaries for Gemini models
  • Fixed issue 4475
  • Added subagents to agents modal (non-selectable)
  • Allowed task tool to have resume capabilities
  • Added top-level lsp: false and formatter: false options to disable all formatters or LSPs at once

v1.0.78

Compare Source

  • Fixed image support check by passing model info to ReadTool
  • Fixed permission checks for external_directory and doom_loop

v1.0.77

Compare Source

  • Improved Gemini retry error messages to be more user-friendly and concise
  • Fixed theme reference resolution to allow referencing colors from theme definitions
  • Updated reasoning effort logic for GPT-5.1 models to use "low" instead of "minimal"

v1.0.76

Compare Source

  • Added opencode agent list command to show all available agents with details
  • Fixed Windows bash tool issue
  • Fixed desktop reactivity issue on route change
  • Fixed desktop response animation to only animate once

v1.0.75

Compare Source

  • Fixed GPT compaction issue
  • Changed Gemini 3 Pro to use temperature 1
  • Fixed CSS typo in desktop application
  • Fixed busy state and reactivity issues in desktop application

v1.0.74

Compare Source

  • Fixed model dialog sorting
  • Work in progress on new desktop layout

v1.0.73

Compare Source

  • Reworked default model
  • Added Nix support for installation and package management
  • Added width constraints to toast component for proper text wrapping
  • Added Swift syntax highlighting support
  • Reverted scroll_speed to allow only positive integers (reverting previous change that allowed any positive number)

v1.0.72

Compare Source

  • Fixed a bug where the noReply option was not properly handled in session prompts, causing unnecessary replies when users expected no response

v1.0.71

Compare Source

  • Respect server suggestion for default model

v1.0.70

Compare Source

  • Upgraded opentui to v0.1.46, enabling bracketed paste on Windows, fixing word wrapping with CJK characters, and allowing scroll speed configuration
  • Fixed the /exit command functionality
  • Reverted system theme background changes that affected terminal transparency

v1.0.69

Compare Source

  • Added /thinking slash command to toggle thinking blocks visibility in OpenTUI
  • Fixed system theme background to use 'none' for terminal transparency
  • Updated help dialog to use dynamic keybind
  • Fixed line count display on Windows
  • Fixed Git Bash path mapping on Windows
  • Added support for Azure Cognitive Services provider
  • Fixed OPENCODE_CONFIG_DIR to properly load config files
  • Bumped OpenTUI version to 0.1.45, fixing highlighting on Windows
  • Added copy option to message context menu
  • Improved retry display and handling for retry-after values exceeding 10 minutes
  • Enhanced batch processing with per-tool UI feedback and UX improvements

v1.0.68

Compare Source

fix: promptCacheKey issue with certain providers

suzuki-shunsuke/pinact (suzuki-shunsuke/pinact)

v3.4.4

Compare Source

Pull Requests | Issues | suzuki-shunsuke/pinact@v3.4.3...v3.4.4

🐛 Bug Fixes

#​1217 Skip prerelease tags when current version is stable @​fredericlepied

tofuutils/tenv (tofuutils/tenv)

v4.8.3

Compare Source

Changelog


Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from scottames as a code owner November 18, 2025 14:59
@renovate
renovate Bot enabled auto-merge (squash) November 18, 2025 14:59
@renovate
renovate Bot force-pushed the renovate/aqua-packages branch from 059da6e to 5868967 Compare November 21, 2025 02:59
@renovate

renovate Bot commented Nov 21, 2025

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate
renovate Bot merged commit 14de401 into main Nov 21, 2025
5 checks passed
@renovate
renovate Bot deleted the renovate/aqua-packages branch November 21, 2025 03:02
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