MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / InteractiveCommand

Method InteractiveCommand

internal/loop/provider.go:14–14  ·  view source on GitHub ↗
(workDir, prompt string)

Source from the content-addressed store, hash-verified

12 CLIPath() string
13 LoopCommand(ctx context.Context, prompt, workDir string) *exec.Cmd
14 InteractiveCommand(workDir, prompt string) *exec.Cmd
15 // CleanOutput extracts JSON from the provider's output format (e.g., NDJSON).
16 // Returns the original output if no cleaning needed.
17 CleanOutput(output string) string

Callers 1

runInteractiveAgentFunction · 0.65

Implementers 5

mockProviderinternal/loop/loop_test.go
ClaudeProviderinternal/agent/claude.go
OpenCodeProviderinternal/agent/opencode.go
CodexProviderinternal/agent/codex.go
CursorProviderinternal/agent/cursor.go

Calls

no outgoing calls

Tested by

no test coverage detected