[PR #515] [CLOSED] Screenshot and frame stability #588

Closed
opened 2026-02-26 22:31:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/515
Author: @cursor[bot]
Created: 2/13/2026
Status: Closed

Base: feat/shots-capture-mvpHead: cursor/screenshot-and-frame-stability-00aa


📝 Commits (1)

  • 396029d Fix shots run relaunch and koubou stderr JSON parsing

📊 Changes

4 files changed (+113 additions, -4 deletions)

View changed files

📝 internal/screenshots/frame.go (+9 -2)
📝 internal/screenshots/frame_test.go (+22 -0)
📝 internal/screenshots/run.go (+3 -2)
📝 internal/screenshots/run_test.go (+79 -0)

📄 Description

Summary

  • Fixed an issue where screenshot actions implicitly relaunched the app, resetting UI state and breaking multi-step sequences. Screenshots now capture the current in-session UI state.
  • Resolved a bug where kou generate's stderr output could corrupt JSON parsing by separating stdout and stderr streams.

Validation

  • make format
  • make lint
  • make test


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/515 **Author:** [@cursor[bot]](https://github.com/apps/cursor) **Created:** 2/13/2026 **Status:** ❌ Closed **Base:** `feat/shots-capture-mvp` ← **Head:** `cursor/screenshot-and-frame-stability-00aa` --- ### 📝 Commits (1) - [`396029d`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/396029d6e7abc2c718ea86d709d8042f9b8304bf) Fix shots run relaunch and koubou stderr JSON parsing ### 📊 Changes **4 files changed** (+113 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `internal/screenshots/frame.go` (+9 -2) 📝 `internal/screenshots/frame_test.go` (+22 -0) 📝 `internal/screenshots/run.go` (+3 -2) 📝 `internal/screenshots/run_test.go` (+79 -0) </details> ### 📄 Description ## Summary - Fixed an issue where screenshot actions implicitly relaunched the app, resetting UI state and breaking multi-step sequences. Screenshots now capture the current in-session UI state. - Resolved a bug where `kou generate`'s `stderr` output could corrupt JSON parsing by separating `stdout` and `stderr` streams. ## Validation - [x] `make format` - [x] `make lint` - [x] `make test` --- --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#588
No description provided.