We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847c1c9 commit f0c9101Copy full SHA for f0c9101
apps/cli/src/helpers/addons/ruler-setup.ts
@@ -46,6 +46,16 @@ export async function setupRuler(config: ProjectConfig) {
46
crush: { label: "Crush" },
47
zed: { label: "Zed" },
48
qwen: { label: "Qwen" },
49
+ amazonqcli: {label: "Amazon Q CLI"},
50
+ augmentcode: {label: "AugmentCode"},
51
+ firebender: {label: "Firebender"},
52
+ goose: {label: "Goose"},
53
+ jules: {label: "Jules"},
54
+ kiro: {label: "Kiro"},
55
+ openhands: {label: "Open Hands"},
56
+ roo: {label: "RooCode"},
57
+ trae: {label: "Trae AI"},
58
+ warp: {label: "Warp"},
59
} as const;
60
61
const selectedEditors = await autocompleteMultiselect({
0 commit comments