pullrequests Search Results · language:Dune language:Python language:C# language:PHP language:Go
Filter by
104M results
修复 TUI 中 scrollback 视口高度计算错误导致鼠标滚轮滚动无响应的问题。
问题
TUI 中鼠标滚轮滚动 scrollback 时,内容似乎没有滚动。根本原因是 (scrollback 可用行数)被高估,导致 scrollback 区域超出屏幕底部,被 live 区域覆盖。用户滚动时,被滚动的内容在屏幕外。
修复
- : 添加 常量
- :
- : 从硬编码 ...
Summary
- Exposes DELETE /api/internal/tasks/:id (already implemented in ApiClient) as a new MCP tool delete_task
- Requires confirm=True to prevent accidental deletions — agents must be explicit ...
Summary
- add oldest-first sorting to default routed ready probes
- keep gc.run_target before gc.routed_to while selecting a single oldest row with jq
- cover the cross-tier oldest selection behavior ...
status/needs-review-auto
status/needs-triage
Contexte
Cette PR introduit la prise en charge de l authentification dans l API Agenda, conformément à l issue #323 et à toutes
ses sous-tâches associées.
Fonctionnalités principales
- Ajout du support ...
Why
main has been uniformly red on four lint/scan workflows for environmental reasons unrelated to code correctness. This
makes the signal useless and hides real regressions. Each is addressed at root ...
Motivation
- Ensure deploy-critical production markers are present when the backend is configured to use Supabase so
production-only guards cannot be accidentally bypassed.
- Make the runtime ...
codex
Fixes #5954
The Milvus, Chroma, and Weaviate vector store providers update the in-memory bank cache in register_vector_store() but
do not write to the kvstore. After a server restart or when running multiple ...
Updates the ghostwriter/coding-standard dependency from dev-main#834d108 to dev-main#815c3e6.
This pull request changes the following file(s):
- Update composer.lock
composer
patch
…crash
Root cause: a botched merge on main left two consecutive bare if-statements in health_check() — the old single-line
pattern check had no body, so Python raised IndentationError at import time, ...