+ {started?.maxDepth != null + ? t("chat:subtasks.inlineStartedDetail", { maxDepth: started.maxDepth }) + : message.text} +
+ { + e.preventDefault() + vscode.postMessage({ + type: "switchTab", + tab: "settings", + values: { section: "contextManagement" }, + }) + }}> ++ {rejected?.reason === "limit" + ? t("chat:subtasks.inlineRejectedLimitDetail", { maxDepth: rejected.maxDepth }) + : rejected?.reason === "nested" + ? t("chat:subtasks.inlineRejectedNestedDetail") + : message.text} +
+ { + e.preventDefault() + vscode.postMessage({ + type: "switchTab", + tab: "settings", + values: { section: "contextManagement" }, + }) + }}> +