pullrequests Search Results · language:Dune language:Python language:HTML language:TypeScript language:Python language:JavaScript
Filter by
255M results
Modernisatie ACT 16:31-33. Validator PASS, lint schoon, semantic-review geen actie.
Automated test pull request
amondnet/vercel-action@v25 использует vercel@25.1.0, который Vercel API отвергает. Заменяю на vercel@latest + прямой
deploy.
🤖 Generated with Claude Code
Recreates the supplied brand logo as clean vector SVG and places it across the site.
- Wordmark mark in the header/footer now uses the real brand mark (the blue stepped-parallelogram glyph) instead ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Automated test for staging environment with private endpoints
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
功能描述
新增 GET /api/sessions?limit=50 端点,返回所有 session 的基本元数据,按创建时间倒序排列。
实现思路
- Storage.list_sessions(limit) 直接查询 sessions 表,不加载 turns(避免 N+1 查询)
- 返回字段:id, scenario, status, created_at, completed_at ...