Release Notes 04-17-25 (#98)

* feat: Add Release Notes for Honcho

* chore: heading to release note

* chore: typo
This commit is contained in:
Vineeth Voruganti 2025-04-18 12:40:51 -04:00 committed by GitHub
parent a50d77a329
commit 1b181fd7de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 88 additions and 0 deletions

View File

@ -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

View File

@ -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!
Were excited to share that Plastic Labs has raised a [$5.3 M preseed](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, were excited to be releasing Honcho v1.0.0,
now with hosting support and other major enhancements. We cant 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