Skip to content

Releases: letta-ai/letta

v0.16.6

04 Mar 03:14
4cb2f21

Choose a tag to compare

Highlights

  • Expanded Conversations API support for default conversation / agent-direct mode.
  • New conversations now initialize with a compiled system message at creation time.
  • Fixed model_settings.max_output_tokens default behavior so it does not silently override existing max_tokens unless explicitly set.

Conversations API updates

  • Added support for conversation_id="default" + agent_id across conversation endpoints (send/list/cancel/compact/stream retrieve).
  • Kept backwards compatibility for conversation_id=agent-* (deprecated path).
  • Added lock-key handling in agent-direct flows to avoid concurrent execution conflicts.

Conversation/system-message behavior

  • Conversation creation now compiles and persists a system message immediately.
  • This captures current memory state at conversation start and removes first-message timing edge cases.

Model/config updates

  • Added model support for:
    • gpt-5.3-codex
    • gpt-5.3-chat-latest
  • Updated defaults:
    • context window default: 32k → 128k
    • CORE_MEMORY_BLOCK_CHAR_LIMIT: 20k → 100k
  • Anthropic model settings now allow effort="max" where supported.
  • Gemini request timeout default increased to 600s.

Memory / memfs updates

  • Git-backed memory frontmatter no longer emits limit (legacy limit keys are removed on merge).
  • Skills sync now maps only skills/{name}/SKILL.md to skills/{name} block labels.
  • Other markdown under skills/ is intentionally ignored for block sync.
  • Memory filesystem rendering now includes descriptions for non-system/ files and condenses skill display.

Reliability and compatibility fixes

  • Added explicit LLMEmptyResponseError handling for empty Anthropic streaming responses.
  • Improved Fireworks compatibility by stripping unsupported reasoning fields.
  • Improved Z.ai compatibility by mapping max_completion_tokens to max_tokens.

Full Changelog: 0.16.5...0.16.6

v0.16.5

24 Feb 19:02
1b2aa98

Choose a tag to compare

What's Changed

Full Changelog: 0.16.4...0.16.5

v0.16.4

29 Jan 20:50
65dbd7f

Choose a tag to compare

What's Changed

Full Changelog: 0.16.2...0.16.4

v0.16.2

12 Jan 19:04
67013ef

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.16.1...0.16.2

v0.16.1

18 Dec 01:37
58ab2bc

Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.16.1

v0.16.0

15 Dec 20:12
be53f15

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.1...0.16.0

v0.15.1

26 Nov 22:46
0893bbf

Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...0.15.1

v0.15.0

25 Nov 03:16
7216d35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.0

v0.14.0

14 Nov 00:02
693a352

Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.14.0

v0.13.0

24 Oct 22:29
0ae3739

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.1...0.13.0