Skip to content

Commit 239a1c4

Browse files
committed
chore: prepare alt-text 0.6.1 and chat-agent 0.1.0-beta.7 changelogs
1 parent 60dc56e commit 239a1c4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

alt-text/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.6.1
44

55
- fix: pass `'max'` as the second `revalidateTag` argument so the health-widget cache invalidation no longer triggers Next 16's deprecation warning
66

chat-agent/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.1.0-beta.7
44

5+
- feat: `emptyState` accepts a per-request callback `({ req }) => EmptyStateConfig | Promise<EmptyStateConfig>` in addition to a static object, so the empty chat screen can be loaded from a Payload global or varied per tenant.
6+
- feat: allow restricting the `read` mode via `modes.access.read`. Previously `read` was unconditionally available and the access function was ignored.
7+
- fix: accept numeric IDs in the `findById`, `update`, and `delete` tool schemas so Postgres setups (numeric document IDs) stop failing tool calls with a Zod validation error.
58
- fix: add system prompt guidance for Claude to use `_chatAgentToolSearch` when deferred tool loading hides a needed tool.
69

710
## 0.1.0-beta.6

0 commit comments

Comments
 (0)