fix: skip keyword injection for non-OMO agents (fixes #2024)

This commit is contained in:
YeonGyu-Kim
2026-03-23 18:10:44 +09:00
parent d886ac701f
commit de371be236
5 changed files with 125 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export const CODE_BLOCK_PATTERN = /```[\s\S]*?```/g
export const INLINE_CODE_PATTERN = /`[^`]+`/g
// Re-export from submodules
export { isPlannerAgent, getUltraworkMessage } from "./ultrawork"
export { isPlannerAgent, isNonOmoAgent, getUltraworkMessage } from "./ultrawork"
export { SEARCH_PATTERN, SEARCH_MESSAGE } from "./search"
export { ANALYZE_PATTERN, ANALYZE_MESSAGE } from "./analyze"