
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
# run without installing
npx aidescribe
# or install globally
pnpm add -g aidescribe
Generate a description:
# supported `jj` target arguments
aidescribe
aidescribe <REVSETS>
aidescribe -r @-
aidescribe -r abc123
aidescribe -rabc123
Only inlined <REVSETS> and -r are forwarded to jj.
>=22jj installedRun 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.
View config:
aidescribe config
aidescribe config get provider
aidescribe config set variantCount=3
aidescribe v0.0.4
Generate jj change descriptions with AI
Usage:
aidescribe [flags...]
aidescribe <command>
Commands:
config View or modify configuration settings
connect Interactive provider setup wizard
Flags:
--count <number> Generate multiple description variants for this run (default: 1)
-h, --help Show help
--locale <string> Override locale for this run (default: en)
--max-diff-chars <number> Max diff chars sent to AI for this run (default: 40000)
--max-length <number> Max generated title length for this run (default: 72, its a soft guidance for the
model, not a local hard cutoff)
--provider <string> Override provider for this run (supported: openai, anthropic, mistral)
-t, --type <string> Message format for this run (default: conventional, supports: conventional, plain)
--verbose Print the exact prompt payload sent to the AI model for this run
--version Show version
FAQs
Generate jj change descriptions with AI
We found that aidescribe demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.