@letta-ai/letta-code 0.15.4 → 0.15.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 +16 -4
- package/package.json +1 -1
package/letta.js
CHANGED
|
@@ -3122,7 +3122,7 @@ var package_default;
|
|
|
3122
3122
|
var init_package = __esm(() => {
|
|
3123
3123
|
package_default = {
|
|
3124
3124
|
name: "@letta-ai/letta-code",
|
|
3125
|
-
version: "0.15.
|
|
3125
|
+
version: "0.15.5",
|
|
3126
3126
|
description: "Letta Code is a CLI tool for interacting with stateful Letta agents from the terminal.",
|
|
3127
3127
|
type: "module",
|
|
3128
3128
|
bin: {
|
|
@@ -33137,12 +33137,24 @@ var init_MarkdownDisplay = __esm(async () => {
|
|
|
33137
33137
|
var models_default;
|
|
33138
33138
|
var init_models2 = __esm(() => {
|
|
33139
33139
|
models_default = [
|
|
33140
|
+
{
|
|
33141
|
+
id: "sonnet-4.6",
|
|
33142
|
+
handle: "anthropic/claude-sonnet-4-6",
|
|
33143
|
+
label: "Sonnet 4.6",
|
|
33144
|
+
description: "Anthropic's new Sonnet model with adaptive thinking",
|
|
33145
|
+
isDefault: true,
|
|
33146
|
+
isFeatured: true,
|
|
33147
|
+
updateArgs: {
|
|
33148
|
+
context_window: 200000,
|
|
33149
|
+
max_output_tokens: 128000,
|
|
33150
|
+
enable_reasoner: true
|
|
33151
|
+
}
|
|
33152
|
+
},
|
|
33140
33153
|
{
|
|
33141
33154
|
id: "sonnet-4.5",
|
|
33142
33155
|
handle: "anthropic/claude-sonnet-4-5-20250929",
|
|
33143
33156
|
label: "Sonnet 4.5",
|
|
33144
|
-
description: "
|
|
33145
|
-
isDefault: true,
|
|
33157
|
+
description: "Previous default Sonnet model",
|
|
33146
33158
|
isFeatured: true,
|
|
33147
33159
|
updateArgs: {
|
|
33148
33160
|
context_window: 180000,
|
|
@@ -109021,4 +109033,4 @@ Error during initialization: ${message}`);
|
|
|
109021
109033
|
}
|
|
109022
109034
|
main();
|
|
109023
109035
|
|
|
109024
|
-
//# debugId=
|
|
109036
|
+
//# debugId=A249B0D2C7F9A4B164756E2164756E21
|