@maincode-ai/matilda-code 0.19.7 → 0.19.8
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/chunks/{agent-JAZ2R5P5.js → agent-2NBSL6Q2.js} +1 -1
- package/chunks/{agent-headless-HUDZQCLT.js → agent-headless-AXEWDJRM.js} +1 -1
- package/chunks/{chunk-DF4ZZ3BH.js → chunk-HDVKP4RM.js} +1 -1
- package/chunks/{chunk-UOF5DCHP.js → chunk-HUPUKBVY.js} +4 -4
- package/chunks/{chunk-4ROBKRWY.js → chunk-ILO32IXN.js} +2 -2
- package/chunks/{chunk-MHGRKMUG.js → chunk-OJTERV74.js} +1 -1
- package/chunks/{chunk-4EZRS6DY.js → chunk-WIDV26MB.js} +1 -1
- package/chunks/{chunk-YCINFF22.js → chunk-WN7W7S2V.js} +1 -1
- package/chunks/{computer-use-BCNVOJO6.js → computer-use-7PIVVKPK.js} +1 -1
- package/chunks/{contextCommand-7XW5T2FM.js → contextCommand-SO4X2MS6.js} +1 -1
- package/chunks/{edit-O5534MIA.js → edit-B5KZGY7B.js} +1 -1
- package/chunks/{enter-worktree-NWECAVR5.js → enter-worktree-RRN3GMRW.js} +1 -1
- package/chunks/{enterPlanMode-Z5CC6RK4.js → enterPlanMode-ZPXWNPYM.js} +1 -1
- package/chunks/{exit-worktree-5QTROW2K.js → exit-worktree-HND5ZVDQ.js} +1 -1
- package/chunks/{exitPlanMode-VT42OYWF.js → exitPlanMode-K7HACJ6K.js} +1 -1
- package/chunks/{geminiContentGenerator-DROE6XUC.js → geminiContentGenerator-ZE6UPRAE.js} +1 -1
- package/chunks/{glob-FWADRNRL.js → glob-PXQT4CHI.js} +1 -1
- package/chunks/{grep-OFTEAZOC.js → grep-B2OXQK7Q.js} +1 -1
- package/chunks/{matildaAgentContentGenerator-J3PXQMRW.js → matildaAgentContentGenerator-Q43QK5GQ.js} +1 -1
- package/chunks/{matildaContentGenerator-6WVY252A.js → matildaContentGenerator-MTZC3PAG.js} +1 -1
- package/chunks/{monitor-W2IPT7L4.js → monitor-6AWWXDIL.js} +1 -1
- package/chunks/{notebook-edit-E2RFMINC.js → notebook-edit-7BJPP7ZB.js} +1 -1
- package/chunks/{openaiContentGenerator-PGCPCIUM.js → openaiContentGenerator-JX2JAR3V.js} +1 -1
- package/chunks/{ripGrep-CKRSCA2H.js → ripGrep-G3IY6ZWZ.js} +1 -1
- package/chunks/{scheduler-AQ72BFMX.js → scheduler-FFE43QWC.js} +1 -1
- package/chunks/{serve-VAU7AZ4D.js → serve-RXBWGIMV.js} +1 -1
- package/chunks/{shell-LMX4PBFS.js → shell-4HTE526K.js} +1 -1
- package/chunks/{src-3ZEKD73Z.js → src-F4LDZDLP.js} +1 -1
- package/chunks/{team-create-YCCOH5ZI.js → team-create-VWJKHFTR.js} +1 -1
- package/chunks/{web-search-LUARHW3X.js → web-search-FEZM3B3R.js} +1 -1
- package/chunks/{workflow-7JKMNIOX.js → workflow-GNYDTGHJ.js} +2 -2
- package/chunks/{write-file-QR6KKYVC.js → write-file-2PLDMI5M.js} +1 -1
- package/cli.js +6 -6
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maincode-ai/matilda-code",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "cli.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"bundled"
|
|
23
23
|
],
|
|
24
24
|
"config": {
|
|
25
|
-
"sandboxImageUri": "ghcr.io/maincode/matilda-code:0.19.
|
|
25
|
+
"sandboxImageUri": "ghcr.io/maincode/matilda-code:0.19.8"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {},
|
|
28
28
|
"optionalDependencies": {
|