Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
1197 commits
Select commit Hold shift + click to select a range
182d774
fix(ci): bootstrap cc toolchain on self-hosted rust workflows
theonlyhennygod Mar 1, 2026
8d238c1
fix(ci): harden self-hosted tool bootstrap for sec-audit
theonlyhennygod Mar 1, 2026
6a9d5a1
fix(ci): add zig-based cc fallback for locked-down runners
theonlyhennygod Mar 1, 2026
665f7df
fix(ci): normalize target triples in zig cc shim
theonlyhennygod Mar 1, 2026
e95f731
fix(ci): provision ar and harden syft installer fallbacks
theonlyhennygod Mar 1, 2026
91a50d2
fix(sec-audit): restore pinned cargo-deny action on ubuntu
theonlyhennygod Mar 2, 2026
d941dcf
Merge pull request #2489 from zeroclaw-labs/issue-2483-lark-image-dow…
theonlyhennygod Mar 2, 2026
b47efad
Merge pull request #2490 from zeroclaw-labs/issue-2474-codex-oauth-do…
theonlyhennygod Mar 2, 2026
dd946c2
Merge pull request #2491 from zeroclaw-labs/issue-2470-windows-link-c…
theonlyhennygod Mar 2, 2026
a746b9a
merge(main): sync upstream main and resolve CI workflow conflicts
chumyin Mar 2, 2026
af53996
Merge pull request #2373 from gh-xj/feat/max-token-continuation-policy
chumyin Mar 2, 2026
374990b
ci: use release profile in reproducible build check
gh-xj Mar 2, 2026
9b64c44
fix: harden tool follow-through and workspace path resolution
chumyin Mar 2, 2026
7000b45
Merge branch 'main' into fix/2441-repro-build-profile
gh-xj Mar 2, 2026
d38a22b
Merge pull request #2505 from gh-xj/fix/2441-repro-build-profile
gh-xj Mar 2, 2026
b17e788
fix(runtime): harden windows shell fallback and doctor diagnostics
chumyin Mar 2, 2026
49384b1
feat(agent): intelligent team/subagent orchestration with hot config
chumyin Mar 1, 2026
0b5665a
feat(agent): add adaptive load balancing for teams and subagents
chumyin Mar 2, 2026
4635ece
fix(agent): restore BuildHasher import after rebase
chumyin Mar 2, 2026
ad2010e
fix(ci): satisfy strict-delta lint for orchestration changes
chumyin Mar 2, 2026
c4b79e9
fix(ci): align rollback guard defaults with trigger ref
chumyin Mar 2, 2026
0633ed6
fix(ci): keep scheduled canary audits non-blocking
chumyin Mar 2, 2026
d59b2cb
fix(gateway): enforce WATI webhook authentication
gh-xj Mar 1, 2026
ca99948
fix(gateway): accept any valid WATI signature header
gh-xj Mar 2, 2026
b4087d5
fix(gateway): satisfy strict lint and codeql for wati tests
gh-xj Mar 2, 2026
a56479f
fix: address coderabbit feedback for wati auth/docs
gh-xj Mar 2, 2026
b171955
fix(gateway): accept case-insensitive WATI Bearer token scheme
gh-xj Mar 2, 2026
4d75e84
fix: address review findings on plugin/runtime and CI portability
gh-xj Mar 2, 2026
91d8abf
feat(observability): add labeled WATI webhook auth failure metric
gh-xj Mar 2, 2026
b316a35
fix(config): avoid secret-derived debug value in WATI redaction
gh-xj Mar 2, 2026
9a0a115
fix(ci): keep scheduled rollback audits non-blocking
chumyin Mar 2, 2026
f18fac5
Merge pull request #2463 from gh-xj/fix/wati-webhook-auth
gh-xj Mar 2, 2026
61398eb
fix(channels): robust qq/feishu image delivery and multimodal proxy f…
chumyin Mar 2, 2026
53c5415
fix(qq): enforce parsed https URLs for media upload requests
chumyin Mar 2, 2026
1e6d4f1
ci: route workflows to hetzner self-hosted runner pool
chumyin Mar 2, 2026
0465336
ci: use system python on self-hosted runners
chumyin Mar 2, 2026
4443406
ci: pin docker api level for self-hosted daemon compatibility
chumyin Mar 2, 2026
21b91df
fix(docker): include workspace crate manifests in prebuild stage
chumyin Mar 2, 2026
fd5187b
fix(docker): include root build script in cached build context
chumyin Mar 2, 2026
1697cc2
docs+tests(agent): complete orchestration runtime config coverage
chumyin Mar 2, 2026
5cac4f8
style(rustfmt): align orchestration config tests
chumyin Mar 2, 2026
77bf7ff
ci(security): harden C toolchain bootstrap for non-sudo runners
chumyin Mar 2, 2026
7382fda
ci: recover cc shim in current step after bootstrap
chumyin Mar 2, 2026
27341a0
ci: offload lightweight workflows from hetzner runner lane
chumyin Mar 2, 2026
bdb873e
ci: route lightweight jobs to aws-india cpu40 runners
chumyin Mar 2, 2026
c37ef88
ci: whitelist aws light runner labels in actionlint
chumyin Mar 2, 2026
ca2eb0d
ci: rebalance lightweight gates to aws-india lane
chumyin Mar 2, 2026
31426d6
ci: bind codeql to dedicated hetzner lane
chumyin Mar 2, 2026
f4df039
ci: prioritize release codeql with dedicated hetzner lane
chumyin Mar 2, 2026
b21a1a9
ci: prioritize release branch runs across queue
chumyin Mar 2, 2026
0eab71e
fix(provider): fallback to sse on codex websocket no-response
theonlyhennygod Mar 2, 2026
1707f97
fix(skills): constrain missing cross-skill link escapes
theonlyhennygod Mar 2, 2026
e946854
fix(config): report initialized state correctly on load
theonlyhennygod Mar 2, 2026
31ca8c2
feat(channels): add napcat/onebot onboarding and config UI
theonlyhennygod Mar 2, 2026
631ec4b
fix(channels): include telegram group sender identity in llm prompt
theonlyhennygod Mar 2, 2026
ff8017a
feat(memory): add multi-query keyword expansion
theonlyhennygod Mar 2, 2026
d80b535
fix(memory): propagate primary recall errors in enhanced retrieval
theonlyhennygod Mar 2, 2026
b9ae046
fix(cron): support feishu announcement fallback to lark config
killf Mar 2, 2026
deaa6f6
release: v0.2.0
gh-xj Mar 2, 2026
a62a558
fix(test): sanitize shell ENV hooks for deterministic command execution
chumyin Mar 2, 2026
c1a2305
ci: self-heal rustfmt/clippy components in rust quality gate
chumyin Mar 2, 2026
0453519
ci: run rust quality subcommands via rustup toolchain
chumyin Mar 2, 2026
ffb05e7
ci: expose toolchain bin on PATH for cargo fmt/clippy
chumyin Mar 2, 2026
5a84b3a
ci: make strict delta gate resilient to toolchain cargo path
chumyin Mar 2, 2026
b22dc48
ci: expose toolchain bin path before cargo test flake gate
chumyin Mar 3, 2026
a8958ca
fix(ci): pin shell execution to /bin/sh for runtime and tests
chumyin Mar 3, 2026
10b7838
fix(ci): avoid login shell side effects in shell command execution
chumyin Mar 3, 2026
fbe7a7e
ci(release): add automated release safety gates
gh-xj Mar 3, 2026
0aabe51
fix(ci): downgrade CI gate api_error to warning for test compatibility
gh-xj Mar 3, 2026
d4c24f6
fix(ci): address coderabbit review findings
gh-xj Mar 3, 2026
316e385
fix: address Copilot review feedback on release safety gates
gh-xj Mar 3, 2026
6c7679c
fix: fail closed on CI gate verification failure in publish mode
gh-xj Mar 3, 2026
0d96fcd
fix: downgrade CI gate to warning when commit SHA not found on remote
gh-xj Mar 3, 2026
0a0433b
Merge pull request #2604 from gh-xj/feat/release-safety-gates
gh-xj Mar 3, 2026
1e4fc3c
fix(windows): increase stack size to resolve runtime overflow
killf Mar 2, 2026
8f4a400
ci: ensure cargo component before cache and e2e tests
gh-xj Mar 3, 2026
776e15e
ci: enforce strict cargo component check for pinned toolchains
gh-xj Mar 3, 2026
a300878
Merge pull request #2610 from gh-xj/feat/release-safety-gates
gh-xj Mar 3, 2026
8c1366d
fix(ci): restore GitHub-hosted runner labels for macOS and Windows re…
gh-xj Mar 3, 2026
d56ad64
feat(dashboard): add localized mock dashboard and mobile smoke coverage
theonlyhennygod Mar 2, 2026
7c7ff66
refactor(web): remove dashboard mock mode for ship
theonlyhennygod Mar 3, 2026
b89a3cd
feat(dashboard): update installer, pairing flow, and branding
theonlyhennygod Mar 3, 2026
bb8979d
Merge pull request #2613 from gh-xj/feat/release-safety-gates
gh-xj Mar 3, 2026
dcfb23d
fix(ci): unblock release builds — bump binary size limit and add cros…
gh-xj Mar 3, 2026
312f30f
Merge pull request #2614 from gh-xj/fix/release-build-blockers
gh-xj Mar 3, 2026
a130638
fix(ci): install gh CLI on self-hosted runners for release trigger guard
gh-xj Mar 3, 2026
03875c6
Merge pull request #2615 from gh-xj/fix/release-build-blockers
gh-xj Mar 3, 2026
0dcad87
fix(ci): propagate checkout auth to release trigger guard git operations
gh-xj Mar 3, 2026
9e8672c
Merge pull request #2616 from zeroclaw-labs/fix/release-build-blockers
gh-xj Mar 3, 2026
e77d9cf
fix(ci): pass GH_TOKEN to release trigger guard validation step
gh-xj Mar 3, 2026
49efa16
Merge pull request #2618 from zeroclaw-labs/fix/release-build-blockers
gh-xj Mar 3, 2026
8d41442
fix(ci): bump macOS binary size hard limit from 20MB to 22MB
gh-xj Mar 3, 2026
32c6cdb
Merge pull request #2622 from zeroclaw-labs/fix/release-build-blockers
gh-xj Mar 3, 2026
4059640
Merge pull request #2621 from zeroclaw-labs/fix/windows-stack-size
killf Mar 3, 2026
39e7c4f
Merge pull request #2538 from killf/fix/feishu-announcement-lark-fall…
killf Mar 3, 2026
e8e7e78
Merge pull request #2306 from killf/chore/gitignore-add-claude-dir
killf Mar 3, 2026
02f6a5c
fix(release): isolate rust toolchain homes in pub-release
gh-xj Mar 3, 2026
07ba229
fix(release): harden pub-release cross and apt reliability
gh-xj Mar 3, 2026
ede33ff
Merge pull request #2624 from zeroclaw-labs/fix/release-build-blocker…
gh-xj Mar 3, 2026
9396356
fix(release): add apt lock timeout and retries in pub-release
gh-xj Mar 3, 2026
4f66ecb
Merge pull request #2625 from zeroclaw-labs/fix/release-apt-lock-timeout
gh-xj Mar 3, 2026
426b3b0
fix(release): enable manual GHCR publish for tagged releases
gh-xj Mar 3, 2026
b0dab4e
Merge pull request #2626 from zeroclaw-labs/fix/release-docker-manual…
gh-xj Mar 3, 2026
da2d0ae
fix(ci): detect docker api version before buildx
gh-xj Mar 3, 2026
2749c77
Merge pull request #2627 from zeroclaw-labs/fix/ci-docker-api-autodetect
gh-xj Mar 3, 2026
a6f25d8
fix(agent): track tool execution success status correctly
killf Mar 3, 2026
33eca48
Merge pull request #2632 from zeroclaw-labs/fix/cron-past-time-valida…
killf Mar 3, 2026
46d087e
refactor(update): remove unused ErrorKind import
killf Mar 3, 2026
c89fc6e
Merge pull request #2636 from zeroclaw-labs/refactor/update-remove-un…
killf Mar 3, 2026
426fee3
Migrate workflows to Blacksmith
blacksmith-sh[bot] Mar 3, 2026
ad6a10a
ci: align Blacksmith runner label with repository policy
theonlyhennygod Mar 3, 2026
2161668
ci: add Blacksmith production release build workflow
theonlyhennygod Mar 3, 2026
cc13e88
style: fix rustfmt drift blocking production release build
theonlyhennygod Mar 3, 2026
d214ebf
ci: ensure rustfmt/clippy components in production release build
theonlyhennygod Mar 3, 2026
62fdddc
ci: activate toolchain PATH for cargo fmt/clippy in release build
theonlyhennygod Mar 3, 2026
d689dd7
ci: align release quality gate with repo baseline
theonlyhennygod Mar 3, 2026
e2ca220
ci: scope release tests to quick sanity
theonlyhennygod Mar 3, 2026
1bdf4ab
chore: bump version to 0.1.8 alpha track
theonlyhennygod Mar 3, 2026
1c0e5d9
ci: stabilize release/provenance workflow execution
theonlyhennygod Mar 3, 2026
eefeb34
ci: skip pub release job for prerelease tags
theonlyhennygod Mar 3, 2026
f2ba33f
ci: enforce cargo component in provenance job
theonlyhennygod Mar 3, 2026
a7a3c99
chore(release): prepare v0.2.0 changelog
gh-xj Mar 3, 2026
f3999ab
chore(release): bump version to 0.2.0
gh-xj Mar 3, 2026
8579ae5
chore(ci): retrigger checks for codex fallback branch
theonlyhennygod Mar 3, 2026
a2d842f
Revert "chore(release): bump version to 0.2.0"
gh-xj Mar 3, 2026
3141e9a
Revert "chore(release): prepare v0.2.0 changelog"
gh-xj Mar 3, 2026
696a0c5
feat(agent): add primary tool allowlist and denylist filtering
theonlyhennygod Mar 3, 2026
09d7684
feat(memory): add post-turn durable fact extraction across all agent …
theonlyhennygod Mar 3, 2026
f4997ce
test(config): cover slack group_reply nested table parsing
theonlyhennygod Mar 3, 2026
0140d69
chore(lockfile): refresh Cargo.lock for locked CI jobs
theonlyhennygod Mar 3, 2026
429ea06
feat(approval): add command-level shell approval rules
theonlyhennygod Mar 3, 2026
3702d22
feat(security): add canary token exfiltration guard
theonlyhennygod Mar 3, 2026
1162df7
fix(mcp): persist and forward Mcp-Session-Id for HTTP transport
theonlyhennygod Mar 3, 2026
5b59aee
fix(skills): broaden ClawhHub URL detection for installer
theonlyhennygod Mar 3, 2026
9eb0b2c
fix(cron): preserve active model for custom endpoint jobs
theonlyhennygod Mar 3, 2026
5471be7
ci(docker): publish GHCR image built with all cargo features
theonlyhennygod Mar 3, 2026
7ba6e1f
fix(repo): update stale ZeroClaw GitHub URLs
theonlyhennygod Mar 3, 2026
0947a92
fix(agent): expose test_locks module for binary test builds
theonlyhennygod Mar 3, 2026
403fd2d
Merge pull request #2663 from zeroclaw-labs/issue-2651-agent-allowed-…
theonlyhennygod Mar 3, 2026
978cbdc
Merge pull request #2664 from zeroclaw-labs/issue-2641-post-turn-memo…
theonlyhennygod Mar 3, 2026
135e4ed
feat(telegram): add StreamMode::On native draft streaming
theonlyhennygod Mar 2, 2026
e7c388b
fix(telegram): handle native draft stream fallback edges
theonlyhennygod Mar 3, 2026
37d2244
fix(http_request): stabilize credential_profile env resolution
theonlyhennygod Mar 2, 2026
4df1487
fix(http_request): hard-fail empty credential env values
theonlyhennygod Mar 3, 2026
6bdcb44
fix(ci): unblock main lint and codeql gates
theonlyhennygod Mar 4, 2026
f6fdf05
fix(test): resolve compilation errors and warnings
killf Mar 4, 2026
ea629a3
Merge pull request #2673 from zeroclaw-labs/fix/test-compilation-warn…
killf Mar 4, 2026
1a371c9
Merge pull request #1754 from LupoGrigi0/fix/release-v0.1.8-build-errors
theonlyhennygod Mar 4, 2026
cc53ba6
fix(gateway): clarify public-bind warning wording
theonlyhennygod Mar 2, 2026
5d38843
fix(agent): one-time non-cli allow-all token now bypasses all approvals
killf Mar 4, 2026
4dbfd17
Merge pull request #2676 from zeroclaw-labs/fix/one-time-approval-byp…
killf Mar 4, 2026
e1fd929
Merge pull request #1853 from xuhao1/feat/feishu-doc-tool
theonlyhennygod Mar 4, 2026
d286ecf
fix(test): align session grant test with actual behavior
killf Mar 4, 2026
8a5e17d
fix(skills): keep symlink test helpers in scope on merge
theonlyhennygod Mar 4, 2026
535f23b
Merge pull request #2677 from zeroclaw-labs/fix/one-time-approval-byp…
killf Mar 4, 2026
8ac7879
fix(skills): avoid merge conflicts by fully qualifying symlink test refs
theonlyhennygod Mar 4, 2026
c697497
fix(skills): normalize path separators to forward slashes for XML output
killf Mar 4, 2026
f2e23b3
feat(security): add semantic vectordb guard and corpus updater
theonlyhennygod Mar 4, 2026
289b406
Merge pull request #2675 from zeroclaw-labs/hotfix/main-ci-red-20260303
theonlyhennygod Mar 4, 2026
02cf1a5
Merge pull request #2680 from zeroclaw-labs/fix/skill-location-path-n…
killf Mar 4, 2026
860a646
chore(ci): rerun PR checks after main hotfix
theonlyhennygod Mar 4, 2026
26cda3d
chore(ci): retrigger flaky workflow lanes
theonlyhennygod Mar 4, 2026
4b45802
fix(audit): initialize log file when audit logging is enabled
theonlyhennygod Mar 4, 2026
b3887d7
feat(site): add es/pt/it locale support with UI selector
theonlyhennygod Mar 4, 2026
9c2f8ef
fix(daemon): handle sigterm shutdown signal
theonlyhennygod Mar 2, 2026
8dc4f37
fix(daemon): add shutdown grace window and signal hint parity
theonlyhennygod Mar 4, 2026
2f19d5e
fix(channels): use routed provider for channel startup
theonlyhennygod Mar 2, 2026
c09b1c0
test(channels): ensure runtime config cleanup before assert
theonlyhennygod Mar 3, 2026
3a8e7d6
feat(providers): support custom auth_header for custom endpoints
theonlyhennygod Mar 2, 2026
b31491b
fix(providers): harden custom auth_header resolution
theonlyhennygod Mar 3, 2026
ea9cda1
docs(config): clarify custom auth_header compatibility contract
theonlyhennygod Mar 4, 2026
5232e3e
feat(reliability): support per-fallback API keys for custom endpoints
theonlyhennygod Mar 2, 2026
312fe81
ci: ensure rustfmt and rustdoc in toolchain setup
theonlyhennygod Mar 2, 2026
29fc58f
ci: scope rust tooling checks by job type
theonlyhennygod Mar 3, 2026
d595e2f
fix(ci): fail hard on required rust components
theonlyhennygod Mar 4, 2026
82b7153
docs(config): clarify fallback_api_keys contract
theonlyhennygod Mar 4, 2026
7c48d36
docs(i18n): add Spanish, Portuguese, and Italian README translations
theonlyhennygod Mar 4, 2026
7b7be36
Merge pull request #2718 from zeroclaw-labs/feat/readme-i18n-es-pt-it
theonlyhennygod Mar 4, 2026
5ac14e2
feat(onboarding): make TUI wizard default one-click flow
theonlyhennygod Mar 4, 2026
fe96edf
Merge pull request #2727 from zeroclaw-labs/codex/tui-onboarding-clean
theonlyhennygod Mar 4, 2026
35811c8
fix(onboarding): unlock overwrite toggle in TUI flow
theonlyhennygod Mar 4, 2026
f9b9e95
Merge pull request #2729 from zeroclaw-labs/fix/tui-force-overwrite-u…
theonlyhennygod Mar 4, 2026
2ee9efb
feat(web): add polished dashboard styles
theonlyhennygod Mar 4, 2026
56ff971
Merge pull request #2736 from zeroclaw-labs/cherry-css
theonlyhennygod Mar 4, 2026
7ed4c32
installer: default to interactive onboarding under piped installs
theonlyhennygod Mar 4, 2026
25e0465
Merge pull request #2737 from zeroclaw-labs/codex/installer-tty-tui-d…
theonlyhennygod Mar 4, 2026
1f2a44b
installer: use raw refs/heads/main bootstrap URL
theonlyhennygod Mar 4, 2026
69f6c84
Merge pull request #2738 from zeroclaw-labs/codex/raw-refs-heads-inst…
theonlyhennygod Mar 4, 2026
2e2045b
chore(codeowners): align main with dev tri-owner approver routing
theonlyhennygod Mar 4, 2026
9fd7360
feat(skills): load skill bodies on demand in compact mode
theonlyhennygod Mar 4, 2026
41b3db3
fix(matrix): break OTK conflict retry loop
theonlyhennygod Mar 4, 2026
7e8dcd3
docs(governance): align PR gate policy with hardened protection
gh-xj Mar 2, 2026
877f949
fix(channels,runtime): backport discord transcription and WSL shell g…
theonlyhennygod Mar 4, 2026
edf43d6
fix(discord): treat application/ogg as audio for transcription
theonlyhennygod Mar 4, 2026
848f36c
fix(nextcloud): support Activity Streams 2.0 Talk webhooks
theonlyhennygod Mar 4, 2026
a4e04d0
feat(gateway): add security response headers
Preventnetworkhacking Mar 2, 2026
070a7ff
fix(gateway): preserve handler Cache-Control + add error response test
Preventnetworkhacking Mar 2, 2026
83767cb
Merge branch 'main' into chore_landing_readme_i18n_20260304
JordanTheJet Mar 4, 2026
0ce9434
fix(pr-2804): resolve main merge conflicts for dashboard release
theonlyhennygod Mar 5, 2026
05f52fd
docs: resolve remaining main merge collision in troubleshooting
theonlyhennygod Mar 5, 2026
35c21c4
Merge branch 'main' into wt-electric-blue-live
theonlyhennygod Mar 5, 2026
709411d
Merge pull request #2804 from zeroclaw-labs/wt-electric-blue-live
theonlyhennygod Mar 5, 2026
e160922
Merge pull request #2288 from zeroclaw-labs/pr-2049-mainfix
theonlyhennygod Mar 5, 2026
d22657f
Merge pull request #2323 from zeroclaw-labs/pr-1837-s34-main-rebased
theonlyhennygod Mar 5, 2026
63acfef
Merge pull request #2345 from zeroclaw-labs/issue-2274-crm-heartbeat
theonlyhennygod Mar 5, 2026
4e55265
Merge pull request #2496 from zeroclaw-labs/issue-2486-skill-invocati…
theonlyhennygod Mar 5, 2026
84e530b
Merge pull request #2565 from zeroclaw-labs/issue-2551-codex-ws-sse-f…
theonlyhennygod Mar 5, 2026
26cdebf
Merge pull request #2574 from zeroclaw-labs/issue-2460-group-sender-i…
theonlyhennygod Mar 5, 2026
f10ad8e
Merge pull request #2576 from zeroclaw-labs/issue-2510-activation-war…
theonlyhennygod Mar 5, 2026
1c83925
Merge pull request #2577 from zeroclaw-labs/issue-2503-napcat-channel
theonlyhennygod Mar 5, 2026
dc514cf
Merge pull request #2592 from zeroclaw-labs/issue-2472-enhanced-recal…
theonlyhennygod Mar 5, 2026
50d5199
Merge pull request #2681 from zeroclaw-labs/issue-2590-semantic-vecto…
theonlyhennygod Mar 5, 2026
7c22088
Merge pull request #2708 from zeroclaw-labs/issue-2679-audit-log-init
theonlyhennygod Mar 5, 2026
66f4369
Merge pull request #2712 from zeroclaw-labs/chore_landing_readme_i18n…
theonlyhennygod Mar 5, 2026
bf70149
Merge pull request #2756 from zeroclaw-labs/chore/main-codeowners-tri…
theonlyhennygod Mar 5, 2026
f6870ff
feat(integrations): support lmstudio custom connector endpoint (repla…
theonlyhennygod Mar 5, 2026
87524eb
Merge pull request #2811 from zeroclaw-labs/replay/pr-2709-main-20260305
theonlyhennygod Mar 5, 2026
d8c716f
fix(cron,security,onboarding): unify shell policy and custom-home-saf…
theonlyhennygod Mar 5, 2026
5e40c7b
Merge pull request #2812 from zeroclaw-labs/replay/pr-2797-main-20260305
theonlyhennygod Mar 5, 2026
2dba3b5
chore: remove Linear and Hetzner integrations (replay #2809)
theonlyhennygod Mar 5, 2026
6e8d41e
Merge pull request #2813 from zeroclaw-labs/replay/pr-2809-main-20260305
theonlyhennygod Mar 5, 2026
bd43439
feat(clawhub): add types module with ClawHubSkill, SearchResult, and …
klampatech Feb 21, 2026
6728dfe
feat(clawhub): add module documentation and re-export types
klampatech Feb 21, 2026
eb59629
feat(clawhub): add API client with search, get_skill, get_user methods
klampatech Feb 21, 2026
71fdc47
feat(clawhub): add skill downloader and local registry
klampatech Feb 21, 2026
c196fae
feat(config): add ClawHub configuration section
klampatech Feb 21, 2026
3df1400
feat(clawhub): add CLI commands for clawhub
klampatech Feb 21, 2026
0cd4c80
feat(clawhub): add LLM tools for clawhub search and install
klampatech Feb 21, 2026
cf76327
feat(clawhub): add skills README update functionality
klampatech Feb 21, 2026
650cbd2
fix(clawhub): update API types to match actual ClawHub responses
klampatech Feb 22, 2026
75eb510
fix(clawhub): use 'clawhub' instead of 'claw-hub' as command name
klampatech Feb 22, 2026
0aad66d
feat(clawhub): implement full install and uninstall flow
klampatech Feb 22, 2026
db29765
feat(clawhub): register clawhub tools in tool registry
klampatech Feb 22, 2026
3a41066
fix(clawhub): add From<SearchResultItem> impl for ClawHubSkill
klampatech Feb 22, 2026
953b5ea
feat(clawhub): add full LLM tool integration + fix Telegram 500 error
klampatech Feb 22, 2026
5e33a85
fix: address remaining clippy warnings in new code
klampatech Feb 22, 2026
db475d6
fix(clippy): resolve all clippy warnings in clawhub files
klampatech Feb 22, 2026
9ad6ff2
fix(clawhub): check HTTP status before downloading skill content
klampatech Feb 23, 2026
31ca1b9
fix(clawhub): support master branch fallback for skill downloads
klampatech Feb 23, 2026
18d809a
feat(clawhub): add config option for download fallback and better err…
klampatech Feb 23, 2026
a469eaf
feat(clawhub): add default Convex fallback URL for ClawHub-hosted skills
klampatech Feb 23, 2026
db54479
fix(clawhub): read config fallback URL in install tool
klampatech Feb 23, 2026
3d307c0
ci: trigger fresh build
klampatech Feb 23, 2026
744f259
fix(clawhub): address CodeRabbit review feedback
klampatech Feb 23, 2026
45692e8
fix: resolve regex parsing errors and missing test field
klampatech Feb 23, 2026
61c2bb9
fix: resolve CodeRabbit review comments
klampatech Feb 23, 2026
43450bc
chore: refresh head for legacy promotion-check cleanup (#1432)
chumyin Feb 28, 2026
e86e635
chore: trigger intake checks for RMN-300
chumyin Mar 1, 2026
aaca619
docs(plan): disable MD036 in ClawHub implementation plan
chumyin Mar 1, 2026
97dfb30
chore(ci): retrigger checks after queued-run cancellation
chumyin Mar 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(clawhub): use 'clawhub' instead of 'claw-hub' as command name
  • Loading branch information
klampatech authored and theonlyhennygod committed Mar 5, 2026
commit 75eb510463af982921b1e27093a852fd6cfe29a4
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ Examples:
},

/// Manage ClawHub skills
#[command(long_about = "\
#[command(name = "clawhub", long_about = "\
Manage ClawHub skills.

Discover, install, and manage skills from ClawHub (https://clawhub.ai).
Expand Down