picoclaw/cmd/picoclaw/internal
程智超0668000959 639f700c15 fix(agent): add ok checks for startup info type assertions
GetStartupInfo returns map[string]any, and type-asserting tools/skills entries without checking ok is fragile. While the current implementation always stores the correct types, a future refactor could cause silent nil dereference. Add ok checks with explicit nil fallback.
2026-06-07 21:28:45 +08:00
..
agent fix(agent): add ok checks for startup info type assertions 2026-06-07 21:28:45 +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(mcp): add show, add, list, remove, test, edit cli commands 2026-04-23 19:20:15 +02:00
config feat(config): add ResetToDefaults and CLI config reset command 2026-05-18 13:01:39 +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
mcp docs(cli): mention streamable-http in mcp add transport help 2026-05-13 19:56:08 +02:00
migrate Feat/update migrate (#910) 2026-02-28 19:59:17 +08:00
model Add CLI support for custom OpenAI-compatible endpoints and remove TUI (#2710) 2026-04-29 17:52:47 +08:00
onboard onboard: drop unrelated go generate change from serial work 2026-04-28 12:58:26 +08:00
skills fix: check Close() error after io.Copy to writable files 2026-06-07 12:09:01 +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