Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 384 Bytes

File metadata and controls

23 lines (16 loc) · 384 Bytes

Contributing

PRs welcome. Open an issue first for large changes, or new features.

ocv tracks OpenCode. Keep fork-specific changes focused on Vim mode/copy mode.

Development

Use Bun matching package.json.

bun install
cd packages/opencode
bun typecheck
cd ../tui
bun test ./test/cli/tui/vim-*.test.ts

Running locally

bun dev .