iop/apps/node/internal/adapters
toki 57f0eaa717 fix(vllm): add reasoning delta handling to Execute function
- Add reasoning delta processing to vLLM adapter Execute function
- Use choice.Delta.ReasoningText() to handle both reasoning_content and reasoning fields
- Align vLLM behavior with openai_compat adapter
- Update CODE_REVIEW verification output with new test results
- Document plan deviation in 计划 대비 변경 사항 section

Closes inconsistency with PLAN requirement: 'reasoning/tool delta와 cancel을 보존한다'
2026-07-17 19:38:26 +09:00
..
cli refactor: readability baseline 및 테스트 구조 개선 2026-07-17 16:02:12 +09:00
mock feat(node): inference provider availability probing을 추가한다 2026-06-14 16:39:49 +09:00
ollama fix(openai): provider tool call을 그대로 전달한다 2026-06-27 21:44:49 +09:00
openai_compat refactor: readability baseline 및 테스트 구조 개선 2026-07-17 16:02:12 +09:00
vllm fix(vllm): add reasoning delta handling to Execute function 2026-07-17 19:38:26 +09:00
adapters_blackbox_test.go feat(node): openai compatible adapter implementation and test fixes 2026-06-15 14:12:40 +09:00
config_set.go feat(runtime): workspace_root 제거와 tool 호환을 반영한다 2026-06-27 11:32:45 +09:00
config_set_test.go feat: config validation and roadmap updates 2026-06-30 08:01:50 +09:00
factory.go feat: runtime reconnect config refresh 구현 2026-06-23 01:53:36 +09:00
factory_internal_test.go feat(node): openai compatible adapter implementation and test fixes 2026-06-15 14:12:40 +09:00
registry.go feat: runtime reconnect config refresh 구현 2026-06-23 01:53:36 +09:00