issues Search Results · language:Dune language:Python language:HTML language:Java language:TypeScript language:Python
Filter by
58.2M results
Context
Wire together all the new hooks and the ConversationSidebar component into the main page (app/page.tsx) and
components/chat.tsx. This issue makes the feature functional end-to-end for Phase 1. ...
feature
frontend
Hallo,
ich habe doch noch ein kleines Problem entdeckt. Ich habe seit längerem folgendes Problem. Wenn ich einen function node
öffne, sehe ich das zu Grunde liegende Script nicht. Es zeigt nur eine weisse ...
git_history/backend.py:1101 (_reword_instructions) vs :1128 (_split_instructions).
Both share identical idx / todo_hashes / base computation and an identical todo-building loop (append pick h; after the ...
enhancement
Context
The core UI piece of this feature: a sidebar listing all user conversations with actions to create, select, and (later)
delete them. This component is only shown on the main page (app/page.tsx), ...
feature
frontend
Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
What happened?
When multiple MCP servers are configured under mcp_servers: in config.yaml, ...
git_history/backend.py:1012.
if hasattr(instr, msg_path ):
_unlink_safe(instr.msg_path)
msg_path is a base-class field (default None), so hasattr(...) is always True. Reduce to _unlink_safe(instr.msg_path). ...
enhancement
Context
hooks/useChat.ts is the single unified hook used by components/chat.tsx — it delegates to either useWebSocketChat or
useStreamingChat based on the mode. We need to thread conversationId through ...
feature
frontend
📌 이슈 요약
이슈의 주요 내용을 한 줄로 요약해주세요.
현재 CI 시 제약이 없습니다. CI를 통과해야 Merge 가능하도록 조건을 설정합니다.
📝 상세 내용
작업할 세부 내용을 간단히 작성해주세요. 커버리지 검사, 빌드 및 테스트 검증, 코드 스타일 검증 및 통일
✅ 체크리스트
- [ ] spotless 도입
- [ ] codecov 도입 ...
🏗️ 인프라
🟡 Medium
🧩 공통
Context
Mirror the useWebSocketChat changes in hooks/useStreamingChat.ts so that REST streaming mode also supports conversation
persistence. Both modes must be equivalent in behavior per NFR4.
What to ...
feature
frontend
git_history/backend.py:129–146.
_MoveInstructions, _FoldInstructions, _RewordInstructions, _SplitInstructions add no fields and are never used in any
isinstance/type dispatch — they are only constructed. ...
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.