build(deps): update crawlkit to v0.14.5 - #164
Conversation
|
Codex review: needs maintainer review before merge. Reviewed August 3, 2026, 5:11 AM ET / 09:11 UTC. ClawSweeper reviewWhat this changesUpdates Discrawl’s direct Crawlkit dependency from v0.14.4 to v0.14.5, refreshes the resolved go-colorful transitive version, and records the maintenance update in the changelog. Merge readinessKeep this member-authored draft open for normal review: it makes a narrow, internally consistent Crawlkit patch update, while the remaining lint, test, and release-check workflows should complete before merge. Priority: P3 Review scores
Verification
How this fits togetherDiscrawl relies on Crawlkit for shared CLI support, configuration paths, read-only SQLite access, embeddings, release checks, and archive merge operations. Go module resolution selects those shared library implementations before Discrawl’s commands and storage workflows run. flowchart LR
A[Discrawl commands] --> B[Crawlkit module]
B --> C[Configuration and remote access]
B --> D[SQLite archive and search]
B --> E[Shared archive operations]
C --> F[Discrawl CLI output]
D --> F
E --> F
Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Merge the focused module update after the current checks confirm the existing Discrawl workflows remain compatible with Crawlkit v0.14.5. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR updates an existing dependency rather than reporting a user-visible defect. The relevant verification path is the repository’s compatibility checks, which are still running. Is this the best way to solve the issue? Yes. Updating the existing direct Go module requirement and its resolved checksums is the narrowest maintainable path; no duplicate implementation or new configuration surface is introduced. AGENTS.md: not found in the target repository. Codex review notes: model internal, reasoning high; reviewed against 3cae6351db7c. 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
|
Summary
Upstream validation
github.com/openclaw/crawlkit@v0.14.5module and tag resolve successfullyGOWORK=off go test -count=1 ./...passes across the Crawlkit v0.14.5 moduleDiscrawl validation
make checkok, catalog stateconsistent, and zero orphaned messages/channel IDsNo archive data, credentials, or private paths are included in this PR.