This is a personal modification of OpenCode. Contributions, suggestions, and forks are welcome.
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/open-code-mod.git - Install dependencies:
bun install - Create a branch:
git checkout -b your-feature
# Type check all packages
bun typecheck
# Lint
bun run lint
# Run the dev server (terminal UI)
bun run dev- Use conventional commit-style messages:
type(scope): summary - Valid types:
feat,fix,docs,chore,refactor,test - Ensure all packages pass typecheck before submitting
- This mod removes safety filters and content policies by design
- If you're looking for the original project with standard safety features, see anomalyco/opencode