Merged
Conversation
- Wrap recording video in device frame (Android/iOS) matching screenshot
inspector style
- Overlay current step label (number + name + kind) on video while
playing
- Sync step label and left-panel highlight to actual video playback
position using
wall-clock videoOffsetMs timestamps stored per step (fixes premature
step advancement
caused by cumulative durationMs not accounting for sleep delays and
screenshot overhead)
- Add video-active style to left panel steps — scrolls highlighted step
into view as video plays
- Clear video-active highlights when switching back to Step Inspector tab
- Center device frame by spanning recording panel across full detail-body
grid
- Add --strict CLI flag for YAML flow parsing (opt-in, replaces hardcoded
strict: true)
- Fix TS type narrowing on MCPContent union when reading recording stop
result
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
CI was failing because package-lock.json had df-vision linked to ../device-farm/packages/stark-vision (a local npm link), which doesn't exist in the CI environment. Reinstalled from npm to fix the lock file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
github-actions bot
pushed a commit
that referenced
this pull request
Apr 16, 2026
## 1.0.0 (2026-04-16) ### Features * integrate ai-sdk-ollama for LLM support and update configuration ([#9](#9)) ([c6794d7](c6794d7)) * parallel testing support and screen recording for SDK ([#16](#16)) ([7d14e7b](7d14e7b)) * strict playground tap matching, waitUntil pre-check, faster vision assert ([59b8c29](59b8c29)) * vision improvements — drag support, screenshot optimization, an… ([#7](#7)) ([8cfbcb4](8cfbcb4)) ### Bug Fixes * add semantic-release for automated versioning and npm publishing ([#19](#19)) ([66c73a6](66c73a6)) * ci ([#10](#10)) ([dfcd62f](dfcd62f)) * DOM locator resolution, vision assert parsing, and appium-mcp coordinate scaling ([9272c36](9272c36)) * read CLI version from package.json instead of hardcoded string ([#14](#14)) ([fcb3a64](fcb3a64)) * screenshot parsing ([e449a23](e449a23)) * scroll-aware stuck detection, press_enter tool, and post-done verification ([c03bbe4](c03bbe4)) * terminal UI ([294a780](294a780)) * terminal view ([42c0e75](42c0e75))
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.