Commit Graph

133 Commits

Author SHA1 Message Date
openclaw-ci
76225ee7e3 update tool releases 2026-05-08 16:16:44 +00:00
openclaw-ci
0dea6487c4 update tool releases 2026-05-08 14:12:49 +00:00
openclaw-ci
dde43ea049 update tool releases 2026-05-08 05:12:01 +00:00
openclaw-ci
747ce88d6d update tool releases 2026-05-08 04:05:44 +00:00
openclaw-ci
8f288290e9 update tool releases 2026-05-06 22:26:05 +00:00
joshp123
4c1cee3c7e Fix QMD Darwin package on Garnix
Add xcbuild to the Darwin QMD build inputs so node-gyp can satisfy its xcodebuild version probe inside the sandbox instead of relying on host CLT state.

Tests: nix build .#checks.aarch64-darwin.qmd-smoke --no-link --accept-flake-config; nix shell nixpkgs#go --command go test ./...; git diff --check
2026-05-06 11:34:01 +02:00
openclaw-ci
4d1adfbdd7 update tool releases 2026-05-06 09:12:11 +00:00
joshp123
a0e7ac5ef1 package qmd for OpenClaw tools
What:
- add a source-built qmd package and plugin metadata
- add a no-model-download qmd smoke check
- teach update-tools to notice qmd releases and the new sonoscli asset names

Why:
- nix-openclaw needs QMD as an internal runtime battery on Darwin and Linux
- the maintainer automation should not require a separate manual qmd bump path

Tests:
- nix build .#qmd .#checks.aarch64-darwin.qmd-smoke --accept-flake-config --no-link
- nix shell nixpkgs#go --command go test ./...
2026-05-06 09:31:57 +02:00
joshp123
1732fb7a5c docs: define tool packaging boundaries 2026-05-06 08:52:42 +02:00
joshp123
08955054f4 use relative root for tool plugin flakes
Point per-tool plugin flakes at the repository root with a relative input so bundled plugin evaluation uses the same source tree instead of stale historical nix-openclaw-tools commits.

Tests: go test ./...; nix flake show --all-systems; nix build 'git+file:///Users/josh/code/nix-openclaw-tools?dir=tools/goplaces#packages.aarch64-darwin.goplaces' --no-link
2026-05-05 12:13:40 +02:00
joshp123
675f4ba420 rename OpenClaw tools flake
Move the flake identity from nix-steipete-tools to nix-openclaw-tools, update transferred upstream repos to openclaw, and drop stale CodexBar/bird packaging.

Tests: go test ./...; nix flake show --all-systems; nix build .#gogcli .#goplaces .#summarize .#camsnap .#sonoscli --no-link
2026-05-05 12:04:06 +02:00
clawdbot-ci
76bccdda2d update tool releases 2026-05-05 09:23:07 +00:00
clawdbot-ci
3bc73a214a update tool releases 2026-05-05 06:16:42 +00:00
clawdbot-ci
388231a52e update tool releases 2026-05-05 05:25:08 +00:00
clawdbot-ci
38650966bf update tool releases 2026-05-05 01:10:35 +00:00
clawdbot-ci
c94e18bc15 update tool releases 2026-05-04 03:05:05 +00:00
clawdbot-ci
620dc9666c update tool releases 2026-05-03 15:44:43 +00:00
Peter Steinberger
433c7b06af
fix: match peekaboo arm64 release asset 2026-05-03 16:40:35 +01:00
clawdbot-ci
de56f637f2 update tool releases 2026-04-27 07:17:00 +00:00
Dave Dennis
3103831ea1
feat: add CodexBar app package and module
Thanks @0xdsqr for the contribution.

Co-authored-by: 0xdsqr <me@dsqr.dev>
2026-04-27 05:57:45 +01:00
clawdbot-ci
1d8fe51b1e update tool releases 2026-04-26 06:02:42 +00:00
clawdbot-ci
81cbbedb53 update tool releases 2026-04-26 02:49:32 +00:00
Dave Dennis
26a27195ca
feat: add crawling tool plugins
Adds discrawl and wacrawl packages, plugin flakes, skills, updater wiring, and README entries.
2026-04-26 03:16:51 +01:00
Dan Sanduleac
3584e2b6d2
chore: add summarize subflake lock
Adds the committed lock file from PR #8.
2026-04-26 03:04:42 +01:00
Peter Steinberger
2afbbd55bf
fix: disable broken bird package export 2026-04-26 03:03:55 +01:00
Peter Steinberger
457023efd4
fix: resolve package build blockers 2026-04-26 03:02:50 +01:00
clawdbot-ci
3e8e39bd85 sync skills from clawdbot 2026-04-23 21:47:04 +00:00
clawdbot-ci
9647ce7fcb update tool releases 2026-04-22 18:22:21 +00:00
clawdbot-ci
65a58f8367 update tool releases 2026-04-20 22:27:49 +00:00
clawdbot-ci
d17f197c47 update tool releases 2026-04-08 00:02:19 +00:00
clawdbot-ci
5f677a283d sync skills from clawdbot 2026-03-23 04:19:03 +00:00
clawdbot-ci
cd4c429ff3 sync skills from clawdbot 2026-03-15 07:59:40 +00:00
clawdbot-ci
526067c585 update tool releases 2026-03-12 02:36:51 +00:00
clawdbot-ci
9392ba9ac6 sync skills from clawdbot 2026-03-11 14:26:05 +00:00
clawdbot-ci
561592b0b1 update tool releases 2026-03-09 06:43:03 +00:00
clawdbot-ci
2b97c49e03 update tool releases 2026-02-26 12:46:07 +00:00
joshp123
50194a9b8e fix(gogcli-plugin): repin tool flake root to openclaw rev with 0.11.1
Why
- tools/gogcli was pinned to an older root rev, so plugin output still resolved
  gogcli 0.9.0 even after package bump.

What
- update tools/gogcli root input to openclaw/nix-steipete-tools rev eddb00d...
- refresh tools/gogcli/flake.lock root input to same rev

Tests
- cd tools/gogcli && nix build .#gogcli
- cd tools/gogcli && ./result/bin/gog version  # 0.11.1
2026-02-26 13:42:18 +01:00
joshp123
eddb00d4c1 chore(gogcli): pin to joshp123 fork v0.11.1
Why
- Need immediate delivery of refresh-token rotation persistence fix before upstream release.
- Keep existing binary-tar packaging flow (no package-model changes).

What
- bump gogcli package version 0.11.0 -> 0.11.1
- switch release artifact URLs to joshp123/gogcli v0.11.1
- update SRI hashes for darwin arm64, linux amd64, linux arm64 assets

Tests
- nix build .#gogcli
- ./result/bin/gog version
2026-02-26 13:40:02 +01:00
clawdbot-ci
95ebfa73f4 sync skills from clawdbot 2026-02-21 02:00:17 +00:00
joshp123
c110209720 🤖 chore: add lock files for goplaces/gogcli plugin flakes
What:
- add tools/gogcli/flake.lock
- add tools/goplaces/flake.lock

Why:
- avoid ad-hoc lockfile mutation warnings when these plugin flakes are evaluated as inputs
- keep plugin flake inputs deterministic for downstream consumers

Tests:
- nix flake lock (tools/gogcli)
- nix flake lock (tools/goplaces)
2026-02-18 09:25:35 -08:00
joshp123
7cd25c98bb 🤖 refactor: remove oracle from nix-steipete-tools
What:
- delete oracle package and plugin exports
- remove oracle from tool update and skill sync pipelines
- remove oracle mentions from README

Why:
- oracle is no longer part of the bundled toolchain
- keep package/update surface aligned with active bundled plugins only

Tests:
- go test ./... (pass)
- nix flake check --no-build (pass)
2026-02-17 19:43:35 -08:00
clawdbot-ci
d5fc8e2b07 sync skills from clawdbot 2026-02-18 02:22:05 +00:00
clawdbot-ci
b668498d7d update tool releases 2026-02-16 06:57:14 +00:00
clawdbot-ci
90516869c1 update tool releases 2026-02-15 04:04:37 +00:00
joshp123
c718196c26 feat: package goplaces from steipete releases + auto-update 2026-02-14 19:16:00 -08:00
clawdbot-ci
0539b6bfb4 update tool releases 2026-02-15 03:02:52 +00:00
joshp123
83f13e8c5c fix: skip oracle update if upstream pnpm lockfile is broken 2026-02-14 18:54:15 -08:00
joshp123
2674adf777 fix: improve pnpm hash extraction + log oracle build output on failure 2026-02-14 18:44:29 -08:00
joshp123
8911e699d8 fix: update-tools should not fail on nuked bird + robust nix prefetch parsing 2026-02-14 18:36:27 -08:00
Josh Palmer
983210e3b6 🤖 fix: point gogcli plugin at gog skill
What:
- update gogcli plugin flake to use skills/gog

Why:
- fix missing skill path when enabling gogcli

Tests:
- nix flake check --option max-jobs 1 --option cores 1
2026-02-04 13:29:26 -08:00