Commit Graph

54 Commits

Author SHA1 Message Date
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
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
Peter Steinberger
457023efd4
fix: resolve package build blockers 2026-04-26 03:02:50 +01: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
526067c585 update tool releases 2026-03-12 02:36:51 +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
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
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
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
Josh Palmer
1645c755ae 🤖 feat: bump goplaces for metric units
What:
- update goplaces source rev to include units support
- note metric units default in goplaces skill guidance

Why:
- allow human directions output to be metric by default

Tests:
- nix build .#goplaces --accept-flake-config
2026-02-04 10:41:19 -08:00
Josh Palmer
c67cb53c00 🤖 feat: build goplaces from fork with directions
What:
- switch goplaces to buildGoModule from joshp123 fork
- update goplaces skill with directions/compare guidance
- remove goplaces from update-tools automation

Why:
- ship new directions command without release assets
- keep skill aligned with CLI behavior

Tests:
- go test ./...
- nix build .#goplaces --accept-flake-config
2026-02-04 09:27:55 -08:00
Josh Palmer
1ff8775a9d 🤖 feat: add goplaces packaging
What:
- add goplaces Nix derivation and openclaw plugin + skill
- wire goplaces into flake packages and update-tools automation
- document goplaces in README

Why:
- ship goplaces alongside existing steipete tools
- keep updates automated via release polling

Tests:
- go test ./...
- nix build .#goplaces (timed out after 1200s)
2026-02-03 18:38:02 +01:00
Josh Palmer
53ead4d5fd Merge origin/main 2026-01-28 21:35:24 +01:00
Josh Palmer
4b953d4332 fix oracle lockSrc pin and updater
What:
- update oracle.nix to v0.8.5 with matching lockSrc rev/hash
- teach update-tools to bump lockSrc rev alongside hash

Why:
- avoid hash mismatches when oracle release updates

Tests:
- nix build .#oracle --accept-flake-config (hash mismatch used to derive pnpm hash)
2026-01-28 21:34:26 +01:00
clawdbot-ci
a783df731c update tool releases 2026-01-27 10:47:04 +00:00
clawdbot-ci
209d26c1ce update tool releases 2026-01-27 08:38:48 +00:00
clawdbot-ci
46e48b9f99 update tool releases 2026-01-24 05:35:40 +00:00
clawdbot-ci
450da0ba2e update tool releases 2026-01-22 13:55:10 +00:00
clawdbot-ci
e9129c5e13 update tool releases 2026-01-19 07:25:45 +00:00
clawdbot-ci
785d76ec97 update tool releases 2026-01-19 04:34:20 +00:00
clawdbot-ci
725750c13f update tool releases 2026-01-19 03:19:53 +00:00
clawdbot-ci
b5fb7e208f update tool releases 2026-01-17 21:15:44 +00:00
Josh Palmer
1ab855984e chore: refresh steipete tool updates
- bump gogcli, bird, oracle\n- harden update-tools prefetch + hash parsing\n- linux fallback for summarize hash\n\nTests: go run ./cmd/update-tools
2026-01-17 19:13:21 +01:00
Josh Palmer
7e0aef78a0 summarize: add timeouts and logs
What: add timestamped logging and timeout wrappers for pnpm/tsc steps.

Why: surface hanging build phase and fail fast when commands stall.

Tests: not run (build hang investigation)
2026-01-14 15:09:30 +01:00
Josh Palmer
924df42594 summarize: ship workspace dirs
What: copy packages/core and apps/chrome-extension into libexec.

Why: avoid broken pnpm workspace symlinks in output.

Tests: nix build .#packages.x86_64-linux.summarize -L (timed out in fixup)
2026-01-14 14:37:33 +01:00
Josh Palmer
d3f375270f summarize: avoid pnpm prune
What: drop pnpm prune from build to avoid reinstalling node_modules.

Why: pnpm prune re-fetches from npm registry even in offline mode, breaking CI.

Tests: nix build .#packages.x86_64-linux.summarize (timed out in fixup)
2026-01-14 14:12:11 +01:00
Josh Palmer
31ad910d15 fix: keep summarize offline without auto reinstall
what: add git dep, keep pnpm offline, avoid pnpm build auto-install
why: build-cli triggered pnpm reinstall and network fetch

tests: nix build .#packages.x86_64-linux.summarize (timed out during fixup)
2026-01-14 13:41:09 +01:00
Josh Palmer
428309a255 fix: keep summarize offline in nix builds
what: disable pnpm self-install and strip packageManager
why: nix builds must stay offline; pnpm fetches otherwise

tests: nix build .#packages.x86_64-linux.summarize
2026-01-14 12:18:01 +01:00
Josh Palmer
e990b2716a 🤖 codex: bump gogcli to 0.5.4 (no-issue)
What: update gogcli sources + hashes to v0.5.4.
Why: track latest upstream release.
Tests: not run (package metadata update)
2026-01-10 17:51:00 +01:00
Josh Palmer
5234375e15 🤖 codex: add linux builds (no-issue)
What:
- add linux outputs and source build for summarize; plugin flakes now follow current system
- expand update-tools to handle per-system assets and summarize source/pnpm hash
- include linux checks in garnix and docs updates

Why:
- enable linux users to consume supported tools and summarize via Nix

Tests:
- ubs --diff
- nix flake check
- nix flake check --all-systems
- nix build .#summarize
- ./result/bin/summarize --version
2026-01-08 15:23:59 +01:00
clawdbot-ci
6e9ee0ddb9 update tool releases 2026-01-07 09:59:11 +00:00
clawdbot-ci
b9743498a8 update tool releases 2026-01-05 03:22:50 +00:00
clawdbot-ci
9dee5347d5 update tool releases 2026-01-04 17:25:13 +00:00
Josh Palmer
6adbf2ff4c add oracle package and plugin 2026-01-04 14:01:34 +01:00
Josh Palmer
6e7f9928bd add imsg package and plugin 2026-01-04 13:39:22 +01:00
Josh Palmer
65553764b1 add sag package and plugin 2026-01-04 13:38:17 +01:00
Josh Palmer
d5df36f9a6 add poltergeist package and plugin 2026-01-04 13:37:15 +01:00
Josh Palmer
94b497f258 add peekaboo package and plugin 2026-01-04 13:36:06 +01:00
Josh Palmer
86ff443423 add bird package and plugin 2026-01-04 13:33:11 +01:00