Skip to content

[Refactor] Keep model selection out of workspace routing - #1278

Draft
roomote-roomote[bot] wants to merge 1 commit into
developfrom
refactor/remove-router-model-selection-3ab4cqqekka1v
Draft

[Refactor] Keep model selection out of workspace routing#1278
roomote-roomote[bot] wants to merge 1 commit into
developfrom
refactor/remove-router-model-selection-3ab4cqqekka1v

Conversation

@roomote-roomote

Copy link
Copy Markdown
Contributor

​Opened on behalf of @mrubens. Follow up by mentioning @roomote-roomote, in the web UI, or in Slack.

What changed

  • Removed task-model selection from the workspace router prompt, response schema, context, result types, and diagnostics.
  • Stopped auto-routed Slack and web launches from applying a model inferred from task text while preserving explicit model choices supplied by the caller.
  • Removed the router-specific model eval dataset and focused tests that covered the retired behavior.

Why this change was made

Running agents can now switch models directly. Keeping model interpretation in the workspace router duplicated that responsibility and forced tasks to start on an inferred model before the agent could handle the request itself.

Impact

Auto-routing now decides only where a task should run. Model directives remain in the task prompt for the running agent, while explicit launch-time model selections continue to work through their existing paths.

@roomote-community

roomote-community Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

No code issues found. See task

Reviewed 9ac8e76

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.

1 participant