pullrequests Search Results · language:Dune language:Python language:JavaScript language:HTML language:TypeScript language:HTML
Filter by
255M results
This pull request introduces improvements to session handling and turn completion tracking in the loop engine and agent
control layers. The main changes include pinning the session ID for each loop run ...
Summary
Closes the most visible #182/#168 controlled-test branding gaps without migrating internal compatibility storage.
What changed
- About now includes the beta release control repo in build identity ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| @types/node (source) | 24.12.4 → 24.13.0 | age | confidence |
Configuration
📅 Schedule: (in ...
dependencies
🎯 What: Removed the unused Eye icon import from lucide-react in src/pages/Invoices.tsx. 💡 Why: Having unused imports
clutters the file header and reduces code readability. Removing dead code is a key component ...
背景
管线 CLI 的写盘命令接受任意 --out,相对路径(../foo)或指向他处的绝对路径(/tmp/...)都会让生成产物漂移到调用 CLI 的当前文件夹之外。本 PR 增加一道边界守卫,把输出目录约束在当前文件夹内。
改动
- 新增纯函数 confineOutDir(outDir, cwd = process.cwd())(skills/sketch-to-component/scripts/src/cli.ts)作为可测试核心:相对路径以 ...
What
Long novels (hundreds of chapters) would run the LLM hundreds of times. This lets a user convert only part of a novel.
- run_pipeline gains chapter_start / chapter_end (1-based, inclusive) via ...
Summary
- Clarify spec-stage CodeGraph trigger, normal-mode question-tool behavior, and unattended fallback default
- Preserve CodeGraph decisions through evidence, research delegation, explorer, ...
- Improved search engine visibility by adding canonical URLs, enabling indexing for the membership landing page, and
implementing a robots.ts file.
- Updated the pricing section to reflect a 20% ...
v0
This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig.
Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...