@letta-ai/letta-code 0.15.5 → 0.15.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.
Files changed (2) hide show
  1. package/letta.js +3 -3
  2. 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.5",
3125
+ version: "0.15.6",
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: {
@@ -33138,7 +33138,7 @@ var models_default;
33138
33138
  var init_models2 = __esm(() => {
33139
33139
  models_default = [
33140
33140
  {
33141
- id: "sonnet-4.6",
33141
+ id: "sonnet",
33142
33142
  handle: "anthropic/claude-sonnet-4-6",
33143
33143
  label: "Sonnet 4.6",
33144
33144
  description: "Anthropic's new Sonnet model with adaptive thinking",
@@ -109033,4 +109033,4 @@ Error during initialization: ${message}`);
109033
109033
  }
109034
109034
  main();
109035
109035
 
109036
- //# debugId=A249B0D2C7F9A4B164756E2164756E21
109036
+ //# debugId=4E9F868D12CD875A64756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letta-ai/letta-code",
3
- "version": "0.15.5",
3
+ "version": "0.15.6",
4
4
  "description": "Letta Code is a CLI tool for interacting with stateful Letta agents from the terminal.",
5
5
  "type": "module",
6
6
  "bin": {