This commit is contained in:
LukeParkerDev 2026-04-24 07:39:19 +10:00
commit 6d66973fd5
10 changed files with 232 additions and 116 deletions

View file

@ -271,7 +271,7 @@ export type ToolInfo = {
subtitle?: string
}
const SHELL = new Set(["shell"])
const SHELL = new Set(["shell", "bash"])
function agentTitle(i18n: UiI18n, type?: string) {
if (!type) return i18n.t("ui.tool.agent.default")