issues Search Results · language:Dune language:TypeScript language:Python language:Java language:Java language:JavaScript
Filter by
70.6M results
Make the title editable inline with placeholder, brand focus border, and Enter-moves-into-body in the modern shell — a
distinct editable region from the document body (design S2/S5).
Build a local, cached prefix/word-completion index over the seeded terms serving both the instant 100ms autocomplete
path and the Study hover snippet lookup. Core domain primitive the autocomplete and ...
Feed local term-DB word completion into the ghost-text decoration as the primary instant path ( 100ms, no API),
debounced once after a 150ms pause — not a fallback. Sole owner of the 150ms debounce behavior ...
Apply runtime light/dark/system theme at the shell root from the Zustand theme slice, persisted across sessions, driving
the sidebar toggle, editor-header toggle, and Preferences 3-tile picker. Owns the ...
Implement Study-mode spotting via GPT-4o-mini Structured Outputs returning the typed term schema within
the 5s/3,000-word budget, on the shared scaffold with the note chunked/capped per the request contract ...
Implement the AI request queue store slice (tech S2) so in-flight ghost-text and spotting calls supersede/cancel stale
requests — the machinery that makes 500ms suppression real (late responses suppressed, ...
Build the Tiptap decoration that renders visually-distinct muted ghost text with Tab-accepts and Esc/typing-dismisses,
never firing in Study. The editor-side surface of FR-02 (FR-02, tech S2/S4, design ...
Implement server-side AI phrase ghost-text via GPT-4.1 nano on the shared scaffold (CORS, backstop, privacy, caching),
with context capped per the shared request contract and a fidelity guard so completions ...
Severity: High (Security)
File: frontend/src/router/index.js, lines 200-219
Problem
The third navigation guard only checks authStore.isAuthenticated and token validity. It does NOT verify the user s ...
security
Establish the shared cached-prefix prompt structure and prompt caching across both AI Edge Functions — a named NFR-04
cost-control pillar that must not be left implicit in one function, critical for unlimited ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.