chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-09 16:12:42 +00:00
parent ffcb45d7c9
commit ada5b31bb0
11 changed files with 69 additions and 33 deletions
+1 -3
View File
@@ -139,9 +139,7 @@ export const layer = Layer.effect(
const resolvePromptParts = Effect.fn("SessionPrompt.resolvePromptParts")(function* (template: string) {
const ctx = yield* InstanceState.context
const parts: Types.DeepMutable<PromptInput["parts"]> = [
{ type: "text", text: template },
]
const parts: Types.DeepMutable<PromptInput["parts"]> = [{ type: "text", text: template }]
const files = ConfigMarkdown.files(template)
const seen = new Set<string>()
yield* Effect.forEach(