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: fbc92c1
Choose a base ref
...
head repository: unfault/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b54f40d
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Feb 2, 2026

  1. feat(graph): nest egress under entrypoints

    Graph summaries now include remote server nodes and outbound HTTP call edges, and entrypoints display a tree including handler and its egress calls. RAG graph_data is extended with remote_servers/http_calls and stats.
    Lawouach committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    d80978f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. chore: rustfmt

    Apply rustfmt ordering and line wrapping to keep CI formatting checks green.
    Lawouach committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    ee9c540 View commit details
    Browse the repository at this point in the history
  2. feat(ask): show disambiguation candidates

    When the API returns a disambiguation payload,  now renders a short 'Possible targets' list with suggested rewrites to refine the query.
    Lawouach committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    ec17df0 View commit details
    Browse the repository at this point in the history
  3. feat(addon): add fault plan --quiet

    Rename fault addon modules and add -q/--quiet to  so agents can capture a single runnable command line. Update latency flags to use --latency-mean and disable HTTP proxy by default.
    Lawouach committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    734989f View commit details
    Browse the repository at this point in the history
  4. Bump version v0.6.24

    Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
    Lawouach committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    b54f40d View commit details
    Browse the repository at this point in the history
Loading