issues Search Results · language:Dune language:Python language:JavaScript language:Python language:JavaScript language:Java
Filter by
55.2M results
Refs #179
问题
长任务运行时用户只能看到最终状态,缺少中间步骤、工具调用与进度反馈(REQ-001)。
改动
- 后端:确保 claude_agent_runs.append_event 覆盖关键节点(已有则补全)
- 前端 CodingAgentChatPage:run 进行中时每 4s 轮询 GET .../runs/{id}/events
- 新增「运行详情」折叠面板:时间线展示 ...
enhancement
javascript
Refs #179
问题
当前 Coding Agent 页布局拥挤,文件/Profile/MCP 与聊天区争抢空间,移动端体验差。
改动(方案 A)
- 左侧可折叠图标栏:聊天 / 文件 / Profile / MCP / 设置
- 中间聊天区全宽,输入框固定底部
- 右侧可折叠详情面板(选中 run artifact、context 文件预览)
- 保持现有 API 与路由 ...
enhancement
javascript
Refs #178
问题
知识库能力已实现,但 Connector 配置步骤分散,IT 接入失败时缺少排查清单。
改动
- 新增 docs/zh-CN/KNOWLEDGE_CONNECTOR_GUIDE.md
- 分源说明:飞书、语雀、Native KB 的 env、OAuth、同步频率
- 常见问题:token 过期、chunk 为空、检索无结果
- 控制台 /knowledge ...
documentation
enhancement
Background
Outlet states are stored in InfluxDB as time-series with a state field (0 or 1). The frontend only shows current states.
A timeline showing WHEN each outlet changed state would help with troubleshooting ...
backlog
enhancement
Background
Dashboard only shows live probe readings and outlet states. Water test parameters (KH, Ca, Mg, NO3, PO4) are collected
but have no UI.
What Needs to Change
New component: WaterTestChart.tsx ...
backlog
enhancement
Background
All telemetry points are tagged only with tenant_id and probe_name. If a tenant has multiple Apex controllers, there s
no way to distinguish which controller a reading came from — InfluxDB ...
backlog
enhancement
Background
write_telemetry(), write_outlets(), and write_power() in services/influx.py have no error handling. If InfluxDB is down
or the bucket doesn t exist, the function throws an unhandled exception ...
backlog
enhancement
Background
The current OutletGrid shows outlet names with ON/OFF indicators. With Issues 1, 2, and 7 done, we ll have per-outlet
power, device grouping, and outlet type — all unused by the frontend.
...
backlog
enhancement
Background
There are THREE implementations of the Fusion API login+request logic in the cloud API:
1. services/fusion_live.py — FusionLiveClient (used by collector + live endpoints)
2. services/fusion_discovery.py ...
backlog
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.