mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* ✨ feat(cli): add agent run and status commands Implement `lh agent run` for executing agents with SSE streaming and `lh agent status` for checking operation status. Includes `--replay` option for offline replay from saved JSON fixtures. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * 🐛 fix(cli): preserve SSE frame state across read boundaries and enable verbose logging - Move eventType/eventData outside the read loop so partial SSE frames split across chunks are not silently dropped - Call setVerbose(true) when --verbose is passed so logger helpers actually print detailed tool arguments and results Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>