vtcode 0.99.1

A Rust-based terminal coding agent with modular architecture supporting multiple LLM providers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "hook_event_name": "Status",
  "cwd": "/Users/vinhnguyenxuan/Developer/learn-by-doing/vtcode",
  "workspace": {
    "current_dir": "/Users/vinhnguyenxuan/Developer/learn-by-doing/vtcode",
    "project_dir": "/Users/vinhnguyenxuan/Developer/learn-by-doing/vtcode"
  },
  "model": {
    "id": "ollama/nemotron-3-nano:30b-cloud",
    "display_name": "Nemotron 3 Nano"
  },
  "runtime": {
    "reasoning_effort": "high"
  },
  "version": "0.1.0"
}