This repository has been archived on 2026-06-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
master-ai/vibn-agent-runner/dist/tools/shell-api.d.ts

2 lines
125 B
TypeScript

export declare function executeCommand(workspaceRoot: string, command: string, workingDirectory?: string): Promise<unknown>;