@letta-ai/letta-code 0.29.3 → 0.29.5
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/letta.js +671 -586
- package/package.json +1 -1
- package/scripts/isolated-unit-tests.json +5 -0
- package/scripts/source-file-size-baseline.json +5 -5
package/package.json
CHANGED
|
@@ -15,6 +15,11 @@
|
|
|
15
15
|
"timeoutMs": 15000,
|
|
16
16
|
"reason": "Imports the real media module while Slack adapter tests replace it."
|
|
17
17
|
},
|
|
18
|
+
{
|
|
19
|
+
"path": "src/cli/components/provider-mod-selector-refresh.test.tsx",
|
|
20
|
+
"timeoutMs": 15000,
|
|
21
|
+
"reason": "Renders Ink while mutating the backend mode, backend instance, provider registry, settings singleton, and model cache."
|
|
22
|
+
},
|
|
18
23
|
{
|
|
19
24
|
"path": "src/cli/message-search-cache-warm.test.ts",
|
|
20
25
|
"timeoutMs": 15000,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"src/agent/client-skills.test.ts": 1196,
|
|
3
3
|
"src/agent/memory-git.ts": 2129,
|
|
4
4
|
"src/backend/local-backend.test.ts": 2532,
|
|
5
|
-
"src/backend/local/local-backend.ts":
|
|
5
|
+
"src/backend/local/local-backend.ts": 1014,
|
|
6
6
|
"src/backend/local/local-store.ts": 3594,
|
|
7
7
|
"src/backend/pi-stream-adapter.test.ts": 1304,
|
|
8
8
|
"src/cli/app/AppCoordinator.tsx": 5208,
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"src/cli/app/use-submit-handler.ts": 4077,
|
|
14
14
|
"src/cli/components/AgentSelector.tsx": 1111,
|
|
15
15
|
"src/cli/components/InputRich.tsx": 2219,
|
|
16
|
-
"src/cli/components/ModelSelector.tsx":
|
|
17
|
-
"src/cli/components/ProviderSelector.tsx":
|
|
16
|
+
"src/cli/components/ModelSelector.tsx": 1262,
|
|
17
|
+
"src/cli/components/ProviderSelector.tsx": 1692,
|
|
18
18
|
"src/cli/components/ToolCallMessageRich.tsx": 1109,
|
|
19
19
|
"src/cli/helpers/accumulator.ts": 1596,
|
|
20
20
|
"src/cli/helpers/reflection-transcript.ts": 1956,
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"src/hooks/integration.test.ts": 1147,
|
|
27
27
|
"src/index.ts": 2802,
|
|
28
28
|
"src/mods/learning-harness.ts": 2434,
|
|
29
|
-
"src/mods/mod-engine.test.ts":
|
|
30
|
-
"src/mods/mod-engine.ts":
|
|
29
|
+
"src/mods/mod-engine.test.ts": 2153,
|
|
30
|
+
"src/mods/mod-engine.ts": 1847,
|
|
31
31
|
"src/mods/package-installer.test.ts": 1248,
|
|
32
32
|
"src/mods/package-installer.ts": 1201,
|
|
33
33
|
"src/mods/package-registry.ts": 1033,
|