picoclaw/pkg
dj-oyu b63d0db489 fix: add bun install to go:generate and packages:bundle to build
- Split go:generate into `bun install` + `bun run build` so deps are
  always available before bundling (fixes build on clean checkout)
- Add `packages: 'bundle'` to Bun.build() so node_modules are resolved
  and bundled into the output (required for marked + highlight.js)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 16:15:17 +09:00
..
agent fix: resolve lint errors from upstream merge 2026-03-14 20:05:54 +09:00
auth feat(auth): add Anthropic OAuth setup-token login (#926) 2026-03-06 19:58:23 +08:00
bus refactor: adopt upstream for add/add conflict files, extract fork code to _ext.go 2026-03-13 11:18:24 +09:00
channels Merge upstream/main with conflict resolution 2026-03-14 19:33:26 +09:00
commands refactor: adopt upstream versions for docs, config, and low-diff Go files 2026-03-13 09:46:34 +09:00
config Merge upstream/main with conflict resolution 2026-03-14 19:33:26 +09:00
constants refactor: replace bool map with set-style map for internal channels (#472) 2026-02-19 11:48:17 +01:00
cron feat(cron): add execution lifecycle logging (#1185) 2026-03-06 20:46:52 +08:00
devices Merge upstream/main: cobra CLI, channel refactoring, media store, reasoning support 2026-02-28 21:18:40 +09:00
fileutil Merge upstream/main: cobra CLI, channel refactoring, media store, reasoning support 2026-02-28 21:18:40 +09:00
git feat(task5): add worktree management commands and miniapp 2026-03-04 22:45:44 +09:00
health refactor: adopt upstream versions for docs, config, and low-diff Go files 2026-03-13 09:46:34 +09:00
heartbeat fix: resolve post-merge test failures and lint issues 2026-03-13 14:48:58 +09:00
identity Merge upstream/main with conflict resolution 2026-03-14 19:33:26 +09:00
logger Merge upstream/main with conflict resolution 2026-03-14 19:33:26 +09:00
mcp Feat/add tool enable or disable configuration (#1071) 2026-03-05 14:53:26 +08:00
media Merge upstream/main: cobra CLI, channel refactoring, media store, reasoning support 2026-02-28 21:18:40 +09:00
memory fix: resolve post-merge type mismatches and duplicate declarations 2026-03-13 13:14:57 +09:00
migrate refactor: replace moderate-diff Go files with upstream, add fork extensions 2026-03-13 09:48:58 +09:00
miniapp fix: add bun install to go:generate and packages:bundle to build 2026-03-15 16:15:17 +09:00
orch style: fix lint errors and update test assertions for CI 2026-03-01 03:36:11 +09:00
providers fix: resolve lint errors from upstream merge 2026-03-14 20:05:54 +09:00
research feat: add research task system with SQLite store, agent tool, and web UI 2026-03-15 15:08:53 +09:00
routing refactor: adopt upstream for add/add conflict files, extract fork code to _ext.go 2026-03-13 11:18:24 +09:00
session fix: use math.MaxInt instead of 1<<31 to avoid 32-bit overflow 2026-03-14 20:32:25 +09:00
skills Merge upstream/main with conflict resolution 2026-03-14 19:33:26 +09:00
state fix: resolve post-merge test failures and lint issues 2026-03-13 14:48:58 +09:00
stats style: fix remaining lint errors (misspell, shadow, unused, etc.) 2026-03-01 00:22:14 +09:00
tailscale feat: add Telegram Mini App dashboard 2026-02-22 06:22:41 +09:00
tools feat: add research task system with SQLite store, agent tool, and web UI 2026-03-15 15:08:53 +09:00
utils Merge upstream/main with conflict resolution 2026-03-14 19:33:26 +09:00
voice Fix lint 2026-03-04 10:21:59 +00:00