@maincode-ai/matilda-code 0.19.5 → 0.19.6
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-HMAY5XP7.js → agent-NN3YCAQH.js} +1 -1
- package/chunks/{agent-headless-NWRQLNNS.js → agent-headless-GCUE63J5.js} +1 -1
- package/chunks/{chunk-3E62XAAL.js → chunk-ETVBCNID.js} +1 -1
- package/chunks/{chunk-AEEMG76V.js → chunk-NRPYZBZX.js} +1 -1
- package/chunks/{chunk-C6SSPIF3.js → chunk-OGLMWPGR.js} +1 -1
- package/chunks/{chunk-WPZEF752.js → chunk-OREAJC5D.js} +371 -371
- package/chunks/{chunk-2FX4655X.js → chunk-RAHHGBHX.js} +1 -1
- package/chunks/{chunk-3GAKPC2I.js → chunk-TZIIADJW.js} +3 -3
- package/chunks/{computer-use-B2345U7U.js → computer-use-AM62LD63.js} +1 -1
- package/chunks/{contextCommand-ZTMOL6TC.js → contextCommand-CWNMYXES.js} +1 -1
- package/chunks/{edit-YI2KTC5G.js → edit-PJD2ABCG.js} +1 -1
- package/chunks/{enter-worktree-2V2D7CYW.js → enter-worktree-MTT3VNXA.js} +1 -1
- package/chunks/{enterPlanMode-ZUCJBK26.js → enterPlanMode-KJSXKSQX.js} +1 -1
- package/chunks/{exit-worktree-TNMQ6BJQ.js → exit-worktree-CX2HMIRN.js} +1 -1
- package/chunks/{exitPlanMode-3V2VGFJI.js → exitPlanMode-QQ7DSRYT.js} +1 -1
- package/chunks/{geminiContentGenerator-DLT3FIFM.js → geminiContentGenerator-HZHMNMGX.js} +1 -1
- package/chunks/{glob-DK4XLD6I.js → glob-L6LCKWIV.js} +1 -1
- package/chunks/{grep-HHKDBU7B.js → grep-PIJYRFHS.js} +1 -1
- package/chunks/{matildaAgentContentGenerator-WANX4W2Y.js → matildaAgentContentGenerator-Y2ECTUZO.js} +1 -1
- package/chunks/{matildaContentGenerator-YNM53I6M.js → matildaContentGenerator-HATVJLJF.js} +1 -1
- package/chunks/{monitor-JVPMYOZ2.js → monitor-A3RDX2JT.js} +1 -1
- package/chunks/{notebook-edit-TSASMGK7.js → notebook-edit-5KEG5MTP.js} +1 -1
- package/chunks/{openaiContentGenerator-5VMLKMVG.js → openaiContentGenerator-XI6SCJ2G.js} +1 -1
- package/chunks/{ripGrep-UCUYOKAZ.js → ripGrep-PXECRMR2.js} +1 -1
- package/chunks/{scheduler-LXGHE7LL.js → scheduler-XG6XEE2W.js} +1 -1
- package/chunks/{serve-F2OU5GL5.js → serve-RZQK4PGY.js} +1 -1
- package/chunks/{shell-5CG25UXX.js → shell-CGATWESB.js} +1 -1
- package/chunks/{src-4KXRVNR5.js → src-D4A3YMBH.js} +1 -1
- package/chunks/{team-create-ESOAIRWA.js → team-create-WADAQUBF.js} +1 -1
- package/chunks/{web-search-N6QM6PXT.js → web-search-XR5V4QRH.js} +1 -1
- package/chunks/{workflow-AGPUPU65.js → workflow-NTYIHQG2.js} +2 -2
- package/chunks/{write-file-XJ2S7TR3.js → write-file-THZKUU47.js} +1 -1
- package/cli.js +8 -8
- 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.6",
|
|
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.6"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {},
|
|
28
28
|
"optionalDependencies": {
|