pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:TypeScript
Filter by
235M results
Summary
- Add CLAUDE.md with project overview and engineering principles
- Remove dashed borders in the Projects section: solid card borders, filled lime-tinted tag badges instead of
dashed-outline ...
Summary
- Loading overlay now hides when the first chunk arrives, so streaming text is the visual focus instead of Generating…
- Button and spinner restore immediately on completion (was waiting for ...
Summary
SE/QA feedback (Amaury) to make skill-generated CMO Intelligence apps demo-ready for Snowflake, plus the deferred
Phase 1b answer-engine ingestion (folded in). Everything was grounded and validated ...
Root cause
isUnusableStage1Reply (packages/core/src/services/message.ts) classified a Stage-1 simple-path reply as junk when any
character repeats 5+ times anywhere in the text:
if (/(.)\1{4,}/u.test(trimmed)) ...
Summary
Continues the WorkAdventure/Gather feature parity work (own implementation).
Interactive objects — press-X hotspots
- New INTERACTIVE_OBJECTS config in types.ts places 10 hotspots on the furniture ...
Problem
test/region.integration.test.js failed with xhr.open is not a function. This is also why CI was red on #87.
Root cause
The fixture hardcoded fetchedAt: 2026-06-13 . regionNeedsRefresh marks ...
Summary
- Add StandardMemoryToolExecutor for C-MEM-14 provider-neutral memory tools.
- Route OpenAI standard-memory contexts through a tool-call continuation loop.
- Thread runtime memory record ...
Three new evergreen SEO guide pages under /guides/:
- washing-symbols: decodes wash/bleach/dry/iron/dry-clean icons, notes the AU/ISO number-in-tub convention vs the
North American dot convention ...
What
When a subagent (Task/Agent) writes, enforceTdd now judges the write against the subagent s own red→green history
instead of the main thread s.
Why
Claude Code fires the same PreToolUse hook for ...