Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:HTML language:JavaScript

Filter by

203M results  (2 s)

203M results

Checklist General - [ ] I tested all changes and their related features with all corresponding user types. - [x] Language: I followed the guidelines for inclusive, diversity-sensitive, and appreciative ...
server
tests

Summary Wires scripts/finalize-rfc.mjs (tasks repo) into the trails-side tasks CLI as tasks finalize slug [--dry-run], so RFC finalization runs through the same commitAndPush machinery as every other ...

Summary The advisor system prompt is byte-identical across every requestAdvice call. This sends it as a text content block marked cache_control: { type: ephemeral }, so repeated calls within the cache ...

Implemented a collapsible sidebar for the desktop view, as suggested in the instructions. It correctly uses CSS transition to modify margin-left and differentiates the logic via Javascript viewport width ...
ui

What was refactored and why This PR extracts duplicated code from src/function/arithmetic/ into focused, single-responsibility modules. 1. unitArithmeticHelper.js (NEW) addScalar.js and subtractScalar.js ...

Summary - add a preflight guard that aborts update-system.mjs apply when Git sees dirty user-layer paths - reuse shared system/user path matching for the apply safety check - add source-level coverage ...
🔧 scripts

Summary Two stacked tracks, validated end-to-end on the wshobson comprehensive-review harness (the most sprawling: 36-state FSM — 4 parallel review-pairs + checkpoint + resume). 1. Harness-compilation ...

Summary - Fix A (backends.ts): pickSessionDefaultModel no longer blindly picks dynamic[0] for new Claude sessions. The dropdown is sourced from the API-key /v1/models list, but sessions run on the ...