Skip to content

chore(deps): bump @letta-ai/letta-client from 1.7.8 to 1.7.10#1236

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/letta-ai/letta-client-1.7.10
Closed

chore(deps): bump @letta-ai/letta-client from 1.7.8 to 1.7.10#1236
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/letta-ai/letta-client-1.7.10

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps @letta-ai/letta-client from 1.7.8 to 1.7.10.

Release notes

Sourced from @​letta-ai/letta-client's releases.

v1.7.10

1.7.10 (2026-03-02)

Full Changelog: v1.7.9...v1.7.10

Features

  • add debug logs in telem endpoint (c4263a7)
  • support default convo in list and cancel endpoints (212c1dc)

Chores

  • internal: move stringifyQuery implementation to internal function (7ae6a5e)

v1.7.9

1.7.9 (2026-02-26)

Full Changelog: v1.7.8...v1.7.9

Features

  • add Anthropic Opus 4.6 model support (4e138f3)
  • add conversation deletion endpoint (soft delete) [LET-7286] (f8bdba2)
  • add credit verification before agent message endpoints [LET-XXXX] (967a0e6)
  • add log probabilities from OpenAI-compatible servers (ab7d527)
  • add order_by and order params to /v1/conversations list endpoin… (8356341)
  • Add self-summarization and dropping tool returns as options for compaction (68d775d)
  • add template rollback endpoint [LET-7423] (72f82b9)
  • add ToolReturnCreate to MessageCreateParams [LET-7366] (b536930)
  • allow users to specify via query to stip messages [LET-7392] (6407c5a)
  • core: structure memory directory and block labels [LET-7336] (759a9b4)
  • Default to lightweight compaction model instead of agent's model (bea68ff)
  • make agent_id optional in conversations list endpoint [LET-7612] (5d89571)
  • New prompts/defaults for sliding_window and all compaction (1f3ad9c)
  • parallel tool calling minimax provider [LET-7647] (27f92f1)

Bug Fixes

  • client: avoid removing abort listener too early (2736ca5)
  • docs/contributing: correct pnpm link command (268dfa1)

Chores

  • internal/client: fix form-urlencoded requests (449eae9)
  • internal: avoid type checking errors with ts-reset (51f673d)
  • internal: fix pagination internals not accepting option promises (3dbc2b8)
  • internal: remove mock server code (289effb)

... (truncated)

Changelog

Sourced from @​letta-ai/letta-client's changelog.

1.7.10 (2026-03-02)

Full Changelog: v1.7.9...v1.7.10

Features

  • add debug logs in telem endpoint (c4263a7)
  • support default convo in list and cancel endpoints (212c1dc)

Chores

  • internal: move stringifyQuery implementation to internal function (7ae6a5e)

1.7.9 (2026-02-26)

Full Changelog: v1.7.8...v1.7.9

Features

  • add Anthropic Opus 4.6 (fka claude-fudge-eap) model support (4e138f3)
  • add conversation deletion endpoint (soft delete) [LET-7286] (f8bdba2)
  • add credit verification before agent message endpoints [LET-XXXX] (967a0e6)
  • add log probabilities from OpenAI-compatible servers (ab7d527)
  • add order_by and order params to /v1/conversations list endpoin… (8356341)
  • Add self-summarization and dropping tool returns as options for compaction (68d775d)
  • add template rollback endpoint [LET-7423] (72f82b9)
  • add ToolReturnCreate to MessageCreateParams [LET-7366] (b536930)
  • allow users to specify via query to stip messages [LET-7392] (6407c5a)
  • core: structure memory directory and block labels [LET-7336] (759a9b4)
  • Default to lightweight compaction model instead of agent's model (bea68ff)
  • make agent_id optional in conversations list endpoint [LET-7612] (5d89571)
  • New prompts/defaults for sliding_window and all compaction (1f3ad9c)
  • parallel tool calling minimax provider [LET-7647] (27f92f1)

Bug Fixes

  • client: avoid removing abort listener too early (2736ca5)
  • docs/contributing: correct pnpm link command (268dfa1)

Chores

  • internal/client: fix form-urlencoded requests (449eae9)
  • internal: avoid type checking errors with ts-reset (51f673d)
  • internal: fix pagination internals not accepting option promises (3dbc2b8)
  • internal: remove mock server code (289effb)
  • update mock server docs (768d0da)
Commits
  • 2e65431 release: 1.7.10 (#88)
  • 77dce5a Merge pull request #86 from letta-ai/release-please--branches--main--changes-...
  • 4608d32 release: 1.7.9
  • d4adab2 codegen metadata
  • cebfb35 codegen metadata
  • 68d775d feat: Add self-summarization and dropping tool returns as options for compaction
  • 002d6e6 codegen metadata
  • 27f92f1 feat: parallel tool calling minimax provider [LET-7647]
  • 8356341 feat: add order_by and order params to /v1/conversations list endpoin…
  • 268dfa1 fix(docs/contributing): correct pnpm link command
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@letta-ai/letta-client](https://github.com/letta-ai/letta-node) from 1.7.8 to 1.7.10.
- [Release notes](https://github.com/letta-ai/letta-node/releases)
- [Changelog](https://github.com/letta-ai/letta-node/blob/main/CHANGELOG.md)
- [Commits](letta-ai/letta-node@v1.7.8...v1.7.10)

---
updated-dependencies:
- dependency-name: "@letta-ai/letta-client"
  dependency-version: 1.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependency updates label Mar 3, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2026

Superseded by #1255.

@dependabot dependabot bot closed this Mar 4, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/letta-ai/letta-client-1.7.10 branch March 4, 2026 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants