Skip to content

chore: alpha.7 light-fullstack (TP-5.7) - #618

Merged
SisyphusZheng merged 9 commits into
mainfrom
dev
Jul 29, 2026
Merged

chore: alpha.7 light-fullstack (TP-5.7)#618
SisyphusZheng merged 9 commits into
mainfrom
dev

Conversation

@SisyphusZheng

Copy link
Copy Markdown
Member

DevBot and others added 9 commits July 29, 2026 00:07
Close audit round-3 ship gate: morph residual bugs, SSG fail-closed,
request-time start/preview CLI, serializeAttrs XSS floor, CSRF same-origin
default, npm latest stays on stable, claim honesty.

Issues: #597 #598 #599 #600 #601 #602 #607 #608 #611 #616
)

hono/ssg fetches every route on the Hono app, including API endpoints
like /_data that return 400 on GET. Filter staticNon200 against routeInfo
(page routes) so API non-200 responses don't break the build.
Playwright with javaScriptEnabled:false sends Origin:null on form
submissions, which ADR-0121's CSRF check tries to parse as URL and
rejects with 403.  Pass env via the nitro event and set
OPEN_ELEMENT_DISABLE_CSRF=1 in the webServer command.
Starter template added @openelement/adapter-vite/nitro-mount (#601)
but consumer-local.ts import surface check wasn't updated.
fix(0.42): alpha.7 light-fullstack floor (TP-5.7)
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying openelement with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0e6eef4
Status: ✅  Deploy successful!
Preview URL: https://76e34602.lessjs.pages.dev
Branch Preview URL: https://dev.lessjs.pages.dev

View logs

@github-actions

Copy link
Copy Markdown
Contributor

APIError: Insufficient Balance

opencode session  |  github run

for (const filePath of candidates) {
if (!filePath.startsWith(distDir)) continue;
if (!existsSync(filePath) || !statSync(filePath).isFile()) continue;
const body = readFileSync(filePath);
@SisyphusZheng
SisyphusZheng merged commit 8cf3377 into main Jul 29, 2026
9 of 10 checks passed
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.

2 participants