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: Zipstack/unstract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Zipstack/unstract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev-athul-batch2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 24 files changed
  • 2 contributors

Commits on Jun 11, 2026

  1. UN-1009 Fix LLMWhisperer adapter key field label from 'Unstract Key' …

    …to 'LLMWhisperer Key'
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    athul-rs and claude committed Jun 11, 2026
    Configuration menu
    Copy the full SHA
    995dffe View commit details
    Browse the repository at this point in the history
  2. UN-1866 Support deep-linking to LLMWhisperer portal pages via selecte…

    …dProductPage query param on /landing
    
    The LLMWhisperer v2 adapter helper text now links straight to the API keys
    page: /landing?selectedProduct=llm-whisperer&selectedProductPage=api-keys.
    The page slug is validated against a whitelist, persisted across the OAuth
    roundtrip via the product store, and consumed one-shot by the post-login
    redirects in RequireAuth/RequireGuest.
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    athul-rs and claude committed Jun 11, 2026
    Configuration menu
    Copy the full SHA
    43571e4 View commit details
    Browse the repository at this point in the history
  3. UN-1014 Show entity type and name in all delete confirmation dialogs

    Delete confirmations now read "Are you sure you want to delete the
    <Type> '<Name>'?" across API deployments, pipelines, API keys, platform
    keys, users, notifications, profiles and workflow steps. Also removes
    the unused pipelines-or-deployments DeleteModal and legacy GridView
    widget, both of which carried the old generic text.
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    athul-rs and claude committed Jun 11, 2026
    Configuration menu
    Copy the full SHA
    4aef666 View commit details
    Browse the repository at this point in the history
  4. UN-2003 Show per-file cost log with execution total and average for A…

    …PI deployments and ETL pipelines
    
    The execution detail page now has a Cost column per file (aggregated
    from usage rows keyed by run_id) and a summary card with the execution's
    total LLM usage cost and average cost per processed file, so customers
    can see what a use case costs without calling the metrics API.
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    athul-rs and claude committed Jun 11, 2026
    Configuration menu
    Copy the full SHA
    95240a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2026

  1. Configuration menu
    Copy the full SHA
    981851e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa22a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b25be82 View commit details
    Browse the repository at this point in the history
Loading