feat(ext): expose ext meta data to main world

This commit is contained in:
Simon
2026-02-03 16:39:24 +08:00
parent 1a0422f99d
commit 648a0c1bda
5 changed files with 8 additions and 5 deletions

View File

@@ -7,9 +7,6 @@ import { DEMO_API_KEY, DEMO_BASE_URL, DEMO_MODEL } from '@/agent/constants'
import { Button } from '@/components/ui/button'
import { Input } from '@/components/ui/input'
declare const __EXT_VERSION__: string
declare const __CORE_VERSION__: string
interface ConfigPanelProps {
config: LLMConfig | null
onSave: (config: LLMConfig) => Promise<void>