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: potpie-ai/potpie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: potpie-ai/potpie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cg-demo
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 406 files changed
  • 3 contributors

Commits on Jun 10, 2026

  1. feat: graph updates

    nndn committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    fd2876d View commit details
    Browse the repository at this point in the history
  2. feat: beautify graph ui

    nndn committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    0d7859f View commit details
    Browse the repository at this point in the history
  3. feat: graph ux improvements

    nndn committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    a604d11 View commit details
    Browse the repository at this point in the history
  4. feat: graph UI theme + canvas background tweaks

    Recolor the graph/timeline canvas "screen" to the dark neutral panel tone
    (matching the side panels/legend) instead of the saturated teal-green, and
    refresh related theme work (logo, App/GraphView/Timeline tweaks). Rebuild dist.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    nndn and claude committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    1cc4ca0 View commit details
    Browse the repository at this point in the history
  5. feat: per-type filtering in the graph legend

    Make each entity type under a category independently toggleable in the
    graph explorer legend. The category checkbox cascades to all of its types
    (check/uncheck all) and reflects them back — checked when all visible,
    unchecked when all hidden, indeterminate when partial. Filtering is now
    keyed purely on entity type. Rebuild dist.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    nndn and claude committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    342fc0d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2026

  1. Configuration menu
    Copy the full SHA
    f08d137 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2026

  1. feat: graph workbench

    nndn committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    2f380d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6444205 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into feat/graph-updates

    # Conflicts:
    #	potpie/context-engine/adapters/inbound/cli/commands/_common.py
    #	potpie/context-engine/adapters/inbound/cli/commands/bootstrap.py
    #	potpie/context-engine/adapters/inbound/cli/commands/ingest.py
    #	potpie/context-engine/adapters/inbound/cli/commands/pots.py
    #	potpie/context-engine/adapters/inbound/cli/commands/query.py
    #	potpie/context-engine/adapters/inbound/cli/sentry_runtime.py
    #	potpie/context-engine/pyproject.toml
    #	uv.lock
    nndn committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    c9b7cdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01bc127 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e943868 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fa47b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2026

  1. feat: workbench implementation

    nndn committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    6595a2e View commit details
    Browse the repository at this point in the history
  2. Add graph bulk apply workflow

    nndn committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    ed524ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f168dda View commit details
    Browse the repository at this point in the history
  4. Proper escape with user facing message for integrations (#890)

    * Proper escape with user facing message for integrations
    
    * moved import to top of file
    shmbhvi101 authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    92b754c View commit details
    Browse the repository at this point in the history
  5. fix(cli): smooth GitHub login cancel flow, auto-open countdown, and s…

    …etup skip when authenticated (#880)
    
    * Github - Login smooth exit flow, avoid asking user to log in again if aready logged in, add a 10 second timer along with Press Enter after the github login code in CLI
    
    * fixed - _wait_for_enter_or_auto_open used select.select on stdin, which fails on Windows.
    
    * fixed malformed monkeypathch attr
    
    * code-rabbit-test-fix
    
    * monkeypatch-setattr
    
    * abort cancel the whole flow
    
    * re-login rollback
    
    * removed-line improrts
    shmbhvi101 committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    24ad052 View commit details
    Browse the repository at this point in the history
Loading