Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ - (void)viewDidAppear:(BOOL)animated {
}
}
}
#endif

// How fast an app that owns this field's value can acknowledge edits: one render per window, passed
// by the test as `--agent-device-text-entry-acknowledge-window <seconds>`. An edit that arrives
Expand Down Expand Up @@ -302,6 +301,7 @@ - (void)agentDeviceTextEntryDidChange:(UITextField *)textField {
[textField removeFromSuperview];
}
}
#endif

- (void)viewDidLoad {
[super viewDidLoad];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-device",
"version": "0.21.14",
"version": "0.21.15",
"description": "Mobile app automation and verification for AI coding agents. CLI, MCP server, and typed Node.js API for iOS, Android, HarmonyOS, TV, web, macOS, and Linux.",
"mcpName": "io.github.callstack/agent-device",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/callstack/agent-device",
"source": "github"
},
"version": "0.21.14",
"version": "0.21.15",
"packages": [
{
"registryType": "npm",
"identifier": "agent-device",
"version": "0.21.14",
"version": "0.21.15",
"transport": {
"type": "stdio"
},
Expand Down
Loading