MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / bootstrapFromPicker

Method bootstrapFromPicker

apps/kimi-code/src/tui/kimi-tui.ts:2676–2682  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2674 }
2675
2676 private async bootstrapFromPicker(): Promise<void> {
2677 await this.openSessionPicker({
2678 applyStartupModes: true,
2679 closeOnCancel: true,
2680 forwardEditorExit: true,
2681 });
2682 }
2683
2684 private async openSessionPicker(options: {
2685 readonly applyStartupModes: boolean;

Callers 2

finishStartupMethod · 0.95

Calls 1

openSessionPickerMethod · 0.95

Tested by

no test coverage detected