[PR #9453] feat(ui): display subagent model in task header #13116

Closed
opened 2026-02-16 18:17:59 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9453

State: closed
Merged: No


Summary

  • Added model information to TaskTool metadata.
  • Updated Task component in TUI to display the model ID in the header (e.g., # Librarian Task · gpt-4o).
  • Updated PermissionPrompt to show the model ID when requesting permission.

Problem

Users could not distinguish which model was powering a subagent task.

Solution

Expose the resolved model ID in the task metadata and render it in the UI.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9453 **State:** closed **Merged:** No --- ## Summary - Added `model` information to `TaskTool` metadata. - Updated `Task` component in TUI to display the model ID in the header (e.g., `# Librarian Task · gpt-4o`). - Updated `PermissionPrompt` to show the model ID when requesting permission. ## Problem Users could not distinguish which model was powering a subagent task. ## Solution Expose the resolved model ID in the task metadata and render it in the UI.
yindo added the pull-request label 2026-02-16 18:17:59 -05:00
yindo closed this issue 2026-02-16 18:17:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13116