Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/auto-title-server-side.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/fix-schema-validation-cache.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/floating-chat-persist.md

This file was deleted.

2 changes: 2 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @object-ui/console

## 6.2.2

## 6.2.1

## 6.2.0
Expand Down
2 changes: 1 addition & 1 deletion apps/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/console",
"version": "6.2.1",
"version": "6.2.2",
"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.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions apps/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @objectstack/studio

## 6.2.2

## 6.2.1

## 6.2.0
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/studio",
"version": "6.2.1",
"version": "6.2.2",
"description": "ObjectStack Studio — metadata-driven designer for ObjectStack applications. Published from the objectstack-ai/objectui monorepo.",
"license": "Apache-2.0",
"type": "module",
Expand Down
42 changes: 42 additions & 0 deletions packages/app-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# @object-ui/app-shell — Changelog

## 6.2.2

### Patch Changes

- c5821ce: `AiChatPage` no longer PATCHes a client-side title-from-first-message
on the freshly-created conversation. The server (`@objectstack/service-ai`
≥ next minor) now generates a concise LLM-summarised title fire-and-forget
after the first assistant turn lands, and a client-side truncated title
would race that and win — pinning every conversation row to a 40-char
substring of the first user message instead of a real summary.

Drop the PATCH; bump the sidebar list a couple of times (2.5 s + 6 s)
to pick up the LLM title whenever the model finally responds.

- 3b35084: Fix: floating chatbot now replays persisted conversation history on mount.

The right-corner floating chatbot (`ConsoleFloatingChatbot`) was passing only
`conversationId` to its inner `useObjectChat`, dropping the `initialMessages`
returned by `useChatConversation`. Backend persistence already worked — the
server-side `ai_conversation` + `ai_message` rows were created and survived a
page refresh — but the UI started each session with just the static "welcome"
bubble, making users believe their history had been lost.

Now matches the `/ai/:conversationId` full-page chat: history is hydrated
into the chat surface, and the welcome bubble is suppressed when prior turns
exist (showing it above real user/assistant turns is confusing).

- Updated dependencies [a66f788]
- @object-ui/react@6.2.2
- @object-ui/components@6.2.2
- @object-ui/fields@6.2.2
- @object-ui/layout@6.2.2
- @object-ui/plugin-editor@6.2.2
- @object-ui/types@6.2.2
- @object-ui/core@6.2.2
- @object-ui/i18n@6.2.2
- @object-ui/data-objectstack@6.2.2
- @object-ui/auth@6.2.2
- @object-ui/permissions@6.2.2
- @object-ui/collaboration@6.2.2
- @object-ui/providers@6.2.2

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/app-shell",
"version": "6.2.1",
"version": "6.2.2",
"type": "module",
"license": "MIT",
"description": "Minimal application shell for ObjectUI - framework-agnostic rendering engine",
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @object-ui/auth

## 6.2.2

### Patch Changes

- @object-ui/types@6.2.2

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/auth",
"version": "6.2.1",
"version": "6.2.2",
"type": "module",
"license": "MIT",
"description": "Authentication system for Object UI with AuthProvider, useAuth hook, AuthGuard, and form components.",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @object-ui/cli

## 6.2.2

### Patch Changes

- Updated dependencies [a66f788]
- @object-ui/react@6.2.2
- @object-ui/components@6.2.2
- @object-ui/types@6.2.2

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/cli",
"version": "6.2.1",
"version": "6.2.2",
"description": "Standalone CLI for Object UI — scaffold, develop, build and validate JSON/YAML schema-driven applications.",
"type": "module",
"homepage": "https://www.objectui.org/docs/utilities/cli",
Expand Down
6 changes: 6 additions & 0 deletions packages/collaboration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @object-ui/collaboration

## 6.2.2

### Patch Changes

- @object-ui/types@6.2.2

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/collaboration",
"version": "6.2.1",
"version": "6.2.2",
"type": "module",
"license": "MIT",
"description": "Real-time collaboration for Object UI with presence tracking, live cursors, conflict resolution, and comment threads.",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @object-ui/components

## 6.2.2

### Patch Changes

- Updated dependencies [a66f788]
- @object-ui/react@6.2.2
- @object-ui/types@6.2.2
- @object-ui/core@6.2.2
- @object-ui/i18n@6.2.2

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/components",
"version": "6.2.1",
"version": "6.2.2",
"type": "module",
"license": "MIT",
"description": "Standard UI component library for Object UI, built with Shadcn UI + Tailwind CSS",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @object-ui/core

## 6.2.2

### Patch Changes

- @object-ui/types@6.2.2

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/core",
"version": "6.2.1",
"version": "6.2.2",
"type": "module",
"sideEffects": false,
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @object-ui/create-plugin

## 6.2.2

## 6.2.1

## 6.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/create-plugin",
"version": "6.2.1",
"version": "6.2.2",
"description": "CLI tool to scaffold ObjectUI plugins",
"type": "module",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/data-objectstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @object-ui/data-objectstack

## 6.2.2

### Patch Changes

- @object-ui/types@6.2.2
- @object-ui/core@6.2.2

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-objectstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/data-objectstack",
"version": "6.2.1",
"version": "6.2.2",
"description": "ObjectStack Data Adapter for Object UI",
"license": "MIT",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @object-ui/fields

## 6.2.2

### Patch Changes

- Updated dependencies [a66f788]
- @object-ui/react@6.2.2
- @object-ui/components@6.2.2
- @object-ui/types@6.2.2
- @object-ui/core@6.2.2
- @object-ui/i18n@6.2.2
- @object-ui/providers@6.2.2

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/fields",
"version": "6.2.1",
"version": "6.2.2",
"description": "Field renderers and registry for Object UI",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @object-ui/i18n

## 6.2.2

## 6.2.1

## 6.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/i18n",
"version": "6.2.1",
"version": "6.2.2",
"type": "module",
"sideEffects": false,
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @object-ui/layout

## 6.2.2

### Patch Changes

- Updated dependencies [a66f788]
- @object-ui/react@6.2.2
- @object-ui/components@6.2.2
- @object-ui/types@6.2.2
- @object-ui/core@6.2.2

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/layout",
"version": "6.2.1",
"version": "6.2.2",
"type": "module",
"sideEffects": false,
"main": "dist/index.umd.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @object-ui/mobile

## 6.2.2

### Patch Changes

- @object-ui/types@6.2.2

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/mobile",
"version": "6.2.1",
"version": "6.2.2",
"type": "module",
"license": "MIT",
"description": "Mobile optimization for Object UI with responsive components, PWA support, and touch gesture handling.",
Expand Down
6 changes: 6 additions & 0 deletions packages/permissions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @object-ui/permissions

## 6.2.2

### Patch Changes

- @object-ui/types@6.2.2

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/permissions",
"version": "6.2.1",
"version": "6.2.2",
"type": "module",
"license": "MIT",
"description": "RBAC permission system for Object UI with object/field/row-level access control, permission guards, and hooks.",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @object-ui/plugin-ai

## 6.2.2

### Patch Changes

- Updated dependencies [a66f788]
- @object-ui/react@6.2.2
- @object-ui/components@6.2.2
- @object-ui/types@6.2.2
- @object-ui/core@6.2.2

## 6.2.1

### Patch Changes
Expand Down
Loading