mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-05 16:36:52 +00:00
temporarily remove bun strip ansi due to bug
This commit is contained in:
@@ -1171,7 +1171,7 @@ ToolRegistry.register<typeof BashTool>({
|
||||
name: "bash",
|
||||
container: "block",
|
||||
render(props) {
|
||||
const output = createMemo(() => Bun.stripANSI(props.metadata.output?.trim() ?? ""))
|
||||
const output = createMemo(() => props.metadata.output?.trim() ?? "")
|
||||
const { theme } = useTheme()
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user