issues Search Results · language:Dune language:Python language:Java language:Python language:JavaScript language:JavaScript
Filter by
55.1M results
JVM unit-test coverage of the termux-shared module is low, and several pure-logic classes currently have little or no
coverage. This issue tracks an incremental effort to raise coverage by adding meaningful ...
Mirror the Python credential-gate example in the TypeScript SDK so both ecosystems have parity: a small server endpoint
that reads a Vouch-Credential header and verifies it.
Acceptance: a signed request ...
good first issue
Document the environment variables Vouch reads, in one table, so a newcomer can configure an identity without reading
source.
Cover at least: VOUCH_PRIVATE_KEY, VOUCH_DID, VOUCH_PUBLIC_KEY (name, what ...
documentation
good first issue
Summary
Several provider adapters assume optional response fields always exist and have the expected shape.
What is wrong
Some parsing paths access optional response fields without enough guards, including ...
AI
area:api
area:providers
bug
priority:low
testing
Summary
The UI s configured default Google model no longer exists in model_list.json.
What is wrong
pp.py sets default_model = gemini-3.1-flash-lite-preview , but that key is not present in the current ...
AI
area:config
area:ui
bug
priority:low
Summary
History rendering currently treats a real zero cost as missing data.
What is wrong
The history sidebar uses a truthiness check when formatting cost, so becomes N/A.
What that means
Local Ollama ...
AI
area:history
area:ui
bug
priority:low
Summary
midi_to_note_name() documents list input but currently only works with array-like objects that support vectorized
arithmetic.
What is wrong
The helper says it accepts list[int], but it performs ...
AI
area:utils
bug
priority:low
Summary
The evaluator s current rate limiting bounds concurrency, but it does not enforce requests-per-minute pacing.
What is wrong
The async path derives a semaphore size from the minimum RPM and uses ...
AI
area:evaluation
bug
concurrency
priority:medium
rate-limits
Summary
The evaluator can report overall_pass=True even when a requested test was skipped.
What is wrong
If ests includes duration but the prompt has no recognized duration keyword, the evaluator records ...
AI
area:evaluation
bug
data-integrity
priority:medium
testing
Summary
The UI says a generation was cancelled even though the provider request keeps running in the background.
What is wrong
un_loop() submits the provider call to a background thread and polls the ...
AI
area:api
area:ui
bug
concurrency
priority:medium

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.