Zack Jackson

Results 149 issues of Zack Jackson

- **fix: plugin merge config for array type** - **feat: update workflow branch (#7326)** - **chore: update rspack eco-ci (#7328)** - **chore: changeset base branch use v2 (#7330)** - **chore:...

## Summary - Updated bun.lock dependencies - Modified package.json configuration - Enhanced server.ts implementation - Added test-full-flow.mjs script ## Test plan - [ ] Run tests to verify changes -...

This pull request enhances the authentication flow for the OpenAI provider in the CLI, giving users a choice between logging in with ChatGPT (OAuth) or using an API key. It...

Adds Hono cors() middleware at top-level (app.use("*", cors())). This sets Access-Control-Allow-Origin: * for all routes, including preflight. If credentialed requests are needed later, we can switch to a dynamic origin...

## Summary - Enhanced `TuiOptions` type to include all available CLI options - Updated `createOpencodeTui` function to properly pass through all options - Added support for: continue, prompt, port, hostname,...

## Summary Adds `apps/rsc-demo/`: a React 19 **RSC + Module Federation** reference implementation (host `app1`, remote `app2`) with three explicit webpack layers (**client / rsc / ssr**). Goals: - “Monolithic”...

change: feat

This pull request introduces significant improvements to the Next.js App Router demo applications, enhances Module Federation integration, updates dependencies, and adds new CI/CD workflows and E2E test coverage. It also...

no-pr-activity
change: feat

Summary\n- Stabilizes remote component rerendering in bridge-react and preserves instance state.\n- Defers destroy via queueMicrotask to avoid unmounting during React render phase.\n\nKey Changes\n- createBaseBridgeComponent: adds optional rerender hook, tracks root/component/props...

## Summary - ensure async entrypoints such as Web Workers receive dedicated runtime chunks with the required federation helpers - harden remote runtime initialization so dynamically created runtimes do not...