Skip to content

[codex] Trim Android default prompt#91

Open
vb-openai wants to merge 1 commit intomainfrom
vb/trim-android-default-prompt
Open

[codex] Trim Android default prompt#91
vb-openai wants to merge 1 commit intomainfrom
vb/trim-android-default-prompt

Conversation

@vb-openai
Copy link
Collaborator

What changed

  • converted the Android plugin interface.defaultPrompt from an array to a string
  • shortened the prompt to Reproduce an emulator issue; capture logs.

Why

The request was to trim the default prompt to 50 characters. The new prompt is 42 characters and keeps the Android plugin manifest aligned with the loader-safe string form used in this repo.

Impact

Android installs and composer defaults will show a shorter prompt without changing any other plugin metadata.

Validation

  • jq empty plugins/android/.codex-plugin/plugin.json
  • verified the prompt length is 42 characters

@vb-openai vb-openai marked this pull request as ready for review March 23, 2026 23:17
@vb-openai vb-openai requested a review from a team March 23, 2026 23:17
"defaultPrompt": [
"Use Android to reproduce an emulator issue with adb, then capture screenshots and logcat."
],
"defaultPrompt": "Reproduce an emulator issue; capture logs.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect format. This needs to be an array of strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants