-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: unfault/cli
base: v0.6.32
head repository: unfault/cli
compare: v0.6.33
- 8 commits
- 7 files changed
- 1 contributor
Commits on Feb 4, 2026
-
fix(ask): route purpose questions to workspace overview
Treat purpose-oriented questions as overview cues so ask responds with a workspace brief instead of a findings dump.
Configuration menu - View commit details
-
Copy full SHA for 6de2168 - Browse repository at this point
Copy the full SHA 6de2168View commit details -
feat(ask): include local code excerpts in LLM context
When using --llm, add bounded local code excerpts (routes/models/httpx) so the model can answer API-surface questions and follow-ups precisely.
Configuration menu - View commit details
-
Copy full SHA for 8c05165 - Browse repository at this point
Copy the full SHA 8c05165View commit details -
feat(ask): include enumerate context in LLM prompt
Expose enumerate results (e.g. missing upstream routes) to the LLM so --llm can answer coverage questions precisely.
Configuration menu - View commit details
-
Copy full SHA for 3b19eb0 - Browse repository at this point
Copy the full SHA 3b19eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for adfe848 - Browse repository at this point
Copy the full SHA adfe848View commit details -
fix(graph): include http_call metadata in edge records
Previously http_call edges only sent edge_type without the method, path, or URL. This meant the API couldn't match inbound calls to specific routes, falling back to the coarse remote_server reference. Now EdgeRecord includes http_method, http_path, and url fields for http_call edges, enabling precise route-level inbound caller tracking.
Configuration menu - View commit details
-
Copy full SHA for e9aa319 - Browse repository at this point
Copy the full SHA e9aa319View commit details -
fix(graph): handle URLs without scheme in http_path extraction
URLs like 'localhost:8081/orders' (without http://) were not having their path extracted. Now we handle both formats.
Configuration menu - View commit details
-
Copy full SHA for 63a1527 - Browse repository at this point
Copy the full SHA 63a1527View commit details
Commits on Feb 5, 2026
-
chore(graph): add verbose debug for inbound dependents
When --verbose is set, print inbound_route_dependents keys from the API and rendered route keys to diagnose missing upstream callers.
Configuration menu - View commit details
-
Copy full SHA for 584bfae - Browse repository at this point
Copy the full SHA 584bfaeView commit details -
chore(release): bump to 0.6.33
Update changelog and bump crate version.
Configuration menu - View commit details
-
Copy full SHA for 3ccdb40 - Browse repository at this point
Copy the full SHA 3ccdb40View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.32...v0.6.33