From 42a5580a349a0b237dd2b040ab2f4b9c57ce6434 Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastav Date: Mon, 23 Mar 2026 23:16:21 +0000 Subject: [PATCH] Trim Android default prompt --- plugins/android/.codex-plugin/plugin.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/android/.codex-plugin/plugin.json b/plugins/android/.codex-plugin/plugin.json index 2f058642..653e8f90 100644 --- a/plugins/android/.codex-plugin/plugin.json +++ b/plugins/android/.codex-plugin/plugin.json @@ -32,9 +32,7 @@ "websiteURL": "https://openai.com/", "privacyPolicyURL": "https://openai.com/policies/privacy-policy/", "termsOfServiceURL": "https://openai.com/policies/terms-of-use/", - "defaultPrompt": [ - "Use Android to reproduce an emulator issue with adb, then capture screenshots and logcat." - ], + "defaultPrompt": "Reproduce an emulator issue; capture logs.", "brandColor": "#3DDC84", "screenshots": [] }