Skip to content

chore(facade): point fe_facade_url at Web Host 1.0.56 - #110

Merged
AndrewKirkovski merged 2 commits into
masterfrom
chore/facade-cdn-1.0.56
Aug 21, 2026
Merged

chore(facade): point fe_facade_url at Web Host 1.0.56#110
AndrewKirkovski merged 2 commits into
masterfrom
chore/facade-cdn-1.0.56

Conversation

@AndrewKirkovski

@AndrewKirkovski AndrewKirkovski commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Points the facade's fe_facade_url default at Web Host 1.0.56, and carries
the 1.0.55 bump that had not been pushed either — both facade CDN moves land
together here.

What changed

All nine references, moved in lockstep so the tests keep asserting the value the
config actually ships:

  • src/facade/_index.yaml — the fe_facade_url default
  • src/facade/MakefileWEB_HOST_CDN
  • src/facade/README.md — documented default and the sample payload
  • src/facade/config_handler_test.lua and src/facade/test/config_dependency_test.lua — the assertions that pin the expected default

Why 1.0.56 matters to consumers

1.0.56 adds the chat's empty-state slot and a reason field on the
openArtifact intent, and removes presentation="standalone", which shipped
in 1.0.55. An app that set that attribute keeps the embedded chat layout when
this default moves; the visual half of what it did belongs in the element's
custom-css prop.

Verification

The CDN path this names is live — every asset returns 200 and the deployed
managed-layout.js reports BUILD_VERSION:"1.0.56". The vendored
public/@wippy-fe/loading.js was re-synced from the new path and came back
byte-identical to the 1.0.55 copy, so no vendored file changes here.

Note on release path

wippy/facade@0.6.37 has already been published to the hub carrying these
values, via wippy publish from src/facade rather than the release-please →
publish.yml train. The facade is therefore one version ahead of the other
module folders until the next repo release.

Bumps the CDN ref in all five files that carry it — `_index.yaml`, `Makefile`
(`WEB_HOST_CDN`), `README.md`, `config_handler_test.lua`, and
`test/config_dependency_test.lua`, which asserts the exact URL and fails if left
behind.

The `public_files` embed was re-vendored from the deployed 1.0.55 CDN and
verified to be real JavaScript rather than an error body. It is byte-identical
to the previous copy — `loading.js` did not change this release — so it carries
no diff here.

Web Host 1.0.55 is live on the CDN (module.js self-reports 1.0.55) and the
`@wippy-fe` packages are published at 0.0.55, so this ref resolves.
Moves the `fe_facade_url` default, the Makefile's `WEB_HOST_CDN`, the README's
documented default and sample payload, and the two test assertions that pin the
expected default - all nine references, in lockstep, so the tests keep asserting
the value the config actually ships.

1.0.56 adds the chat's `empty-state` slot and a `reason` on the `openArtifact`
intent, and removes `presentation="standalone"`. An app that set that attribute
keeps the embedded chat layout when this default moves; its visual half belongs
in the element's `custom-css` prop.

The CDN path this names is live only once `webcomponents-1.0.56` is deployed.
@AndrewKirkovski
AndrewKirkovski merged commit 7859e27 into master Aug 21, 2026
21 checks passed
@AndrewKirkovski
AndrewKirkovski deleted the chore/facade-cdn-1.0.56 branch August 21, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant