Changelog
- d77bc70 bd sync: 2026-01-14 16:39:29
- 52288dc bd sync: 2026-01-15 09:51:57
- 1ee3eb8 chore(beads): Sync issue tracking state
- 8c7dc05 chore(beads): update sync base
- 315a2da feat(exec): Add session tracking and configurable cooldown to SmartRunner
- 041f7a3 fix(auth): Support + in profile names and improve file handling
- 7570334 fix(authpool): Fix race condition in ForceRefresh by atomic status check
- 5adb109 fix(handoff): Prevent false positive login detection with negative patterns
- c8accef fix(passthrough): guard against path traversal
- ae087b2 fix(tui): write pid file directly
- 9260ef1 fix: Agent code review - race conditions, security, and resource leaks
- ac556cb fix: Atomic write in setup.go and TOCTOU race in CleanStaleLock
- 5966ed7 fix: Fresh eyes code review - error handling and safety improvements
- c48b810 fix: Fresh eyes review - data durability, safety, and security fixes
- 924f30a fix: refine prediction and gemini refresh
- d1d0640 refactor(daemon): Remove unused WritePIDFile function and tests
- 30756fc refactor(provider): Clean up regex and remove duplicate helper
- b074887 refactor(pty): Replace unix.Select() with SetReadDeadline() for PTY polling