Enhancements to AI Fill, Build Process, and CI
Today's updates include improvements to AI Fill, build processes, and continuous integration. We enhanced the AI Fill feature by refining seed template hints and adjusting the chat step budget, leading to more effective and relevant suggestions for users.
Additionally, we addressed a build failure issue by excluding end-to-end testing and Playwright configurations from the Next.js build type checking process. This ensures a smoother and more reliable deployment process. This also fixes a build failure that occurred in production.
Finally, we optimized our CI/CD pipeline by implementing caching for Bun install stores and Playwright browsers. This reduces the time spent on dependency resolution and browser downloads during CI runs, resulting in faster and more efficient builds.
View source activity
Commits (5)
- docs(deploy): release log 2026-05-13 22:39
- ci: cache bun install store and Playwright browsers (#196)
- docs(deploy): release log 2026-05-13 22:00
- Merge pull request #194 from jschill/hotfix/web-tsconfig-exclude-e2e
- docs(deploy): release log 2026-05-13 21:18
Pull Requests (5)
- #197: Deploy 2026-05-13 22:39 — 1 commit
- #196: ci: cache bun install store and Playwright browsers
- #195: Deploy 2026-05-13 22:00 — 1 commit
- #194: fix(web): exclude e2e and playwright config from next build typecheck
- #193: Deploy 2026-05-13 21:18 — 27 commits