fix: show hidden files, sort dotfiles first, restore uploaded file names, fix close tabs killing running sessions, fix telegram streaming truncation#498
Conversation
The settings tab navigation column (w-[180px]) uses flex-1 without overflow-y-auto, so when the window height is insufficient, tabs at the bottom (Diagnostics, About) are silently clipped by the parent's overflow-hidden. This adds overflow-y-auto so all tabs remain scrollable and visible.
PR quality triageChanged areas: area:adapters, area:desktop, area:server CLI core policy: No CLI-core policy block detected. Missing-test policy: Blocked by policy until a maintainer applies Coverage baseline policy: No coverage-baseline policy block detected. CLI core files:
Coverage policy files:
Expected checks:
Test coverage signals:
Risk notes:
Hard merge gates still come from GitHub Actions, not AI review. Dosu handoff: Dosu can be used as the AI reviewer for risk explanation, missing-test prompts, and maintainer Q&A. If it does not comment automatically from the PR template, ask: @dosubot review this PR for changed-area risk, missing tests, docs impact, desktop startup risk, and CLI core impact. |
|
感谢代码贡献,请问有build成软件之后测试吗 |
fixes #459, #469, #487, #490
Changes