@maincode-ai/matilda-code 0.20.1 → 0.20.2
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-CE34X462.js → agent-WQRHTEJK.js} +1 -1
- package/chunks/{agent-headless-CNI7H4BU.js → agent-headless-VPF3VPXU.js} +1 -1
- package/chunks/{chunk-WUQZ3WFM.js → chunk-A7VPKVYG.js} +1 -1
- package/chunks/{chunk-T75X5DJI.js → chunk-DORRYU7L.js} +1 -1
- package/chunks/{chunk-J56KRT6Z.js → chunk-IGQPRDMV.js} +525 -522
- package/chunks/{chunk-SKBC2YV2.js → chunk-QJO23A2D.js} +1 -1
- package/chunks/{chunk-DHBNZZZO.js → chunk-RGBIKCMN.js} +3 -3
- package/chunks/{chunk-OQVITNHW.js → chunk-YZVC65QR.js} +2 -2
- package/chunks/{computer-use-4533FJAL.js → computer-use-3BJWOZSA.js} +1 -1
- package/chunks/{contextCommand-M7LA5BRD.js → contextCommand-SOQLJJIW.js} +1 -1
- package/chunks/{edit-U4P4JWQ6.js → edit-ZIPLKFNT.js} +1 -1
- package/chunks/{en-ZU6RPTEW.js → en-75JQMW7P.js} +1 -1
- package/chunks/{enter-worktree-CUDNIQNH.js → enter-worktree-MWQ3Z7HX.js} +1 -1
- package/chunks/{enterPlanMode-SUTLQUZO.js → enterPlanMode-XT6MNE2L.js} +1 -1
- package/chunks/{exit-worktree-72O3N4X4.js → exit-worktree-O7DBPVFA.js} +1 -1
- package/chunks/{exitPlanMode-ZP75YCUK.js → exitPlanMode-FDXKFQJF.js} +1 -1
- package/chunks/{geminiContentGenerator-KPR5Q3XX.js → geminiContentGenerator-HXWUQ2DI.js} +1 -1
- package/chunks/{glob-V7YUXA6Z.js → glob-GYLGTXYL.js} +1 -1
- package/chunks/{grep-WOVNDJPG.js → grep-ZNYUS2MU.js} +1 -1
- package/chunks/{matildaAgentContentGenerator-Y5CHD2WJ.js → matildaAgentContentGenerator-HG4ABAJG.js} +1 -1
- package/chunks/{matildaContentGenerator-F2DTT47Z.js → matildaContentGenerator-WEAUMFNT.js} +1 -1
- package/chunks/{monitor-G7G765XR.js → monitor-755GJUC4.js} +1 -1
- package/chunks/{notebook-edit-QK7K5ALF.js → notebook-edit-SWCJ3FMF.js} +1 -1
- package/chunks/{openaiContentGenerator-XLDE2S4K.js → openaiContentGenerator-JIODOCNJ.js} +1 -1
- package/chunks/{ripGrep-W5JZVWA4.js → ripGrep-5GE6ECVF.js} +1 -1
- package/chunks/{scheduler-C7N3Q67S.js → scheduler-VA6HAYT4.js} +1 -1
- package/chunks/{serve-WDV5Q7R4.js → serve-TVYEQNS6.js} +2 -2
- package/chunks/{shell-IEGVNM6S.js → shell-JNZXS437.js} +1 -1
- package/chunks/{src-Y3JZTLKR.js → src-MMNXN6E3.js} +1 -1
- package/chunks/{team-create-OPP7B3G2.js → team-create-CUBBNHIF.js} +1 -1
- package/chunks/{workflow-B3DRPVNT.js → workflow-WRWIXJCG.js} +2 -2
- package/chunks/{write-file-T7MBHX53.js → write-file-7BFZXGIJ.js} +1 -1
- package/cli.js +380 -386
- package/locales/en.js +6 -0
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -1145,6 +1145,12 @@ export default {
|
|
|
1145
1145
|
'Chat history compression did not reduce size. This may indicate issues with the compression prompt.',
|
|
1146
1146
|
'Could not compress chat history due to a token counting error.':
|
|
1147
1147
|
'Could not compress chat history due to a token counting error.',
|
|
1148
|
+
'Could not compress chat history — the summarizer timed out or failed. Try again, or continue chatting (auto-compact will retry).':
|
|
1149
|
+
'Could not compress chat history — the summarizer timed out or failed. Try again, or continue chatting (auto-compact will retry).',
|
|
1150
|
+
'Could not compress chat history — the summarizer returned an empty summary. Try again.':
|
|
1151
|
+
'Could not compress chat history — the summarizer returned an empty summary. Try again.',
|
|
1152
|
+
'Could not compress chat history — the summary hit the output length cap. Try again later or start a new session.':
|
|
1153
|
+
'Could not compress chat history — the summary hit the output length cap. Try again later or start a new session.',
|
|
1148
1154
|
// ============================================================================
|
|
1149
1155
|
// Commands - Directory
|
|
1150
1156
|
// ============================================================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maincode-ai/matilda-code",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.2",
|
|
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.20.
|
|
25
|
+
"sandboxImageUri": "ghcr.io/maincode/matilda-code:0.20.2"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {},
|
|
28
28
|
"optionalDependencies": {
|