iop/apps/node/internal/adapters
toki 1479949db0 feat(node/cli): improve persistent session handling and Claude terminal support
- Add writePrompt with character-by-character typing for terminal profiles (2ms delay)
- Separate cliOutput into text and markerLine fields for precise completion matching
- Add consumeCompleteLines for buffered output parsing
- Add matchAny for multi-line completion marker checking
- Auto-accept Claude Code Bypass Permissions warning at startup
- Change PTY output reader from bufio.Scanner to ptmx.Read for raw byte output
- Improve drainUntilIdle with profile info and Claude bypass warning handling
- Add Claude status raw output fallback when usage parsing fails
- Add comprehensive blackbox tests for persistent sessions (21 test cases)
- Update e2e smoke test with proper wait functions, mock CLI script, and timeout variables
- Update edge.yaml console target from gemini to claude-tui, increase timeouts
- Update web app: add dev documentation, verify script, engines field, test message
2026-05-18 14:22:58 +09:00
..
cli feat(node/cli): improve persistent session handling and Claude terminal support 2026-05-18 14:22:58 +09:00
mock chore: agent-task 변경 사항 반영 2026-05-10 20:41:33 +09:00
ollama chore: agent-task 변경 사항 반영 2026-05-10 20:41:33 +09:00
vllm chore: agent-task 변경 사항 반영 2026-05-10 20:41:33 +09:00
adapters_blackbox_test.go refactor: reorganize cli adapters test structure 2026-05-05 07:12:47 +09:00
factory.go feat: CLI profile proto message support 2026-05-04 22:54:23 +09:00
factory_internal_test.go feat: opencode SSE 스트림 어댑터 및 관련 개선사항 적용 2026-05-12 07:31:09 +09:00
registry.go fix(cli): add START_MARKER assertion and fix Stop comment (REVIEW_REVIEW_API_FOLLOWUP_4) 2026-05-03 16:02:37 +09:00