From eb9cf696f628e7e421c43987d3f45f907ab9f3b7 Mon Sep 17 00:00:00 2001 From: os-zhuang Date: Fri, 3 Jul 2026 09:58:33 +0800 Subject: [PATCH 1/2] chore: bump objectui to 144ab55b247c objectui@144ab55b247c81be8cf0c88eed2319e48bbbb640 Pulls in the ADR-0085 consumer switch (objectui#2168: single-source fieldGroups derivation from spec 11.7.0, stageField:false suppression, highlightFields reads) plus Studio Data rail search (objectui#2169), so the vendored /_console serves the semantic-role-aware UI. Local scripts/build-console.sh run at this pin: bundle canary green. Co-Authored-By: Claude Fable 5 --- .objectui-sha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.objectui-sha b/.objectui-sha index 4536b36a3d..7ebf4513fe 100644 --- a/.objectui-sha +++ b/.objectui-sha @@ -1 +1 @@ -00e77359c012585c7e430cafd385fa07f6dae399 +144ab55b247c81be8cf0c88eed2319e48bbbb640 From 10944b5b2a6eace08b09858e3fdb7a33d5d7cdf3 Mon Sep 17 00:00:00 2001 From: os-zhuang Date: Fri, 3 Jul 2026 10:13:35 +0800 Subject: [PATCH 2/2] chore: add changeset for the console pin bump Co-Authored-By: Claude Fable 5 --- .changeset/bump-objectui-adr-0085.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/bump-objectui-adr-0085.md diff --git a/.changeset/bump-objectui-adr-0085.md b/.changeset/bump-objectui-adr-0085.md new file mode 100644 index 0000000000..d8aa4bd458 --- /dev/null +++ b/.changeset/bump-objectui-adr-0085.md @@ -0,0 +1,5 @@ +--- +'@objectstack/console': minor +--- + +Bump the vendored console to objectui@144ab55b2: the ADR-0085 consumer switch (single-source fieldGroups derivation from spec 11.7.0, `stageField: false` stepper suppression, `highlightFields` reads with `compactLayout` fallback, dead `views.*`/`detail.*` reads removed) plus Studio Data rail search.