pullrequests Search Results · language:Dune language:TypeScript language:Python language:HTML language:JavaScript language:Java
Filter by
288M results
The N+1
core/app/infra/model/hydrate_list_rows.py resolved each row s active_agent_count with a per-model query inside the build
loop:
async def _agent_count(model_resource_ids):
async with pool.acquire() ...
!-- CURSOR_AGENT_PR_BODY_BEGIN --
Summary
将「账户管理」和「编辑运动人员资料」合并为统一的「用户管理」入口。
Web
- 主页按钮:账户管理 → 用户管理
- /account 页面合并运动人员资料编辑(姓名、身高、体重、年龄、性别)与账户功能(改密码、注销)
- 新用户首次填写仍走 /profile/setup(不变)
Android ...
What
Hides the Exploration tab from the public site. It has no public-ready work, so it s gated behind import.meta.env.DEV in
the three places it surfaced publicly:
- Sidebar nav (PublicSidebar.jsx) ...
Summary
- Replaces the static 8-question onboarding form with an adaptive AI interview (4–8 turns, Gemini 2.5 Flash). The
interviewer adapts to each answer; final question prefixed One last thing ...
When iterating the hardcoded list of litellm exception class names in _load(), getattr(litellm, var) can raise
AttributeError if the installed version of litellm doesn t have that exception class (e.g., ...
Automated test pull request
Replaces #93.
Dependabot s grouped production-dependencies update (#93) pinned pydantic-core==2.47.0 together with pydantic==2.13.4,
but pydantic 2.13.4 requires pydantic-core==2.46.4. That made requirements.txt ...