Minimal setup to reproduce and debug edit/reload branching chat issues.
Create a .env file in backend/ with your OpenRouter API key:
OPENROUTER_API_KEY=sk-or-...cd backend
uv synccd frontend
npm installcd backend
uv run langgraph devcd frontend
npm run devOpen http://localhost:3000 in your browser.
- Type a message and press Enter
- Edit a user message with the pencil icon
- Regenerate an AI response with the refresh icon
Check the browser console for checkpoint logs when editing/regenerating.