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: base44/javascript-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: base44/javascript-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/agent-ui
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 8 files changed
  • 2 contributors

Commits on Mar 29, 2026

  1. feat: add @base44/agent-ui package with headless tool-call renderers

    New package in packages/agent-ui/ providing headless React components
    for rendering agent tool calls in app chat UIs.
    
    Components:
    - ToolCallRenderer: Routes tool calls to the correct renderer via a
      built-in registry + custom renderer extension point
    - DefaultToolCall: Headless expand/collapse for generic tool calls,
      exposes parsed state via render prop
    - RequestUserConnection: Headless OAuth connect flow with popup
      management, polling, and state transitions via render prop
    
    All components are headless (render no DOM) — apps provide their own
    UI via render props, keeping full control over styling.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    yoavf and claude committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    75c79a4 View commit details
    Browse the repository at this point in the history
Loading