CLI Commands Reference
/ecosystem--integrations/cli-commands-reference
bash
npx agentic-jujutsu status # Show working copy status
npx agentic-jujutsu log --limit 10 # Show commit history
npx agentic-jujutsu diff # Show changes
npx agentic-jujutsu new "message" # Create new commit
npx agentic-jujutsu analyze # Analyze repo for AI compatibility
npx agentic-jujutsu ast "command" # Convert to AI-readable AST format
npx agentic-jujutsu mcp-server # Start MCP server
npx agentic-jujutsu mcp-tools # List MCP tools
npx agentic-jujutsu bench # Run benchmarks
npx agentic-jujutsu compare-git # Compare with Git
npx agentic-jujutsu help # Show all commands
npx agentic-jujutsu version # Show version info
npx agentic-jujutsu examples # Show usage examples