Automatically generate conventional commit messages by analyzing your staged changes.
# Clone the repository
git clone https://github.com/NocturnLabs/commit-message
cd commit-message
cargo install --path .
# Stage your changes
git add .
# Generate commit message
commit-message
# Generate and commit directly
commit-message --commit
Create a .commit-message.toml in your project:
[style]
format = "conventional" # conventional, simple, detailed
max_length = 72
include_scope = true
Deep Logic
Deep Logic is a unified TypeScript CLI for deep research and AI reasoning chat capabilities, powered by Bun. It combines autonomous research agent functionality with interactive reasoning model support in a single, cohesive tool.
Brainstorm
Brainstorm is a modern, AI-powered ideation platform that gamifies the brainstorming process. By combining a "Tinder-style" card interface with advanced Large Language Model (LLM) analysis, it helps users rapidly explore, categorize, and filter creative ideas.