Skip to content

[Feat] Select models and task tools before waking tasks - #1699

Draft
roomote-community[bot] wants to merge 5 commits into
developfrom
feature/pre-wake-model-selection-07wgo3cfun0zc
Draft

[Feat] Select models and task tools before waking tasks#1699
roomote-community[bot] wants to merge 5 commits into
developfrom
feature/pre-wake-model-selection-07wgo3cfun0zc

Conversation

@roomote-community

@roomote-community roomote-community Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

​Opened on behalf of @tomny-dev. View the task or mention @roomote for follow-up asks.

What changed

  • Added the existing task model, reasoning, and Task Tools controls to the wake composer for sleeping tasks.
  • Made Task Tool selections wake the task with the matching packaged action, while preserving structured dispatch for live tasks.
  • Disabled pre-wake Task Tools when managed read-only access prevents task launches, matching the existing wake-submit guard.
  • Prevented snapshot resume while model settings are still being persisted, including overlapping updates and reset operations.
  • Added focused component coverage for pre-wake model settings, Task Tool dispatch, and the submission guard.

Why this change was made

Previously, model selection and Task Tools were unavailable from the sleeping-task composer. Changing models required spending a wake-up turn on the previous model, while running a Task Tool required waking the task and selecting it afterward.

Impact

Users can select the model and reasoning level or launch a Task Tool directly while waking a sleeping task. The resumed turn starts with the intended model or packaged action, while managed read-only users no longer see an actionable Task Tools control that cannot wake the task. Browser screenshots are not attached because local inference-provider setup could not reach Ollama; component tests cover the controls, dispatch, read-only state, and submission guard.

@roomote-community

roomote-community Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

No new code issues found. See task

  • apps/web/src/app/(sandbox)/task/[taskId]/WakeTaskInput.tsx:170 Task Tools remain enabled in managed read-only mode, then silently fail to wake the task.

Reviewed d12bc99

@roomote-community roomote-community Bot changed the title [Feat] Select models before waking sleeping tasks [Feat] Select models and task tools before waking tasks Aug 28, 2026
Comment thread apps/web/src/app/(sandbox)/task/[taskId]/WakeTaskInput.tsx Outdated
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