Skip to content

Commit

Permalink
v0.0.13 Ability to Clone Sessions (#77)
Browse files Browse the repository at this point in the history
* feat(storage) Add a route to clone sessions

* fix(storage) Add additional test case and fix case conventions for query parameters in clone method

* fix(storage) make case conventions consistent and documentation updates

* fix(docs) Update docs with newest routes

* fix(storage) Add commit to clone method
  • Loading branch information
VVoruganti authored Nov 7, 2024
1 parent 05a57cf commit 17ff380
Show file tree
Hide file tree
Showing 16 changed files with 4,767 additions and 7,616 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.0.13] — 2024-11-07

### Added

- Ability to clone session for a user to achieve more [loom-like](https://github.com/socketteer/loom/) behavior

## [0.0.12] — 2024-10-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🫡 Honcho

![Static Badge](https://img.shields.io/badge/Version-0.0.12-blue)
![Static Badge](https://img.shields.io/badge/Version-0.0.13-blue)
[![Discord](https://img.shields.io/discord/1016845111637839922?style=flat&logo=discord&logoColor=23ffffff&label=Plastic%20Labs&labelColor=235865F2)](https://discord.gg/plasticlabs)
[![arXiv](https://img.shields.io/badge/arXiv-2310.06983-b31b1b.svg)](https://arxiv.org/abs/2310.06983)
![GitHub License](https://img.shields.io/github/license/plastic-labs/honcho)
Expand Down
3 changes: 3 additions & 0 deletions docs/api-reference/endpoint/sessions/clone-session.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /v1/apps/{app_id}/users/{user_id}/sessions/{session_id}/clone
---
3 changes: 3 additions & 0 deletions docs/api-reference/endpoint/sessions/get-chat-stream.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /v1/apps/{app_id}/users/{user_id}/sessions/{session_id}/chat/stream
---
5 changes: 3 additions & 2 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
"api-reference/endpoint/sessions/update-session",
"api-reference/endpoint/sessions/delete-session",
"api-reference/endpoint/sessions/chat",
"api-reference/endpoint/sessions/chat-stream"
"api-reference/endpoint/sessions/chat-stream",
"api-reference/endpoint/sessions/clone-session"
]
},
{
Expand Down Expand Up @@ -159,7 +160,7 @@
"github": "https://github.com/plastic-labs",
"linkedin": "https://www.linkedin.com/company/plasticlabs"
},
"openapi": ["/openapi.json"],
"openapi": ["/openapi.yml"],
"analytics": {
"posthog": {
"apiKey": "phc_1yrzzcgywqXGcerkkI4g7C0YfyPMcAKNOOvGcjTCiUk"
Expand Down
Loading

0 comments on commit 17ff380

Please sign in to comment.