Peekaboo/Server/src
Peter Steinberger d4fd96184c fix: Improve resume functionality and fix compilation warnings
- Fix resume logic to support latest session resumption without ID
- Add UUID validation to distinguish between session IDs and tasks
- Support --resume "task" to resume latest session with new task
- Update help text to clarify resume usage patterns
- Fix compilation warning for String comparison to nil

Now supports three usage patterns:
- --resume "" : show recent sessions
- --resume "task" : resume latest session with new task
- --resume <session-id> <task> : resume specific session

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 15:02:22 +02:00
..
tools fix: Improve resume functionality and fix compilation warnings 2025-07-26 15:02:22 +02:00
types feat: Reorganize repository structure for better code organization 2025-07-26 15:02:20 +02:00
utils docs: Enhanced AI agent documentation and build instructions 2025-07-26 15:02:22 +02:00
index.ts fix: Improve resume functionality and fix compilation warnings 2025-07-26 15:02:22 +02:00