@jungjaehoon/mama-os 0.27.1 → 0.27.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/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.27.2] - 2026-07-22
|
|
11
|
+
|
|
12
|
+
- Code-Act now uses the Kagemusha five-minute composition budget so bounded multi-image Drive and
|
|
13
|
+
OCR workflows do not fail at the previous 30-second whole-program deadline. Existing memory,
|
|
14
|
+
call-count, concurrency, cancellation, and mutation-settlement guards are unchanged.
|
|
15
|
+
|
|
10
16
|
## [0.27.1] - 2026-07-22
|
|
11
17
|
|
|
12
18
|
Codex app-server policy changes and missing durable records are now detected before a model request
|
|
@@ -6,7 +6,7 @@ exports.CODE_ACT_MUTATION_OUTCOME_UNKNOWN = 'CODE_ACT_MUTATION_OUTCOME_UNKNOWN';
|
|
|
6
6
|
exports.DEFAULT_SANDBOX_CONFIG = {
|
|
7
7
|
memoryLimitBytes: 32 * 1024 * 1024,
|
|
8
8
|
maxStackSizeBytes: 512 * 1024,
|
|
9
|
-
timeoutMs:
|
|
9
|
+
timeoutMs: 300_000,
|
|
10
10
|
maxConcurrentCalls: 50,
|
|
11
11
|
maxConcurrentExecutions: 8,
|
|
12
12
|
mutationSettlementGraceMs: 5_000,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/agent/code-act/types.ts"],"names":[],"mappings":";;;AASa,QAAA,uCAAuC,GAAG,yCAAyC,CAAC;AACpF,QAAA,iCAAiC,GAAG,mCAAmC,CAAC;AA4DxE,QAAA,sBAAsB,GAAkB;IACnD,gBAAgB,EAAE,EAAE,GAAG,IAAI,GAAG,IAAI;IAClC,iBAAiB,EAAE,GAAG,GAAG,IAAI;IAC7B,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/agent/code-act/types.ts"],"names":[],"mappings":";;;AASa,QAAA,uCAAuC,GAAG,yCAAyC,CAAC;AACpF,QAAA,iCAAiC,GAAG,mCAAmC,CAAC;AA4DxE,QAAA,sBAAsB,GAAkB;IACnD,gBAAgB,EAAE,EAAE,GAAG,IAAI,GAAG,IAAI;IAClC,iBAAiB,EAAE,GAAG,GAAG,IAAI;IAC7B,SAAS,EAAE,OAAO;IAClB,kBAAkB,EAAE,EAAE;IACtB,uBAAuB,EAAE,CAAC;IAC1B,yBAAyB,EAAE,KAAK;CACjC,CAAC"}
|
package/package.json
CHANGED