Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unfault/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.32
Choose a base ref
...
head repository: unfault/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.33
Choose a head ref
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 4, 2026

  1. 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.
    Lawouach committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    6de2168 View commit details
    Browse the repository at this point in the history
  2. 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.
    Lawouach committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    8c05165 View commit details
    Browse the repository at this point in the history
  3. 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.
    Lawouach committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    3b19eb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adfe848 View commit details
    Browse the repository at this point in the history
  5. 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.
    Lawouach committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    e9aa319 View commit details
    Browse the repository at this point in the history
  6. 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.
    Lawouach committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    63a1527 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. 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.
    Lawouach committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    584bfae View commit details
    Browse the repository at this point in the history
  2. chore(release): bump to 0.6.33

    Update changelog and bump crate version.
    Lawouach committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    3ccdb40 View commit details
    Browse the repository at this point in the history
Loading