MCPcopy Index your code
hub / github.com/anomalyco/opencode / note

Function note

packages/opencode/src/cli/cmd/run/demo.ts:155–162  ·  view source on GitHub ↗
(footer: FooterApi, text: string)

Source from the content-addressed store, hash-verified

153}
154
155function note(footer: FooterApi, text: string): void {
156 footer.append({
157 kind: "system",
158 text,
159 phase: "start",
160 source: "system",
161 })
162}
163
164function clearSubagent(footer: FooterApi): void {
165 footer.event({

Callers 2

introFunction · 0.70
promptFunction · 0.70

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected