From 2623b21fc00413d47aaeddd6ec353d283b003ec7 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 6 Aug 2026 18:51:26 -0700 Subject: [PATCH] chore: update crawlkit to v0.14.6 Picks up the archive TUI filter fixes (typing q no longer quits, rune-safe backspace for CJK/emoji queries) and the guard against stacked refresh goroutines on slow loads. --- CHANGELOG.md | 4 ++++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f84aaa..7d9c218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Maintenance + +- Updated CrawlKit to 0.14.6, fixing the archive TUI filter (typing `q` no longer quits and backspace is rune-safe for CJK/emoji queries) and preventing slow refreshes from stacking overlapping refresh goroutines. + ## v0.8.2 - 2026-08-06 ### Fixes diff --git a/go.mod b/go.mod index 721c21a..7ec306c 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/alecthomas/kong v1.16.0 github.com/golang/snappy v1.0.0 github.com/mattn/go-runewidth v0.0.27 - github.com/openclaw/crawlkit v0.14.5 + github.com/openclaw/crawlkit v0.14.6 github.com/slack-go/slack v0.27.0 github.com/stretchr/testify v1.11.1 github.com/syndtr/goleveldb v1.0.0 diff --git a/go.sum b/go.sum index 1cddf1d..db437f9 100644 --- a/go.sum +++ b/go.sum @@ -70,8 +70,8 @@ github.com/onsi/ginkgo v1.7.0 h1:WSHQ+IS43OoUrWtD1/bbclrwK8TTH5hzp+umCiuxHgs= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/gomega v1.4.3 h1:RE1xgDvH7imwFD45h+u2SgIfERHlS2yNG4DObb5BSKU= github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= -github.com/openclaw/crawlkit v0.14.5 h1:hoJ1VowKPhDBuMx4Z3b+ExLP27Xxhs0riMtcKKdDU3E= -github.com/openclaw/crawlkit v0.14.5/go.mod h1:rLf+LwCKA4qSXD5JdKv0CDVJv8zMnhUH17tHxvKdd0U= +github.com/openclaw/crawlkit v0.14.6 h1:NUEC9xu/IDzUv1rO/27aWNuTblvd3eYSooLfDn1RDvA= +github.com/openclaw/crawlkit v0.14.6/go.mod h1:rLf+LwCKA4qSXD5JdKv0CDVJv8zMnhUH17tHxvKdd0U= github.com/pelletier/go-toml/v2 v2.4.3 h1:GTRvJQutkOSftxIFD5xw9aepkYNuPWmVJpffdDPYVpY= github.com/pelletier/go-toml/v2 v2.4.3/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=