Add Ultraplan Feature for Advanced Multi-Agent Planning (#232)

* feat: add ultraplan feature for advanced multi-agent planning

Implement ultraplan command with web-based planning interface,
supporting multiple prompt modes and interactive plan approval.

* chore: add semi

* chore: add semi
This commit is contained in:
sobird
2026-04-10 22:17:00 +08:00
committed by GitHub
parent 8137b66a46
commit 9da7345f8e
11 changed files with 292 additions and 144 deletions

View File

@@ -5927,6 +5927,7 @@ export function REPL({
};
void launchUltraplan({
blurb,
promptIdentifier: opts?.promptIdentifier,
getAppState: () => store.getState(),
setAppState,
signal: createAbortController().signal,