picoclaw/cmd/picoclaw/internal
肆月 ccd19a48ce
Fix Windows build flow (#2487)
* Fix Windows build flow

* build(makefile): make windows recipes shell-safe

- avoid backslash line-continuation in Windows build-launcher recipe

- replace cmd-specific if-not-exist with PowerShell check in web build-frontend

* Fix Windows build flow

* build(makefile): make windows recipes shell-safe

- avoid backslash line-continuation in Windows build-launcher recipe

- replace cmd-specific if-not-exist with PowerShell check in web build-frontend

* build(web): avoid shell-expanding powershell vars in windows recipe

- rewrite build-frontend Windows command without PowerShell local vars

- keep install-stamp hash check logic
2026-04-24 17:50:59 +08:00
..
agent feat(logger): add PICOCLAW_LOG_FILE env var for file-only logging 2026-03-25 21:34:27 +08:00
auth Feat(channels): unify animated tool feedback across chat channels and Pico (#2622) 2026-04-23 10:35:50 +08:00
cliui feat(cli): structured terminal UI for PicoClaw CLI like modern CLIs (#2229) 2026-04-12 18:44:24 +08:00
cron refactor(cron): remove deliver and type params, unify agent execution path (#2147) 2026-03-29 22:52:34 +08:00
gateway fix: resolve PR2514 lint regressions 2026-04-14 14:49:23 +08:00
migrate Feat/update migrate (#910) 2026-02-28 19:59:17 +08:00
model refactor config and add ModelConfig.Enabled 2026-03-30 14:01:20 +08:00
onboard Fix Windows build flow (#2487) 2026-04-24 17:50:59 +08:00
skills refactor skills registries and add GitHub-backed skill discovery (#2442) 2026-04-14 15:14:16 +08:00
status refactor: support explicit provider field in model list entries (#2609) 2026-04-22 11:28:47 +08:00
version feat(cli): structured terminal UI for PicoClaw CLI like modern CLIs (#2229) 2026-04-12 18:44:24 +08:00
helpers.go add pid file for gateway running and auth token for /reload and pico channel 2026-03-29 01:14:39 +08:00
helpers_test.go Merge branch 'main' into version 2026-03-19 18:04:58 +08:00