Skip to content

pguilbert/aidescribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aidescribe

CLI that generates Jujutsu change descriptions with AI.

aidescribe demo

Quick Start

# run without installing
npx aidescribe

# or install globally
pnpm add -g aidescribe

Generate a description:

# same arguments as `jj describe`
# aidescribe <REVSETS>
aidescribe
aidescribe -r @-
aidescribe -r abc123

Requirements

  • Node.js >=22
  • jj installed
  • Run inside a Jujutsu repository

Setup

Run the interactive setup once to connect your AI provider and save config:

aidescribe connect

This saves config to ~/.aidescribe.json. Currently OpenAI, Anthropic, and Mistral providers are supported.

Config

View config:

aidescribe config
aidescribe config get provider

About

A CLI that writes your JJ change description for you using AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors