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

Commits on Dec 24, 2025

  1. fix(shortcut): fixed global keyboard commands provider to follow `lat…

    …est ref pattern` (#2569)
    
    * fix(shortcut): fixed global commands provider to follow best practices
    
    * cleanup
    
    * ack PR comment
    waleedlatif1 authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    1145f5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1cd8d1 View commit details
    Browse the repository at this point in the history
  3. fix(router): update router to handle azure creds the same way the age…

    …nt block does (#2572)
    
    * fix(router): update router to handle azure creds the same way the agent block does
    
    * cleanup
    waleedlatif1 authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    cb8b9c5 View commit details
    Browse the repository at this point in the history
  4. fix(cancel-workflow-exec): move cancellation tracking for multi-task …

    …envs to redis (#2573)
    
    * fix(cancel-workflow-exec): move cancellation tracking for multi-task envs to redis
    
    * cleanup cancellation keys after execution
    icecrasher321 authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    77521a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2025

  1. feat(autolayout): add fitToView on autolayout and reduce horizontal s…

    …pacing between blocks (#2575)
    
    * feat(autolayout): add fitToView on autolayout and reduce horizontal spacing between blocks
    
    * remove additional yaml code
    waleedlatif1 authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    92b2e34 View commit details
    Browse the repository at this point in the history
  2. fix(change-detection): move change detection logic to client-side to …

    …prevent unnecessary API calls, consolidate utils (#2576)
    
    * fix(change-detection): move change detection logic to client-side to prevent unnecessary API calls, consolidate utils
    
    * added tests
    
    * ack PR comments
    
    * added isPublished to API response
    waleedlatif1 authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    da7eca9 View commit details
    Browse the repository at this point in the history
  3. improvement(variables): update workflows to use deployed variables, n…

    …ot local ones to align with the rest of the canvas components (#2577)
    
    * improvement(variables): update workflows to use deployed variables, not local ones to align with the rest of the canvas components
    
    * update change detection to ignore trigger id since it is runtime metadata and not actually required to be redeployed
    waleedlatif1 authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    40a6bf5 View commit details
    Browse the repository at this point in the history
  4. feat(byok): byok for hosted model capabilities (#2574)

    * feat(byok): byok for hosted model capabilities
    
    * fix type
    
    * add ignore lint
    
    * accidentally added feature flags
    
    * centralize byok fetch for LLM calls
    
    * remove feature flags ts
    
    * fix tests
    
    * update docs
    icecrasher321 authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    47a259b View commit details
    Browse the repository at this point in the history
  5. improvement(byok): remove web search block exa (#2579)

    * remove exa from byok
    
    * improvement(byok): remove web search block exa
    
    * fix autolayout
    
    * fix type
    icecrasher321 authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    66766a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9737253 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26ec125 View commit details
    Browse the repository at this point in the history
  8. feat(chat-otp): added db fallback for chat otp (#2582)

    * feat(chat-otp): added db fallback for chat otp
    
    * ack PR comments
    waleedlatif1 authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    f604ca3 View commit details
    Browse the repository at this point in the history
  9. feat(docs): added vector search (#2583)

    * feat(docs): added vector search
    
    * ack comments
    waleedlatif1 authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    d79696b View commit details
    Browse the repository at this point in the history
  10. improvement(schedules): use tanstack query to fetch schedule data, cl…

    …eanup ui on schedule info component (#2584)
    
    * improvement(schedules): use tanstack query to fetch schedule data, cleanup ui on schedule info component
    
    * update trigger-save UI, increase auto disable to 100 consecutive from 10
    
    * updated docs
    
    * consolidate consts
    waleedlatif1 authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    3201aba View commit details
    Browse the repository at this point in the history
  11. feat(i18n): update translations (#2585)

    Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
    waleedlatif1 and waleedlatif1 authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    61e7213 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. feat(tests): added testing package, overhauled tests (#2586)

    * feat(tests): added testing package, overhauled tests
    
    * fix build
    waleedlatif1 authored Dec 26, 2025
    Configuration menu
    Copy the full SHA
    b7f6bab View commit details
    Browse the repository at this point in the history
Loading