Skip to content

Commit 24ca9df

Browse files
authored
Merge pull request #1401 from objectstack-ai/changeset-release/main
2 parents a66f788 + 4173719 commit 24ca9df

83 files changed

Lines changed: 420 additions & 82 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/auto-title-server-side.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/fix-schema-validation-cache.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/floating-chat-persist.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

apps/console/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @object-ui/console
22

3+
## 6.2.2
4+
35
## 6.2.1
46

57
## 6.2.0

apps/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@object-ui/console",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "ObjectStack Console — opinionated, fork-ready runtime console built on @object-ui/app-shell with the full plugin set wired up. Ships as a Hono UI plugin serving a pre-built SPA.",
55
"license": "MIT",
66
"type": "module",

apps/studio/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @objectstack/studio
22

3+
## 6.2.2
4+
35
## 6.2.1
46

57
## 6.2.0

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@object-ui/studio",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "ObjectStack Studio — metadata-driven designer for ObjectStack applications. Published from the objectstack-ai/objectui monorepo.",
55
"license": "Apache-2.0",
66
"type": "module",

packages/app-shell/CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# @object-ui/app-shell — Changelog
22

3+
## 6.2.2
4+
5+
### Patch Changes
6+
7+
- c5821ce: `AiChatPage` no longer PATCHes a client-side title-from-first-message
8+
on the freshly-created conversation. The server (`@objectstack/service-ai`
9+
≥ next minor) now generates a concise LLM-summarised title fire-and-forget
10+
after the first assistant turn lands, and a client-side truncated title
11+
would race that and win — pinning every conversation row to a 40-char
12+
substring of the first user message instead of a real summary.
13+
14+
Drop the PATCH; bump the sidebar list a couple of times (2.5 s + 6 s)
15+
to pick up the LLM title whenever the model finally responds.
16+
17+
- 3b35084: Fix: floating chatbot now replays persisted conversation history on mount.
18+
19+
The right-corner floating chatbot (`ConsoleFloatingChatbot`) was passing only
20+
`conversationId` to its inner `useObjectChat`, dropping the `initialMessages`
21+
returned by `useChatConversation`. Backend persistence already worked — the
22+
server-side `ai_conversation` + `ai_message` rows were created and survived a
23+
page refresh — but the UI started each session with just the static "welcome"
24+
bubble, making users believe their history had been lost.
25+
26+
Now matches the `/ai/:conversationId` full-page chat: history is hydrated
27+
into the chat surface, and the welcome bubble is suppressed when prior turns
28+
exist (showing it above real user/assistant turns is confusing).
29+
30+
- Updated dependencies [a66f788]
31+
- @object-ui/react@6.2.2
32+
- @object-ui/components@6.2.2
33+
- @object-ui/fields@6.2.2
34+
- @object-ui/layout@6.2.2
35+
- @object-ui/plugin-editor@6.2.2
36+
- @object-ui/types@6.2.2
37+
- @object-ui/core@6.2.2
38+
- @object-ui/i18n@6.2.2
39+
- @object-ui/data-objectstack@6.2.2
40+
- @object-ui/auth@6.2.2
41+
- @object-ui/permissions@6.2.2
42+
- @object-ui/collaboration@6.2.2
43+
- @object-ui/providers@6.2.2
44+
345
## 6.2.1
446

547
### Patch Changes

packages/app-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@object-ui/app-shell",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"type": "module",
55
"license": "MIT",
66
"description": "Minimal application shell for ObjectUI - framework-agnostic rendering engine",

packages/auth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @object-ui/auth
22

3+
## 6.2.2
4+
5+
### Patch Changes
6+
7+
- @object-ui/types@6.2.2
8+
39
## 6.2.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)