git: 7ed02515fa7e - main - misc/crush: Update to 0.88.0
Hiroki Tagato <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ed02515fa7e3353e2e17f4f2b5879064b32d9bb commit 7ed02515fa7e3353e2e17f4f2b5879064b32d9bb Author: Hiroki Tagato <[email protected]> AuthorDate: 2026-08-01 06:24:27 +0000 Commit: Hiroki Tagato <[email protected]> CommitDate: 2026-08-01 06:24:27 +0000 misc/crush: Update to 0.88.0 Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.88.0 Reported by: GitHub (watch releases) --- misc/crush/Makefile | 2 +- misc/crush/distinfo | 10 +++++----- misc/crush/files/extra-patch-disable-command-blocking | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/misc/crush/Makefile b/misc/crush/Makefile index a5b9ef148bdb..309e7b9aabde 100644 --- a/misc/crush/Makefile +++ b/misc/crush/Makefile @@ -1,6 +1,6 @@ PORTNAME= crush DISTVERSIONPREFIX= v -DISTVERSION= 0.87.0 +DISTVERSION= 0.88.0 CATEGORIES= misc devel MAINTAINER= [email protected] diff --git a/misc/crush/distinfo b/misc/crush/distinfo index 423dae631ff6..196529518fff 100644 --- a/misc/crush/distinfo +++ b/misc/crush/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1785041350 -SHA256 (go/misc_crush/crush-v0.87.0/v0.87.0.mod) = 8120f101ae98c30ca931408bf1b5c22b355f06385bd86fbde3c9c8027b2564e7 -SIZE (go/misc_crush/crush-v0.87.0/v0.87.0.mod) = 10587 -SHA256 (go/misc_crush/crush-v0.87.0/v0.87.0.zip) = 91a8840f5c004ac62f62b3b455fed1bb41da1874aec07903d18e54a2406dca1c -SIZE (go/misc_crush/crush-v0.87.0/v0.87.0.zip) = 2479744 +TIMESTAMP = 1785564635 +SHA256 (go/misc_crush/crush-v0.88.0/v0.88.0.mod) = 0ca3bb80e6dca64939bff527550ef471fcf3634a7e292d948cb883918101d7be +SIZE (go/misc_crush/crush-v0.88.0/v0.88.0.mod) = 10582 +SHA256 (go/misc_crush/crush-v0.88.0/v0.88.0.zip) = 91ee7790457816ed07435b01be449cb5bff473fa83ae5d472885dab33db65669 +SIZE (go/misc_crush/crush-v0.88.0/v0.88.0.zip) = 2817702 diff --git a/misc/crush/files/extra-patch-disable-command-blocking b/misc/crush/files/extra-patch-disable-command-blocking index ddf5602b93ec..c279c7f32890 100644 --- a/misc/crush/files/extra-patch-disable-command-blocking +++ b/misc/crush/files/extra-patch-disable-command-blocking @@ -11,7 +11,7 @@ tools.NewMultiEditTool(nil, env.permissions, env.history, *env.filetracker, env.workingDir), --- internal/agent/coordinator.go.orig 1979-11-29 15:00:00 UTC +++ internal/agent/coordinator.go -@@ -712,7 +712,7 @@ func (c *coordinator) buildTools(ctx context.Context, +@@ -714,7 +714,7 @@ func (c *coordinator) buildTools(ctx context.Context, allTools = append( allTools, @@ -100,7 +100,7 @@ func TestBashTool_ChainedCommandsRequirePermission(t *testing.T) { --- internal/config/config.go.orig 1979-11-29 15:00:00 UTC +++ internal/config/config.go -@@ -309,6 +309,7 @@ type Options struct { +@@ -319,6 +319,7 @@ type Options struct { Debug bool `json:"debug,omitempty" jsonschema:"description=Enable debug logging,default=false"` DebugLSP bool `json:"debug_lsp,omitempty" jsonschema:"description=Enable debug logging for LSP servers,default=false"` DisableAutoSummarize bool `json:"disable_auto_summarize,omitempty" jsonschema:"description=Disable automatic conversation summarization,default=false"`