issues Search Results · language:Dune language:JavaScript language:Java language:Python language:Java language:JavaScript
Filter by
55.5M results
Summary
Add semantic matching to VocabularyRegistry — given a capability name and a query, determine whether the capability
subsumes the query (i.e., the capability is equal to or more general than what ...
API binds to 0.0.0.0 with no authentication — exposed on LAN
src/main.py:54-58:
uvicorn.run(
src.main:app ,
host= 0.0.0.0 , # All interfaces
port=8765,
reload=True
)
The API has zero ...
code-review
security
Description
In libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py line 494, the mermaid diagram inside the create_react_agent
docstring has a grammar error:
``` T-- A: ToolMessage for each tool_calls ...
external
Mark s actual portfolio symbols are hardcoded in the AI prompt
src/report_generator.py:build_opportunity_prompt() (around line 175) embeds the user s actual holdings directly in the
prompt template:
...
code-review
enhancement
security
call_ai() is a no-op stub — system runs only heuristic analysis
src/report_generator.py defines call_ai() which is documented to Call AI API to get analysis. Returns parsed JSON or
None. but the body ...
bug
code-review
enhancement
Auto-generated data files are tracked in git
.gitignore correctly excludes data/transactions.json and data/prices_cache.json (PII), but the auto-generated runtime
files below it are tracked:
| File | ...
bug
code-review
requirements.txt is unresolvable — fresh pip install fails
A clean venv + pip install -r requirements.txt fails with:
ERROR: Cannot install -r requirements.txt (line 6) and pytest==8.0.0 because these ...
bug
code-review

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.