mini-coder 0.0.21 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +9 -1
- package/dist/mc.js +533 -569
- package/package.json +2 -2
|
@@ -18,7 +18,15 @@
|
|
|
18
18
|
"Bash(git commit:*)",
|
|
19
19
|
"Bash(sqlite3:*)",
|
|
20
20
|
"Bash(git branch:*)",
|
|
21
|
-
"Bash(git checkout:*)"
|
|
21
|
+
"Bash(git checkout:*)",
|
|
22
|
+
"Bash(npm info:*)",
|
|
23
|
+
"Bash(npm install:*)",
|
|
24
|
+
"Bash(find:*)",
|
|
25
|
+
"Bash(git log:*)",
|
|
26
|
+
"Bash(npm ls:*)",
|
|
27
|
+
"Bash(gh api:*)",
|
|
28
|
+
"Bash(bun:*)",
|
|
29
|
+
"Bash(npx tsc:*)"
|
|
22
30
|
]
|
|
23
31
|
}
|
|
24
32
|
}
|