pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:PHP language:Python language:Java
Filter by
197M results
Analyzed the repository and discovered that it is a pure backend infrastructure project for multi-agent AI ( Eter Agents
) and does not contain any frontend UI codebase (the UI is a separate git-ignored ...
🚀 Overview
This PR introduces UI refinements, surveyor workflow improvements, and component cleanup across Vendor and shared form
modules. The changes enhance dropdown usability, simplify form configurations, ...
Summary
Chunked manuscript-consuming LLM editorial checks (#1340) review a long manuscript chunk-by-chunk and merge findings
first-wins — but a per-chunk view is blind to problems that span chapters. ...
Merge pull request #29 from MOClim/instructor
Closes #17
Changes
- New cache layer: cachedFetch(url, ttlMs) wrapper with memory cache
- All data loader functions use cachedFetch instead of raw fetch
- TTL per data type (market 5min, sector ...
Small REST input-hardening item from the sweep (M5).
GoalIn.title was capped at 200 chars, but description was unbounded. An untrusted REST caller could submit an
arbitrarily large description, which ...