build(deps): bump github.com/openclaw/crawlkit from 0.14.3 to 0.14.4 - #133
build(deps): bump github.com/openclaw/crawlkit from 0.14.3 to 0.14.4#133dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/openclaw/crawlkit](https://github.com/openclaw/crawlkit) from 0.14.3 to 0.14.4. - [Release notes](https://github.com/openclaw/crawlkit/releases) - [Changelog](https://github.com/openclaw/crawlkit/blob/main/CHANGELOG.md) - [Commits](openclaw/crawlkit@v0.14.3...v0.14.4) --- updated-dependencies: - dependency-name: github.com/openclaw/crawlkit dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex review: needs maintainer review before merge. Reviewed August 1, 2026, 12:10 PM ET / 16:10 UTC. ClawSweeper reviewWhat this changesUpdates Gitcrawl’s direct CrawlKit Go module dependency from v0.14.3 to v0.14.4 and refreshes the corresponding Go checksums. Merge readiness⛔ Blocked until real behavior proof is added - 3 items remain Keep this PR open for a narrow runtime-proof gate. The version and checksum-only patch is clean and current main still uses CrawlKit v0.14.3, but Gitcrawl imports CrawlKit across configuration, remote/cloud, storage, vector, and release-notification paths; passing CI does not demonstrate a configured post-upgrade run. Priority: P3 Review scores
Verification
How this fits togetherGitcrawl is a Go CLI that uses CrawlKit for shared configuration, remote access, storage, vector operations, and release checking. User commands load Gitcrawl configuration and archive data, then delegate those cross-cutting operations to the direct CrawlKit dependency. flowchart LR
User[CLI user or automation] --> Config[Gitcrawl configuration]
Config --> App[Gitcrawl command runtime]
App --> CrawlKit[Shared CrawlKit module]
CrawlKit --> Remote[Remote and cloud access]
CrawlKit --> Store[Local store and vectors]
CrawlKit --> Release[Release notification]
Remote --> Output[CLI results]
Store --> Output
Release --> Output
Decision needed
Why: The patch is mechanically narrow and CI is green, but the external Dependabot PR contains no post-upgrade real-behavior evidence for the direct runtime dependency. Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Validate v0.14.4 with a redacted configured Gitcrawl CLI smoke that exercises a real CrawlKit-backed path, then retain this two-file dependency update if the observed behavior is unchanged. Do we have a high-confidence way to reproduce the issue? Not applicable as a bug reproduction: this is a dependency update. A high-confidence acceptance check is still available—run a configured Gitcrawl command after resolving CrawlKit v0.14.4 and retain redacted terminal output. Is this the best way to solve the issue? Yes, the dependency pin and checksum update are the narrowest maintainable implementation path. The missing part is evidence that a real configured Gitcrawl runtime remains compatible with the new direct dependency. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against dcdf94703540. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rank-up movesOptional improvements that raise the rating; they are not merge blockers.
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
HistoryReview history (12 earlier review cycles; latest 8 shown)
|
Bumps github.com/openclaw/crawlkit from 0.14.3 to 0.14.4.
Release notes
Sourced from github.com/openclaw/crawlkit's releases.
Changelog
Sourced from github.com/openclaw/crawlkit's changelog.
Commits
4b80ce1ci: allow the current release signer in crawlkit's allowlist (#67)a46c641chore: prepare v0.14.4 release (#66)7e1d015ci: migrate releases to shared pipeline (#65)8194635build: unify Makefile targets across crawler repose379feebuild(deps): pin SQLite libc runtime1989082build(deps): update Go dependencies5dcaa4dbuild(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#64)e6861b9build(deps): bump the codeql-action group with 2 updates (#63)aa4d5aebuild(deps): bump github.com/mattn/go-isatty from 0.0.23 to 0.0.24 (#62)8a6a2a3ci: add ClawSweeper dispatch workflowDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)