Skip to content

Commit 82de410

Browse files
chore(deps): update ⬆️ aqua-packages (#642)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aquaproj/aqua](https://redirect.github.com/aquaproj/aqua) | minor | `v2.55.3` -> `v2.56.0` | | [charmbracelet/crush](https://redirect.github.com/charmbracelet/crush) | patch | `v0.29.0` -> `v0.29.1` | | [sst/opencode](https://redirect.github.com/sst/opencode) | patch | `v1.0.186` -> `v1.0.193` | --- ### Release Notes <details> <summary>aquaproj/aqua (aquaproj/aqua)</summary> ### [`v2.56.0`](https://redirect.github.com/aquaproj/aqua/releases/tag/v2.56.0) [Compare Source](https://redirect.github.com/aquaproj/aqua/compare/v2.55.3...v2.56.0) ##### Features [#&#8203;4422](https://redirect.github.com/aquaproj/aqua/issues/4422) Get pseudo-versions from Go Proxy if no tagged version exists [@&#8203;gizmoguy](https://redirect.github.com/gizmoguy) ##### Fixes [#&#8203;4401](https://redirect.github.com/aquaproj/aqua/issues/4401) Add YAML tags [@&#8203;Shion1305](https://redirect.github.com/Shion1305) [#&#8203;4404](https://redirect.github.com/aquaproj/aqua/issues/4404) Update golangci-lint to v2.7.2, with lint fixes [@&#8203;Shion1305](https://redirect.github.com/Shion1305) ##### Dependency Updates [#&#8203;4402](https://redirect.github.com/aquaproj/aqua/issues/4402) Update goreleaser to v2.13.1 [#&#8203;4405](https://redirect.github.com/aquaproj/aqua/issues/4405) Update anchore/syft to v1.38.2 [#&#8203;4406](https://redirect.github.com/aquaproj/aqua/issues/4406) Update Cosign to v3.0.3 [#&#8203;4420](https://redirect.github.com/aquaproj/aqua/issues/4420) Update expr to v1.17.7 [#&#8203;4424](https://redirect.github.com/aquaproj/aqua/issues/4424) Update goccy/go-yaml to v1.19.1 </details> <details> <summary>charmbracelet/crush (charmbracelet/crush)</summary> ### [`v0.29.1`](https://redirect.github.com/charmbracelet/crush/releases/tag/v0.29.1) [Compare Source](https://redirect.github.com/charmbracelet/crush/compare/v0.29.0...v0.29.1) ### Mini Attachments Patch This is tiny update to improve the behavior when files are dragged and dropped into Crush, and when long blocks of text are pasted in. Hope you're chilling out! 💘 #### Changelog ##### Fixed - [`4133554`](https://redirect.github.com/charmbracelet/crush/commit/41335547790de560fad7f33a69ef32d53591c41f): fix: prevent filename insertion when dragging attachments ([#&#8203;1683](https://redirect.github.com/charmbracelet/crush/issues/1683)) ([@&#8203;meowgorithm](https://redirect.github.com/meowgorithm)) *** <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://redirect.github.com/charmbracelet/crush/releases/download/v0.29.1/checksums.txt) and the [`checksums.txt.sigstore.json` file](https://redirect.github.com/charmbracelet/crush/releases/download/v0.29.1/checksums.txt.sigstore.json) files, for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.29.1/checksums.txt' wget 'https://github.com/charmbracelet/crush/releases/download/v0.29.1/checksums.txt.sigstore.json' ``` Then, verify it using [`cosign`](https://redirect.github.com/sigstore/cosign): ```bash 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' \ --bundle 'checksums.txt.sigstore.json' \ ./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`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified! </details> <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@&#8203;charmcli), [Bluesky](https://bsky.app/profile/charm.land). </details> <details> <summary>sst/opencode (sst/opencode)</summary> ### [`v1.0.193`](https://redirect.github.com/sst/opencode/releases/tag/v1.0.193) [Compare Source](https://redirect.github.com/sst/opencode/compare/v1.0.191...v1.0.193) - Indent wrapped todo items properly ### [`v1.0.191`](https://redirect.github.com/sst/opencode/releases/tag/v1.0.191) [Compare Source](https://redirect.github.com/sst/opencode/compare/v1.0.190...v1.0.191) - Improved `mcp` CLI and added ability to debug MCP OAuth ([@&#8203;elithrar](https://redirect.github.com/elithrar)) - Fixed handling of Windows CRLF line endings in grep tool ([@&#8203;majiayu000](https://redirect.github.com/majiayu000)) - Added per-agent filtering to skill tool description ([@&#8203;malhashemi](https://redirect.github.com/malhashemi)) - Better styling for small screens (short and/or not wide) - Changed task tool container to block layout for better subagent session display - Better error messages on connection failure - Allowed compaction hook to replace prompt entirely ([@&#8203;joelhooks](https://redirect.github.com/joelhooks)) **Thank you to 5 community contributors:** - [@&#8203;malhashemi](https://redirect.github.com/malhashemi): - feat(skill): add per-agent filtering to skill tool description ([#&#8203;6000](https://redirect.github.com/sst/opencode/issues/6000)) - [@&#8203;joelhooks](https://redirect.github.com/joelhooks): - feat(plugin): allow compaction hook to replace prompt entirely ([#&#8203;5907](https://redirect.github.com/sst/opencode/issues/5907)) - [@&#8203;majiayu000](https://redirect.github.com/majiayu000): - fix: handle Windows CRLF line endings in grep tool ([#&#8203;5948](https://redirect.github.com/sst/opencode/issues/5948)) - [@&#8203;elithrar](https://redirect.github.com/elithrar): - improve `mcp` CLI + ability to debug MCP oauth ([#&#8203;5980](https://redirect.github.com/sst/opencode/issues/5980)) - [@&#8203;Brendonovich](https://redirect.github.com/Brendonovich): - console: add AppImage download link ### [`v1.0.190`](https://redirect.github.com/sst/opencode/releases/tag/v1.0.190) [Compare Source](https://redirect.github.com/sst/opencode/compare/v1.0.186...v1.0.190) **Thank you to 1 community contributor:** - [@&#8203;malhashemi](https://redirect.github.com/malhashemi): - feat: add native skill tool with permission system ([#&#8203;5930](https://redirect.github.com/sst/opencode/issues/5930)) </details> --- ### 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](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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- 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 80248f5 commit 82de410

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/workflows/pr_aqua_update_checksum.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: read
1313
with:
14-
aqua_version: v2.55.3 # renovate: depName=aquaproj/aqua
14+
aqua_version: v2.56.0 # renovate: depName=aquaproj/aqua
1515
prune: true
1616
secrets:
1717
gh_app_id: ${{secrets.APP_ID}}

aqua/aqua-checksums.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -141,23 +141,23 @@
141141
"algorithm": "sha256"
142142
},
143143
{
144-
"id": "github_release/github.com/charmbracelet/crush/v0.29.0/crush_0.29.0_Darwin_arm64.tar.gz",
145-
"checksum": "307BB95E3123664E6C710050D2E10666A9FF60DAD2DE4D8ED75FF0C13A7454A8",
144+
"id": "github_release/github.com/charmbracelet/crush/v0.29.1/crush_0.29.1_Darwin_arm64.tar.gz",
145+
"checksum": "1A95E0ACC5E69522C4979B0E40C599C0F62A2FD15F67EA75C4D7F1BF23B71955",
146146
"algorithm": "sha256"
147147
},
148148
{
149-
"id": "github_release/github.com/charmbracelet/crush/v0.29.0/crush_0.29.0_Darwin_x86_64.tar.gz",
150-
"checksum": "B1F65E5DD98A29E3AEDBF82C0689CCDD08342B0AF2D12AD0B2C3CEB0950D99DF",
149+
"id": "github_release/github.com/charmbracelet/crush/v0.29.1/crush_0.29.1_Darwin_x86_64.tar.gz",
150+
"checksum": "1143950C296A7AD2C3A7547581B0C68A931962D4FE991AB97985EB569A9428BC",
151151
"algorithm": "sha256"
152152
},
153153
{
154-
"id": "github_release/github.com/charmbracelet/crush/v0.29.0/crush_0.29.0_Linux_arm64.tar.gz",
155-
"checksum": "BDE6AD598054D3E6FF7F60902E92C690EB7E54FA31269BFFBE1253ACFECFB6C1",
154+
"id": "github_release/github.com/charmbracelet/crush/v0.29.1/crush_0.29.1_Linux_arm64.tar.gz",
155+
"checksum": "9673FAECFB57E03B5B6F65DFC3A9C2F60D28F63F4C9E23BA6416B988782CF67D",
156156
"algorithm": "sha256"
157157
},
158158
{
159-
"id": "github_release/github.com/charmbracelet/crush/v0.29.0/crush_0.29.0_Linux_x86_64.tar.gz",
160-
"checksum": "975ECC01DE6F0E35D927A2366B898F94DDEBABED8D9B822641AD8CEDE22F6C5C",
159+
"id": "github_release/github.com/charmbracelet/crush/v0.29.1/crush_0.29.1_Linux_x86_64.tar.gz",
160+
"checksum": "F99DC624C6E4B9147C8045BADBA6CEA1F428BD4D641A8227829E08CFB0A6999C",
161161
"algorithm": "sha256"
162162
},
163163
{
@@ -951,23 +951,23 @@
951951
"algorithm": "sha256"
952952
},
953953
{
954-
"id": "github_release/github.com/sst/opencode/v1.0.186/opencode-darwin-arm64.zip",
955-
"checksum": "AFAD63EADE0AB308767E4D2269161092CDD0F8F4722B27F7643E33DD1F41E1E2",
954+
"id": "github_release/github.com/sst/opencode/v1.0.193/opencode-darwin-arm64.zip",
955+
"checksum": "1CB180AAB40E540EC96E6D2D2C8034BD3FDDAA8F98EC768D150F1BE0DE431111",
956956
"algorithm": "sha256"
957957
},
958958
{
959-
"id": "github_release/github.com/sst/opencode/v1.0.186/opencode-darwin-x64.zip",
960-
"checksum": "0438165DFF061499980B6ECF31B7FE6803A59B82882C6CABC4C28683DD7E59A8",
959+
"id": "github_release/github.com/sst/opencode/v1.0.193/opencode-darwin-x64.zip",
960+
"checksum": "4A6821CBD3D67ECDD3EAB92D540CFC0BBED5E3D36BD659AB4AB46D78AA2CB41E",
961961
"algorithm": "sha256"
962962
},
963963
{
964-
"id": "github_release/github.com/sst/opencode/v1.0.186/opencode-linux-arm64.tar.gz",
965-
"checksum": "C19134433AE400F5F5E49D80B66A2733D3399A2D7B187748C8EFBC3A316192FD",
964+
"id": "github_release/github.com/sst/opencode/v1.0.193/opencode-linux-arm64.tar.gz",
965+
"checksum": "4628A165647DD3CA515C91945FA7D1F19C2E7E2DD9E28E6C5E5ADE224A7C9777",
966966
"algorithm": "sha256"
967967
},
968968
{
969-
"id": "github_release/github.com/sst/opencode/v1.0.186/opencode-linux-x64.tar.gz",
970-
"checksum": "5E9D8FF665ADDD639FD61CB046C62CB8D69FE6EF55B411C44644669C95905E98",
969+
"id": "github_release/github.com/sst/opencode/v1.0.193/opencode-linux-x64.tar.gz",
970+
"checksum": "AA2DC94FBECDABBE20846A6D2FE8348D7A3F0C134508FF8A6AAED0BE0615233C",
971971
"algorithm": "sha256"
972972
},
973973
{

aqua/aqua.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ packages:
183183
- name: bootandy/dust@v1.2.3
184184
# AI coding agent, built for the terminal.
185185
# https://github.com/sst/opencode
186-
- name: sst/opencode@v1.0.186
186+
- name: sst/opencode@v1.0.193
187187
# The glamourous AI coding agent for your favourite terminal 💘
188188
# https://github.com/charmbracelet/crush
189-
- name: charmbracelet/crush@v0.29.0
189+
- name: charmbracelet/crush@v0.29.1
190190
# Terminal image, video, directory, and Markdown viewer
191191
# https://github.com/Skardyy/mcat
192192
- name: Skardyy/mcat@v0.4.2

home/.chezmoiscripts/run_once_after_10_aqua.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [[ ! "${GOROOT+x}" ]]; then
2727
fi
2828

2929
# renovate: datasource=github-releases depName=aquaproj/aqua
30-
_aqua_latest_version=v2.55.3
30+
_aqua_latest_version=v2.56.0
3131

3232
# renovate: datasource=github-releases depName=aquaproj/aqua-installer
3333
_aqua_installer_version=v4.0.4

0 commit comments

Comments
 (0)