Skip to content

Commit 4f39100

Browse files
committed
0.1.7-alpha.0
1 parent 28ad8c1 commit 4f39100

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# Changelog
22

3-
## unreleased
4-
3+
## 0.1.7 alpha
4+
5+
- Image and file handling! It now auto-saves large input messages, and has an API
6+
to save and get metadata about files, as well as automatic reference counting for files
7+
being used in messages, so you can vacuum unused files.
8+
Check out [examples/files-images](./examples/files-images), which also includes an example
9+
generating an image and saving it in messages one-shot.
10+
- Adds a `rawRequestResponseHandler` argument to the Agent that is a good spot to log or
11+
save all raw request/responses if you're trying to debug model behavior, headers, etc.
12+
- Centralizes the example model usage so you can swap openai for openrouter / grok in one
13+
place.
14+
- StorageOptions now takes a better argument name
15+
`saveMessages?: "all" | "none" | "promptAndOutput";`, deprecating
16+
`save{All,Any}InputMessages` and `saveOutputMessages`.
517
- Add `rawRequestResponseHandler` to the Agent definition, so you can log
618
the raw request and response from the LLM.
719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "[email protected]",
88
"url": "https://github.com/get-convex/agent/issues"
99
},
10-
"version": "0.1.6",
10+
"version": "0.1.7-alpha.0",
1111
"license": "Apache-2.0",
1212
"keywords": [
1313
"convex",

0 commit comments

Comments
 (0)