We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8584e25 commit 1f82afaCopy full SHA for 1f82afa
cli/src/chat.tsx
@@ -220,7 +220,6 @@ export const Chat = ({
220
activeSubagentsRef.current = activeSubagents
221
}, [activeSubagents])
222
223
- const abortControllerRef = useRef<AbortController | null>(null)
224
const isUserCollapsingRef = useRef<boolean>(false)
225
226
// Reset the collapse flag after collapse state changes
0 commit comments