mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +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:
6
src/types/global.d.ts
vendored
6
src/types/global.d.ts
vendored
@@ -44,9 +44,9 @@ declare function ExperimentEnrollmentNotice(): JSX.Element | null
|
||||
declare const HOOK_TIMING_DISPLAY_THRESHOLD_MS: number
|
||||
|
||||
// Ultraplan (internal)
|
||||
declare function UltraplanChoiceDialog(props: Record<string, unknown>): JSX.Element | null
|
||||
declare function UltraplanLaunchDialog(props: Record<string, unknown>): JSX.Element | null
|
||||
declare function launchUltraplan(...args: unknown[]): Promise<string>
|
||||
// declare function UltraplanChoiceDialog(props: Record<string, unknown>): JSX.Element | null
|
||||
// declare function UltraplanLaunchDialog(props: Record<string, unknown>): JSX.Element | null
|
||||
// declare function launchUltraplan(...args: unknown[]): Promise<string>
|
||||
|
||||
// T — Generic type parameter leaked from React compiler output
|
||||
// (react/compiler-runtime emits compiled JSX that loses generic type params)
|
||||
|
||||
Reference in New Issue
Block a user