fix(cli): include __start__ message in nerve thread show #232

Merged
xiaomo merged 1 commits from fix/231-thread-show-start-message into main 2026-04-28 15:36:33 +00:00

1 Commits

Author SHA1 Message Date
xiaoju ce79dbea7e fix(cli): include __start__ message in nerve thread show
When 'nerve thread show' is called without --before, the initial user
prompt (__start__ message) is now displayed first, followed by the most
recent role rounds within the budget.

- Add getThreadStartMessage() to LogStore
- Modify buildThreadCommandOutput to accept optional startRow
- Pass start message from threadShowCommand when before===0
- Add tests for new behavior

Fixes #231
2026-04-28 15:08:23 +00:00