mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-19 06:45:50 +00:00
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:
@@ -5927,6 +5927,7 @@ export function REPL({
|
||||
};
|
||||
void launchUltraplan({
|
||||
blurb,
|
||||
promptIdentifier: opts?.promptIdentifier,
|
||||
getAppState: () => store.getState(),
|
||||
setAppState,
|
||||
signal: createAbortController().signal,
|
||||
|
||||
Reference in New Issue
Block a user