From c0f6b404ca9a60d1713a50ea3c0b4d7de1a01c02 Mon Sep 17 00:00:00 2001 From: Yevhen Porechnyi Date: Thu, 3 Sep 2026 16:59:05 +0300 Subject: [PATCH 1/2] docs(smart-forms): document the page-level browser tab title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A CDU page config may now carry a root-level `title`, and `appGetPage` returns it alongside the rest of the Page. Without this the agent has no way to know the field exists: it would neither read it from a rendered page nor write it when authoring one. - `appGetPage` advertised the Page as `{ grid, forms[], notifications[], query, language }`; `title` joins that list. - The page protocol doc gains the field in the GET response shape and in the page model tree. - The smart-forms skill had no section for the root of a page `config` at all — it went straight from the minimal example to `Grid`. Adds a compact one, with `title` explained: omit it and the host names the tab ` -