Awesome self-contained agent harness with impeccable tooling.
  • TypeScript 78.2%
  • MDX 11.8%
  • JavaScript 4%
  • Go 2.1%
  • Zig 1.2%
  • Other 2.6%
Find a file
Sky Johnson bf43c29387 fix: revert scroll over-optimization — simple direct render
The clampAndRender pre-clamping against stale maxScroll caused
wild jumps between top and bottom. Replaced with direct render
for all scroll events — render() already clamps scrollOff
correctly. Scroll-down is a no-op only when scrollOff == 0
(already at bottom). Scroll-up always renders and lets render
clamp to max.
2026-04-03 18:57:08 -05:00
cmd feat: TUI app with full agent loop integration 2026-04-03 16:51:07 -05:00
internal fix: revert scroll over-optimization — simple direct render 2026-04-03 18:57:08 -05:00
ref ref: add opencode reference source 2026-04-02 15:37:12 -05:00
.gitignore feat: cache project index to disk for fast startup 2026-04-03 09:39:52 -05:00
go.mod feat: wire tree-sitter AST search and replace tools 2026-04-03 11:41:09 -05:00
go.sum feat: wire tree-sitter AST search and replace tools 2026-04-03 11:41:09 -05:00