Before submitting
Area
apps/desktop
Steps to reproduce
- Start a Codex conversation in T3 Code.
- Ask whether a recommended plugin is available.
- Ask Codex to install the plugin.
- Codex calls
request_plugin_install. The call succeeds and returns completed: false, user_confirmed: false, and action_type: "install".
- Check the conversation for an installation card or approval control.
- Retry the installation tool call.
This was reproduced twice with slack@openai-curated-remote.
Expected behavior
T3 Code should render a visible installation card with an Install or Approve control so the user can confirm the plugin installation and continue to service authorization.
Actual behavior
No installation card, banner, or approval control appears after either successful tool call. The flow remains at user_confirmed: false, so the plugin cannot be installed from the conversation.
Impact
Blocks work completely
Version or commit
0.0.33-nightly.20260809.1043
Environment
macOS 26.6.1 (25G76), T3 Code Nightly desktop app, Codex provider
Logs or stack traces
request_plugin_install result:
completed: false
user_confirmed: false
action_type: install
tool_name: Slack
Screenshots, recordings, or supporting files
No response
Workaround
No workaround confirmed.
Before submitting
Area
apps/desktop
Steps to reproduce
request_plugin_install. The call succeeds and returnscompleted: false,user_confirmed: false, andaction_type: "install".This was reproduced twice with
slack@openai-curated-remote.Expected behavior
T3 Code should render a visible installation card with an Install or Approve control so the user can confirm the plugin installation and continue to service authorization.
Actual behavior
No installation card, banner, or approval control appears after either successful tool call. The flow remains at
user_confirmed: false, so the plugin cannot be installed from the conversation.Impact
Blocks work completely
Version or commit
0.0.33-nightly.20260809.1043
Environment
macOS 26.6.1 (25G76), T3 Code Nightly desktop app, Codex provider
Logs or stack traces
Screenshots, recordings, or supporting files
No response
Workaround
No workaround confirmed.