fix(no-hephaestus-non-gpt): make toast message more blunt

This commit is contained in:
YeonGyu-Kim
2026-02-20 10:55:49 +09:00
parent 3dba1c49d4
commit f3e6cab2f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { getAgentConfigKey, getAgentDisplayName } from "../../shared/agent-displ
const TOAST_TITLE = "NEVER Use Hephaestus with Non-GPT"
const TOAST_MESSAGE = [
"Hephaestus is designed exclusively for GPT models.",
"Hephaestus + non-GPT performs worse than vanilla Sisyphus.",
"Hephaestus is trash without GPT.",
"For Claude/Kimi/GLM models, always use Sisyphus.",
].join("\n")
const SISYPHUS_DISPLAY = getAgentDisplayName("sisyphus")