1
0
mirror of synced 2025-12-23 03:44:00 -05:00
This commit is contained in:
Octomerger Bot
2021-08-12 11:32:56 +10:00
committed by GitHub
parent f0c93e860e
commit 297ca63c32
224 changed files with 1605 additions and 622 deletions

View File

@@ -3,7 +3,7 @@ import { preserveAnchorNodePosition } from 'scroll-anchoring'
import { sendEvent, EventType } from './events'
const supportedTools = ['cli', 'desktop', 'webui', 'curl']
const supportedTools = ['cli', 'desktop', 'webui', 'curl', 'codespaces']
export default function displayToolSpecificContent() {
const toolElements = Array.from(document.querySelectorAll('.extended-markdown')).filter((el) =>