Skip to content

Multi-model session UX: changing orchestrator and worker separately #15

@Knightwarrior911

Description

@Knightwarrior911

Problem

In a session using separate orchestrator and worker models, changing models is unclear and slow.

Current behavior / pain points:

  • If I have picked both orchestrator and worker models, changing both in the same session appears to require running /model twice.
  • There is no easy way to see which model is currently assigned to orchestrator and which to worker during a session.
  • If the orchestrator model limit is reached, I can use /model to switch it.
  • If the worker agent model limit is reached mid-task, it is unclear how to change the worker model specifically.

Requested improvements

  1. Add a command or status output to show current session model assignments:

    • orchestrator model
    • worker model
  2. Make /model support explicit role targeting, for example:

    • /model orchestrator <model>
    • /model worker <model>
    • or /model --orchestrator <model>
    • /model --worker <model>
  3. Document current default behavior clearly:

    • If /model without a role changes both models, say so.
    • If it changes only one role, say which role and provide an easy way to change the other role.

Why this matters

For long-running sessions with model limits, users need to switch models without losing context or guessing which role will change. Clear role-specific model management would make multi-agent sessions much easier to operate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions