Files
picoclaw/pkg
Together eff0f491e9 fix(agent): use atomic.Bool for AgentLoop.running to prevent data race
Run() and Stop() access the `running` field from different goroutines
without synchronization. Replace the bare `bool` with `sync/atomic.Bool`
to eliminate the data race.
2026-02-12 01:26:22 +08:00
..
2026-02-09 19:20:19 +08:00
2026-02-11 19:47:11 +08:00
2026-02-09 19:20:19 +08:00
2026-02-09 19:20:19 +08:00