fix: skip keyword injection for non-OMO agents (fixes #2024)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user