feat: make panel optional

This commit is contained in:
Simon
2026-01-17 17:24:17 +08:00
parent 1af2607cca
commit 78d4919289
5 changed files with 72 additions and 21 deletions

View File

@@ -89,6 +89,10 @@ export default function HomePage() {
import.meta.env.DEV && import.meta.env.LLM_API_KEY
? import.meta.env.LLM_API_KEY
: DEMO_API_KEY,
// enableAskUser: false,
// promptForNextTask: false,
// enablePanel: false,
})
}