Release Notes
This page lists all updates to the Shake iOS SDK.
v1.1.0 — Visual debugging support
Added
- Screenshot retrieval via
get_user_feedback_screenshot(read-only) — returns the actual screenshot image attached to a ticket - Video recording retrieval via
get_user_feedback_video(read-only) — returns video URL and metadata (file size, content type) - Session replay retrieval via
get_user_feedback_session_replay(read-only) — returns session replay URL and metadata (file size, content type)
Behavior
- Automatic tool invocation when users request screenshots, videos, session replays, or visual evidence from tickets
- Screenshots are returned as image data for immediate viewing; videos and session replays return URLs due to large file sizes
v1.0.0 — Initial release
Added
-
ShakeBugs ticket details retrieval via
get_user_feedback_details(read-only) -
Activity history / logs retrieval via
get_user_feedback_activity_history(read-only), including console output, errors, and network request traces -
analyze_user_feedback_ticketprompt for guided, step-by-step debugging of a single ticket (details → timeline → logs → RCA) -
batch_user_feedback_analysisprompt for analyzing multiple tickets, producing per-ticket categorization and a summarized table of findings
Behavior
- Automatic tool invocation when users provide app.shakebugs.com ticket URLs or ask for analysis/debugging
- Automatic log tool invocation when users request logs, console output, stack traces, network activity, or crash timelines