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: CopilotKit/aimock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CopilotKit/aimock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fal-image-video-queue-progression
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on May 14, 2026

  1. feat: typed image/video helpers for fal handler

    Add onFalImage/onFalVideo methods to MockServer, FalQueueConfig
    and FalRecordConfig types, and falQueue propagation through
    server options and handler defaults.
    tombeckenham authored and jpr5 committed May 14, 2026
    Configuration menu
    Copy the full SHA
    fb92e11 View commit details
    Browse the repository at this point in the history
  2. feat: queue polling realism with state machine progression

    Fal handler now walks through IN_QUEUE -> IN_PROGRESS -> COMPLETED
    states with configurable step counts and timing. Includes image
    and video converters, cancel/status/result handlers, and
    queue-walk recording support.
    tombeckenham authored and jpr5 committed May 14, 2026
    Configuration menu
    Copy the full SHA
    4d2f1c8 View commit details
    Browse the repository at this point in the history
  3. fix: walk fal queue upstream during recording

    Extract persistFixture helper and export buildFixtureMatch from
    recorder. Add queue walk support for legacy fal audio path.
    tombeckenham authored and jpr5 committed May 14, 2026
    Configuration menu
    Copy the full SHA
    9b7d083 View commit details
    Browse the repository at this point in the history
  4. test: fal handler typed helpers, polling, and recording

    Cover onFalImage/onFalVideo API, queue state machine
    progression, misconfigured step clamping, and fixture
    recording round-trips.
    tombeckenham authored and jpr5 committed May 14, 2026
    Configuration menu
    Copy the full SHA
    e554df2 View commit details
    Browse the repository at this point in the history
  5. docs: fal typed helpers and queue polling realism

    Document onFalImage/onFalVideo API, queue progression
    configuration, and recording behavior in README.
    tombeckenham authored and jpr5 committed May 14, 2026
    Configuration menu
    Copy the full SHA
    ae913dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4045f8a View commit details
    Browse the repository at this point in the history
Loading