vtcode 0.141.11

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
id: no-printf
snapshots:
  ? |
    fprintf(stderr, "error: %s\n", msg);
  : labels:
    - source: 'fprintf(stderr, "error: %s\n", msg)'
      style: primary
      start: 0
      end: 35
  ? |
    printf("value: %d\n", 42);
  : labels:
    - source: 'printf("value: %d\n", 42)'
      style: primary
      start: 0
      end: 25