Skip to content

Releases: momentic-ai/mobile-cli

v1.18.1

Choose a tag to compare

@wuweiweiwu wuweiweiwu released this 30 Jul 02:42

Patch Changes

  • 4b575a6: Report emulator plan and concurrency limit errors as configuration issues with a clear message instead of internal platform errors
  • 4b575a6: Show clear guidance when browser installation fails because the browser download directory is not writable
  • 4b575a6: Prevent the CLI from crashing when a run artifact file cannot be written
  • 4ae0b11: AI Action failures now say when the agent hit the step budget
  • 332a64b: Update bundled dependencies to address security advisories
  • 4b575a6: Skip noisy error logs when collecting git metadata in a repository that has no commits yet
  • 4b575a6: Show driver-specific troubleshooting when an Android Appium session fails because the UiAutomator2 driver could not be found, instead of unrelated device/server guidance.
  • 4b575a6: Show a clear error message when browsers are not available for your operating system, with a workaround, instead of a raw installation failure
  • 4b575a6: Show a clear, actionable message when your Momentic API key is invalid or expired instead of failing with an unexpected error.
  • 4b575a6: Show a clear error message when an asset upload is rejected (for example an immutable tag conflict or a reserved tag name) instead of crashing
  • 2fed62b: Sign-in automatically issues a new code if you don't finish signing in before the first one expires

v1.18.0

Choose a tag to compare

@wuweiweiwu wuweiweiwu released this 29 Jul 03:43

Minor Changes

  • 8a7bbe7: Mobile AI Action steps are now aware of the surrounding test steps, helping them choose end states that set up the steps that come next

Patch Changes

  • fdff230: Show a clear "page not found" screen when opening an out-of-date link in the local app

v1.17.3

Choose a tag to compare

@wuweiweiwu wuweiweiwu released this 28 Jul 19:18

Patch Changes

  • e3e23ad: Show a clear, actionable message when your Momentic API key is invalid or unauthorized instead of failing with an unexpected error.
  • 51c6130: Improve diagnostics for unexpected errors

v1.17.2

Choose a tag to compare

@wuweiweiwu wuweiweiwu released this 28 Jul 01:21

Patch Changes

  • b229223: Fix mobile scroll steps that scrolled back away from the content they just found, when the cached scroll target was an element taller than the screen.

v1.17.1

Choose a tag to compare

@wuweiweiwu wuweiweiwu released this 27 Jul 23:51

Patch Changes

  • 315c5c3: Fix a rare failure that could corrupt run result archives when they grew past the zip size limit
  • d0a93c9: Raise network-log circuit-breaker thresholds for remote browsers and auto-resume capture 30s after it trips

v1.17.0

Choose a tag to compare

@wuweiweiwu wuweiweiwu released this 24 Jul 01:50

Minor Changes

  • ce7a3da: Use Knowledge Base to evaluate Android assertions and include cited knowledge in assertion traces.

Patch Changes

  • 812ddd5: Stop rewriting test and module files with formatting-only changes; saving a test or module whose content doesn't change no longer produces a diff.

v1.16.4

Choose a tag to compare

@wuweiweiwu wuweiweiwu released this 23 Jul 04:33

Patch Changes

  • e53d24c: Change how model streams recover when they fail to call tools correctly.

v1.16.3

Choose a tag to compare

@wuweiweiwu wuweiweiwu released this 21 Jul 23:13

Patch Changes

  • a046445: Return web and mobile editor step results faster.
  • 37b4cbf: Fix cleanup logic after setup failures

v1.16.2

Choose a tag to compare

@wuweiweiwu wuweiweiwu released this 21 Jul 20:12

Patch Changes

  • 9d2a7ee: Improve reliability for long-running AI agent conversations.
  • 7ee727a: Make run_step faster by allowing eligible work to finish asynchronously.

v1.16.1

Choose a tag to compare

@wuweiweiwu wuweiweiwu released this 21 Jul 04:54

Patch Changes

  • f0020b3: Reset interactive test fixtures consistently between browser and emulator replays.