shell: support Windows cmd /C; normalize date/time; allow all commands; add tests

This commit is contained in:
2026-03-05 17:44:19 +08:00
parent 47b6059773
commit e2f806edb3
19 changed files with 989 additions and 350 deletions

7
.vscode/launch.json vendored
View File

@@ -33,6 +33,13 @@
"env": {
"MESSAGE_CHANNEL": "feishu"
}
},
{
"name": "Attach: ToolHost Process",
"type": "go",
"request": "attach",
"mode": "local",
"processId": "${command:pickProcess}"
}
]
}