From 763fc9447e72769dd1565683d0cd85b5ed2e4c9d Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:28:53 -0400 Subject: [PATCH] 081425 Release --- content/releases/Release Notes 07.24.25.md | 1 - content/releases/Release Notes 08.14.25.md | 48 ++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 content/releases/Release Notes 08.14.25.md diff --git a/content/releases/Release Notes 07.24.25.md b/content/releases/Release Notes 07.24.25.md index 7a23f4b8a..0a48d65c7 100644 --- a/content/releases/Release Notes 07.24.25.md +++ b/content/releases/Release Notes 07.24.25.md @@ -43,4 +43,3 @@ FIXED - [Join our Discord](https://discord.gg/honcho) & tell us what you're working on - [Visit our open-source repo](https://github.com/plastic-labs/honcho) & get your hands dirty - [Check out the docs](https://docs.honcho.dev) - diff --git a/content/releases/Release Notes 08.14.25.md b/content/releases/Release Notes 08.14.25.md new file mode 100644 index 000000000..f4526a20c --- /dev/null +++ b/content/releases/Release Notes 08.14.25.md @@ -0,0 +1,48 @@ +--- +title: Release Notes 08.14.25 +date: 08.14.25 +tags: + - releases + - announcements + - honcho + - dev +--- + +## News + +Checkout a community project to initialize Honcho with your ChatGPT conversations [teach-honcho](teach-honcho.brennerspear.com) + +Stay tuned for Plastic Labs Launch Week! + +## Honcho Updates v2.3.0 + +Test harness, system enhancements, bug fixes. Dialectic is ~40% faster + better performance with improvements allowing query expansion off by default. + +ADDED + +- `getSummaries` endpoint to get all available summaries for a session directly +- Peer Card feature to improve context for deriver and dialectic + +CHANGED + +- Session Peer limit to be based on observers instead, renamed config value to `SESSION_OBSERVERS_LIMIT` +- `Messages` can take a custom timestamp for the `created_at` field, defaulting to the current time +- `get_context` endpoint returns detailed `Summary` object rather than just summary content +- Working representations use a FIFO queue structure to maintain facts rather than a full rewrite +- Optimized deriver enqueue by prefetching message sequence numbers (eliminates N+1 queries) + +FIXED + +- Deriver uses `get_context` internally to prevent context window limit errors +- Embedding store will truncate context when querying documents to prevent embedding token limit errors +- Queue manager to schedule work based on available works rather than total number of workers +- Queue manager to use atomic db transactions rather than long lived transaction for the worker lifecycle +- Timestamp formats unified to ISO 8601 across the codebase +- Internal get_context method's cutoff value is exclusive now + +## Links + +- [Sign-up for Honcho](https://app.honcho.dev/) & start building personalized agent experiences +- [Join our Discord](https://discord.gg/honcho) & tell us what you're working on +- [Visit our open-source repo](https://github.com/plastic-labs/honcho) & get your hands dirty +- [Check out the docs](https://docs.honcho.dev)