MCPcopy
hub / github.com/anomalyco/opencode / PromptTraitsInput

Interface PromptTraitsInput

packages/tui/src/prompt/traits.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type PromptMode = "normal" | "shell"
4
5export interface PromptTraitsInput {
6 mode: PromptMode
7 autocompleteVisible: boolean
8}
9
10export type PromptTraits = EditorTraits & {
11 owner: "opencode"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected