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
id: no-nullable-boolean
snapshots:
  ? |
    val isEnabled: Boolean? = null
  : labels:
    - source: 'val isEnabled: Boolean? = null'
      style: primary
      start: 0
      end: 30