- Subtasks now inherit parent task's executor and validator model settings - When triage creates subtasks, modelProvider/modelId and validatorModelProvider/validatorModelId are copied from parent - Clean up legacy mission-store code (mission-store.ts, mission-types.ts, and related tests) - Add comprehensive tests for subtask model inheritance in triage, routes, and db - Remove obsolete changeset for missions-database-schema
13 lines
527 B
Markdown
13 lines
527 B
Markdown
---
|
|
"@gsxdsm/fusion": patch
|
|
---
|
|
|
|
Inherit parent task AI model settings in subtasks
|
|
|
|
Subtasks created via the dashboard subtask breakdown dialog or the triage agent's `task_create` tool now automatically inherit the parent task's AI model settings:
|
|
|
|
- `modelProvider` & `modelId` → inherited by subtasks for executor agent
|
|
- `validatorModelProvider` & `validatorModelId` → inherited by subtasks for reviewer agent
|
|
|
|
If the parent task has no model overrides or doesn't exist, subtasks fall back to global defaults as before.
|