From 1b181fd7de0f3eb17f1d5001190998e4916932e6 Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Fri, 18 Apr 2025 12:40:51 -0400 Subject: [PATCH] Release Notes 04-17-25 (#98) * feat: Add Release Notes for Honcho * chore: heading to release note * chore: typo --- content/releases/Release Notes 03.05.25.md | 38 ++++++++++++++++ content/releases/Release Notes 04.17.25.md | 50 ++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 content/releases/Release Notes 03.05.25.md create mode 100644 content/releases/Release Notes 04.17.25.md diff --git a/content/releases/Release Notes 03.05.25.md b/content/releases/Release Notes 03.05.25.md new file mode 100644 index 000000000..f1c67d18b --- /dev/null +++ b/content/releases/Release Notes 03.05.25.md @@ -0,0 +1,38 @@ +--- +title: Release Notes 03.05.25 +date: 03.05.25 +tags: + - releases + - demos + - announcements + - honcho + - dev +--- + +## Honcho v0.0.16 + +Improved User Representations + +ADDED + +- Detailed custom exceptions for better error handling +- CLAUDE.md for claude code + +CHANGED + +- Deriver to use a new cognitive architecture that only updates on user messages and updates user representation to apply more confidence scores to its known facts +- Dialectic API token cutoff from 150 tokens to 300 +- Dialectic API uses Claude 3.7 Sonnet +- SQLAlchemy echo changed to false by default, can be enabled with SQL_DEBUG - environment flag + +FIXED + +- Self-hosting documentation and README to mention uv instead of poetry + +## Links + +- [Sign-up for the early access](https://plasticlabs.typeform.com/honchoinvite) & start building personalized agent experiences +- [Join our Discord](https://discord.gg/plasticlabs) & 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) +- [Play with YouSim](https://yousim.ai)--portal to the multiverse of identity diff --git a/content/releases/Release Notes 04.17.25.md b/content/releases/Release Notes 04.17.25.md new file mode 100644 index 000000000..93801e21d --- /dev/null +++ b/content/releases/Release Notes 04.17.25.md @@ -0,0 +1,50 @@ +--- +title: Release Notes 04.17.25 +date: 04.17.25 +tags: + - releases + - demos + - announcements + - honcho + - dev +--- + +## Honcho v1.0.0 is ready! + +We’re excited to share that Plastic Labs has raised a [$5.3 M pre‑seed](https://x.com/plastic_labs/status/1910401372844970387) to solve +personal identity in AI and help developers provide personalized experiences +users will love. + +Alongside our raise announcement, we’re excited to be releasing Honcho v1.0.0, +now with hosting support and other major enhancements. We can’t wait to see what +you build with it. + +### Changelog + +ADDED + +- JWT based API authentication +- Configurable logging +- Consolidated LLM Inference via ModelClient class +- Dynamic logging configurable via environment variables + +CHANGED + +- Deriver & Dialectic API to use Hybrid Memory Architecture +- Metamessages are not strictly tied to a message +- Database provisioning is a separate script instead of happening on startup +- Consolidated `session/chat` and `session/chat/stream` endpoints + +FIXED + +- Self-hosting documentation and README to mention uv instead of poetry + +> View the [Repository](https://github.com/plastic-labs/honcho/tree/v1.0.0) full patch notes and commit history + +## Links + +- [Sign-up for the early access](https://plasticlabs.typeform.com/honchoinvite) & start building personalized agent experiences +- [Join our Discord](https://discord.gg/plasticlabs) & 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) +- [Play with YouSim](https://yousim.ai)--portal to the multiverse of identity