Fix path-root flaky tests and restore status emoji defaults (#22274)

This commit is contained in:
Tyler Yust
2026-02-20 15:45:33 -08:00
committed by GitHub
parent fe57bea088
commit 2dba150c16
5 changed files with 34 additions and 16 deletions

View File

@@ -50,14 +50,14 @@ export type StatusReactionController = {
export const DEFAULT_EMOJIS: Required<StatusReactionEmojis> = {
queued: "👀",
thinking: "🤔",
tool: "🔥",
coding: "👨‍💻",
web: "",
done: "👍",
error: "😱",
stallSoft: "🥱",
stallHard: "😨",
thinking: "🧠",
tool: "🛠️",
coding: "💻",
web: "🌐",
done: "",
error: "",
stallSoft: "",
stallHard: "⚠️",
};
export const DEFAULT_TIMING: Required<StatusReactionTiming> = {