vtcode-core 0.104.1

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "{{tool_name}}",
  "description": "{{tool_description}}",
  "executable_path": "./tool.sh",
  "readme_path": "./README.md",
  "schema_path": "./schema.json",
  "timeout_seconds": 30,
  "supports_json": {{supports_json}},
  "environment": {
    "TOOL_NAME": "{{tool_name}}"
  },
  "working_dir": "."
}