MCPcopy
hub / github.com/kodu-ai/claude-coder / getCurrentPrompts

Method getCurrentPrompts

extension/src/api/api-handler.ts:398–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396 }
397
398 private async getCurrentPrompts() {
399 const template =
400 (await PromptStateManager.getInstance().getActivePromptContent()) ??
401 PromptStateManager.getInstance().getDefaultPromptContent()
402
403 return await buildPromptFromTemplate(template)
404 }
405
406 /**
407 * Handles stream errors

Callers 1

executeRequestMethod · 0.95

Calls 4

buildPromptFromTemplateFunction · 0.90
getInstanceMethod · 0.45

Tested by

no test coverage detected