You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)