Skip to content

v0.49.1

Choose a tag to compare

@MarkKropf MarkKropf released this 22 Jun 01:41
7f29894

Fixed

  • CLI prompt routing: rensei session prompt / agent chat now POST to the live /api/public/sessions/:id/prompt endpoint (via ChatSession) instead of the removed /api/mcp/forward-prompt route, which had been returning a 200 text/html login page. The <id> is the 16-hex public session id shown by session list/session show (consistent with session stop). Adds a friendly not-found error; ForwardPrompt retained as Deprecated for embed compatibility. (#166)