No description
Adds new POST /api/prompts/:id/answer endpoint that handles AnswerResponse types: - option: sends value + newline to PTY - text: sends user input + newline to PTY - tab_instructions: placeholder implementation sends selected_option (TODO: needs key sequences) Updated /approve and /reject endpoints to use "1\n" and "3\n" instead of "y\n" and "n\n" for consistency with option-based responses. Marked as legacy endpoints for backward compatibility. |
||
|---|---|---|
| docs | ||
| public | ||
| src | ||
| .gitignore | ||
| biome.json | ||
| bun.lock | ||
| CLAUDE.md | ||
| justfile | ||
| package.json | ||
| TODO.txt | ||
| tsconfig.json | ||