chore: Enable no-unnecessary-template-expression lint rule.

This commit is contained in:
cpojer
2026-02-02 15:37:05 +09:00
parent 87a61c3b88
commit baa1e95b9d
10 changed files with 20 additions and 26 deletions

View File

@@ -1458,8 +1458,7 @@ export function createExecTool(
{
type: "text",
text:
`${warningText}` +
`Approval required (id ${approvalSlug}). ` +
`${warningText}Approval required (id ${approvalSlug}). ` +
"Approve to run; updates will arrive after completion.",
},
],
@@ -1541,12 +1540,9 @@ export function createExecTool(
content: [
{
type: "text",
text:
`${getWarningText()}` +
`Command still running (session ${run.session.id}, pid ${
run.session.pid ?? "n/a"
}). ` +
"Use process (list/poll/log/write/kill/clear/remove) for follow-up.",
text: `${getWarningText()}Command still running (session ${run.session.id}, pid ${
run.session.pid ?? "n/a"
}). Use process (list/poll/log/write/kill/clear/remove) for follow-up.`,
},
],
details: {