$OMNI CODE
~/community

// Community

Omni Code is open source and community-driven. Ask questions, share what you build, contribute code, and help others get the most out of the tools.

// channels

Where to find us.

[GITHUB DISCUSSIONS]

Ask questions & share ideas

The primary place for bug reports, feature requests, and help. Search before posting — your answer may already be there.

> How do I add a custom LLM provider?
See PROVIDER_GUIDE.md in the repo root →
> Agent stops mid-task on large files
Known issue #142 — fix in v2.1 ↑
[OPEN DISCUSSIONS →]
[DISCORD]

Real-time chat

Join the Discord server for live help, announcements, and casual conversation with other Omni Code users and contributors.

# omni-code-general
@grayson just shipped add-on support 🎉
@dev_anon nice, do add-ons get agent tools?
@grayson yes, full tool access via manifest
[JOIN DISCORD →]
// contributing

How to contribute.

Report a bug

Open an issue on GitHub with steps to reproduce, expected vs actual behavior, and your OS + version.

$ gh issue create --repo GraysonBannister/omni-code

Request a feature

Start a GitHub Discussion under the 'Ideas' category. Upvotes help prioritize requests.

$ github.com/GraysonBannister/omni-code/discussions/new

Submit a PR

Fork the repo, create a branch, make your changes, and open a pull request. Include a clear description and tests where applicable.

$ git checkout -b feat/my-feature && git push origin HEAD

Build an add-on

The add-on system lets you extend Omni Code with new agent tools, modes, and integrations. See the Add-ons page.

$ omni-addons/README.md
[READ CONTRIBUTING.MD →]
// guidelines

Community guidelines.

CODE_OF_CONDUCT.md
01Be respectful and constructive. Everyone is learning.
02Search existing issues and discussions before creating new ones.
03Provide full context when asking for help: OS, version, LLM provider.
04Follow the code style and conventions in CONTRIBUTING.md.
05Keep discussions focused. Off-topic threads may be moved.
// build something

Extend Omni Code with add-ons.

The add-on system lets anyone publish new agent tools, modes, and integrations. Explore the registry or submit your own.

[BROWSE ADD-ONS →]