Skip to content

DGC 0.25.0

Choose a tag to compare

@OpenPeach-ai OpenPeach-ai released this 02 Sep 20:49

DGC 0.25.0 · VS Code extension 0.11.0

CLI — standing goals, an autonomous gate that holds a run to a check command, a persistent Python code-action tool, training export, thinking/xhigh with preserve-thinking, and editor protocol v4 parity in the panel.

Docs — the Getting started page never showed how to install DGC, there was no command-line reference, and Configuration documented 35 of 71 config keys. All three are fixed, and the docs site is now generated from dgc/docs.py — the same source that drives the in-app /docs and the live slash-command palette — so the website and the CLI can no longer drift. Published at https://vibedgc.com/docs.

Benchmark — the published figures were placeholders. They are now a reproducible, config-identical run (same model digest, 600 s cap, 32,768-token window, pass@2, 90 problems, raw traces saved):

harness pass@2
goose 95.6%
DGC 94.4%
pi 94.4%
OpenCode 88.9%
Codex CLI 87.8%

DGC is second, level with pi and one problem behind goose. It is the only harness in the set that never ran out of clock, and it gets there on ~25% fewer output tokens than the leader. Aider is absent rather than restated: it never completed a valid run in this configuration.

Install: curl -fsSL https://vibedgc.com/install.sh | bash