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: simstudioai/sim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.5
Choose a base ref
...
head repository: simstudioai/sim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.6
Choose a head ref
  • 6 commits
  • 52 files changed
  • 2 contributors

Commits on Mar 20, 2026

  1. fix(landing): update broken links, change colors (#3687)

    * fix(landing): update broken links, change colors
    
    * update integration pages
    
    * update icons
    
    * link to tag
    
    * fix(landing): resolve build errors and address PR review comments
    
    - Extract useEffect redirect into ExternalRedirect client component to fix
      fs/promises bundling error in privacy/terms server pages
    - Fix InfisicalIcon fill='black' → fill='currentColor' for theme compatibility
    - Add target="_blank" + rel="noopener noreferrer" to enterprise Typeform link
    - Install @types/micromatch to fix missing type declarations build error
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    
    * fix(icons): fix InfisicalIcon fill='black' → fill='currentColor' in docs
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    
    * remove hardcoded ff
    
    * fix(generate-docs): fix tool description extraction for two-step and name-mismatch patterns
    
    Replace the fragile first-id/first-description heuristic with a per-id
    window search: for each id: 'tool_id' match, scan the next 600 chars
    (stopping before any params: block) for description: and name: fields.
    This correctly handles the two-step pattern used by Intercom and others
    where the ToolConfig export comes after a separate base object whose
    params: would have cut off the old approach.
    
    Add an exact-name fallback that checks tools.access for a tool whose
    name matches the operation label — handles cases where block op IDs are
    short aliases (e.g. Slack 'send') while the tool ID is more descriptive
    ('slack_message') but the tool name 'Slack Message' still differs.
    
    Remove the word-overlap scoring fallback which was producing incorrect
    descriptions (Intercom all saying 'Intercom API access token', Reddit
    Save/Unsave inverted, etc.).
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    waleedlatif1 and claude authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    fa181f0 View commit details
    Browse the repository at this point in the history
  2. improvement(toast): match notification styling with countdown ring an…

    …d consistent design (#3688)
    
    * improvement(toast): match notification styling with countdown ring and consistent design
    
    * fix(toast): add success variant indicator dot
    waleedlatif1 authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    0be9303 View commit details
    Browse the repository at this point in the history
  3. fix(preview): show actual nested workflow name in log snapshots (#3689)

    * fix(preview): show actual nested workflow name in log snapshots
    
    * fix(preview): ensure metadata.name in non-deployed child workflow path
    
    * style(preview): fix line formatting
    waleedlatif1 authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    1eb85dd View commit details
    Browse the repository at this point in the history
  4. chore(templates): disable templates page and related UI (#3690)

    * chore(templates): disable templates page and related UI
    
    * chore(templates): remove unused imports from disabled template code
    
    * fix(config): restore noNestedComponentDefinitions rule in biome config
    
    * chore(templates): comment out remaining dead template code
    
    Comment out handleTemplateFormSubmit, handleTemplateDelete,
    TemplateStatusBadge component, and TemplateProfile dynamic import
    that were left over after disabling the templates feature.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
    * chore(templates): clean up dead code from review feedback
    
    - Remove unused usePathname/pathnameRef in use-workspace-management.ts
    - Comment out stale 'template' from TabView union type
    - Remove unused params from TemplateLayoutProps interface
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    waleedlatif1 and claude authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    e796dfe View commit details
    Browse the repository at this point in the history
  5. feat(copilot): add rename operation to user_table tool (#3691)

    * feat(copilot): add rename operation to user_table tool
    
    * fix(copilot): use newName instead of name for table rename operation
    waleedlatif1 authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    8d84c30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1731a4d View commit details
    Browse the repository at this point in the history
Loading