OpenCode

OpenCode Projects

Tools and projects I've built for the OpenCode ecosystem

OpenCode is an open-source AI coding agent used by over 400,000 developers monthly. It helps developers write and run code directly from the terminal with native TUI support, LSP integration, and multi-session capabilities. Here are the tools I've built to enhance the OpenCode experience.

OCMT (OpenCommit)

View on GitHub

AI-powered git commit message, changelog & documentation generator using OpenCode. Generates conventional commit messages from your staged changes with a beautiful interactive CLI.

npm install -g ocmt

Features

  • AI-powered commit messages using OpenCode
  • Changelog generation from commit history
  • Interactive CLI with confirmation prompts
  • Customizable commit rules via .oc/config.md
  • Multiple aliases: oc, ocmt, opencommit

OpenSession

Explore your OpenCode sessions and conversations in an easy searchable web interface. Browse through your coding history, search conversations, and revisit your AI-assisted development sessions.

bunx opensession

Features

  • Browse all OpenCode sessions
  • Searchable conversation history
  • Clean web interface
  • Zero configuration required
  • Instant access with bunx

Quick Start

Generate Commit Messages

# Install globally

npm install -g ocmt

# Stage changes and run

oc

Browse Sessions

# Run directly with bunx

bunx opensession

# Opens web interface

localhost:3000

Built with OpenCode by Ryan Vogel