build(deps): bump github.com/openclaw/crawlkit from 0.14.3 to 0.14.4 - #155
build(deps): bump github.com/openclaw/crawlkit from 0.14.3 to 0.14.4#155dependabot[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, 7:48 PM ET / 23:48 UTC. ClawSweeper reviewWhat this changesUpdates Discrawl’s direct Crawlkit Go module from v0.14.3 to v0.14.4 and refreshes the resolved indirect terminal-formatting modules and checksums. Merge readiness⛔ Blocked until real behavior proof is added - 2 items remain This update is still necessary: current Priority: P3 Review scores
Verification
How this fits togetherDiscrawl delegates shared configuration, remote control, snapshot storage, progress reporting, semantic helpers, and its terminal browser to Crawlkit. Discrawl commands pass inputs into those shared libraries and return CLI, sync, search, and terminal UI results to operators. flowchart LR
A[Discord data and CLI commands] --> B[Discrawl application]
B --> C[Shared Crawlkit libraries]
C --> D[Configuration and remote control]
C --> E[Storage sync and search]
C --> F[Terminal browser]
D --> G[Operator-facing CLI results]
E --> G
F --> G
Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Keep the two-file module update and add a redacted after-update transcript for one meaningful Crawlkit-backed Discrawl command, then land it if the current checks remain green. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR updates a dependency and does not report a broken product behavior. Current main and the latest release still use the prior Crawlkit version, so the update request remains applicable. Is this the best way to solve the issue? Yes, conditionally: a narrow Go module update is the maintainable solution, and its existing diff contains no correctness defect; the remaining gap is after-update runtime proof rather than a code change. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 8141387a4f95. LabelsLabel 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 (5 earlier review cycles)
|
|
Verified the Dependabot head Validation: The live binary run exercises Discrawl's Crawlkit-backed release-check path after the v0.14.4 update. No runtime or test regression reproduced. |
|
The Crawlkit v0.14.4 update is verified here: the full Go suite and vet passed, and the real built binary completed the Crawlkit-backed structured release-check path. #158 carries the same Crawlkit update plus every other outdated dependency recorded by the repository, with full local gates, a six-platform snapshot, isolated SQLite/Crawlkit live proof, and a live Recommendation: close this PR as superseded by #158, then land #158 after its CI is green. |
|
Looks like github.com/openclaw/crawlkit is up-to-date now, so this is no longer needed. |
|
#158 landed as |
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)