Vanha frontend siirretty temp/. Uusi rakenne: - StatusBar.astro, Terminal.astro, Editor.astro, Guide.astro - global.css erillinen - Wasm pääsäikeessä (ei Worker — yksinkertainen, debugattava) - Tab-completion, dropdown, projektikortti, Monaco, GUIDE.md - Ei tokenisointia eikä koodilaboratoriota Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
342 B
TypeScript
9 lines
342 B
TypeScript
import { A as Agent, a as AgentName } from './shared/package-manager-detector.DksAilYA.mjs';
|
|
|
|
declare const AGENTS: Agent[];
|
|
declare const LOCKS: Record<string, AgentName>;
|
|
declare const INSTALL_METADATA: Record<string, AgentName>;
|
|
declare const INSTALL_PAGE: Record<Agent, string>;
|
|
|
|
export { AGENTS, INSTALL_METADATA, INSTALL_PAGE, LOCKS };
|