mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 00:51:25 +00:00
Fix path-root flaky tests and restore status emoji defaults (#22274)
This commit is contained in:
@@ -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> = {
|
||||
|
||||
Reference in New Issue
Block a user