holycodex 0.7.4-dev.29698722339.1 → 0.7.4-dev.29700855995.1
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/dist/cli.js +5 -2
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -4085,7 +4085,7 @@ async function installCodexSlimEdit(input, env = process.env) {
|
|
|
4085
4085
|
}
|
|
4086
4086
|
//#endregion
|
|
4087
4087
|
//#region packages/cli/src/catalog.ts
|
|
4088
|
-
var VERSION = "0.7.4-dev.
|
|
4088
|
+
var VERSION = "0.7.4-dev.29700855995.1";
|
|
4089
4089
|
var SKILLS = [
|
|
4090
4090
|
"ast-grep",
|
|
4091
4091
|
"caveman",
|
|
@@ -4478,7 +4478,10 @@ function effectiveMcpServers(platform, packageRunner = "bun") {
|
|
|
4478
4478
|
args: ["runtime/lsp.js", "mcp"],
|
|
4479
4479
|
cwd: "."
|
|
4480
4480
|
},
|
|
4481
|
-
codexslimedit: {
|
|
4481
|
+
codexslimedit: {
|
|
4482
|
+
...codexSlimEdit,
|
|
4483
|
+
enabled_tools: ["read_file", "apply_patch"]
|
|
4484
|
+
},
|
|
4482
4485
|
context7: {
|
|
4483
4486
|
command: "bunx",
|
|
4484
4487
|
args: ["@upstash/context7-mcp"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "holycodex",
|
|
3
|
-
"version": "0.7.4-dev.
|
|
3
|
+
"version": "0.7.4-dev.29700855995.1",
|
|
4
4
|
"description": "Lean Codex-only agent toolkit installer and doctor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agents",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"prepack": "vp run --workspace-root build"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@holycodex/plugin": "0.7.4-dev.
|
|
42
|
+
"@holycodex/plugin": "0.7.4-dev.29700855995.1",
|
|
43
43
|
"zod": "^4.4.3"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|