0.2.40 (2026-02-17)
- Implement Phase 002 - Claude Code modes & dev productivity features (37ff5bb)
0.2.39 (2026-02-17)
- Add Phase 002 overview and reorganize design docs (328805b)
- Reorganize design documents into phase-based structure (79a4341)
- Update Phase 002 overview with test results (312a7b5)
0.2.38 (2026-02-05)
- Remove undefined killPromises variable (68cd7b1)
- Remove undefined killPromises variable in preview cleanup (ace0e19)
0.2.37 (2026-02-05)
- Resolve connection leak and proxy configuration issues (44f5993)
- Resolve connection leak and Vite proxy issues (3a40883)
0.2.36 (2026-02-02)
0.2.35 (2026-02-02)
- integrate disconnected features & refactor DatabaseService (e1c18e2)
- integrate disconnected features across architect, checkpoint, and workspace (40808b0)
- refactor DatabaseService to adapter pattern with SQLite/PostgreSQL support (8df12b1)
- add .nojekyll to docs for GitHub Pages _next directory serving (0c1d271)
0.2.34 (2026-02-02)
- Add clipboard image paste support to chat input (93c1cfe)
- Add clipboard image paste support to chat input (f834410)
0.2.33 (2026-02-02)
- Auto-build server on pnpm dev if dist is missing (696961e)
- Auto-build server on pnpm dev if dist is missing (9669ee1)
0.2.32 (2026-02-02)
- Use acceptEdits with allowedTools for root permission bypass (0fa663f)
- Use acceptEdits with allowedTools for root permission bypass (9162a8f)
0.2.31 (2026-02-02)
- Add entryFile to nest-cli.json for correct dist path (8b97ed6)
- Add entryFile to nest-cli.json for correct dist path resolution (87aa8b7)
0.2.30 (2026-02-02)
- Use --permission-mode dontAsk for root to bypass all tool permissions (b276554)
- Use --permission-mode dontAsk for root to bypass all tool permissions (98ecc8e)
0.2.29 (2026-02-02)
- Use --permission-mode acceptEdits for root environment (2222944)
- Use --permission-mode acceptEdits for root instead of skipping permissions (3995fbd), closes #71
0.2.28 (2026-02-02)
- Add architect agent for automated code review (286dc7b)
- Add architect agent for automated code review after build (3d9fd4f), closes #68
0.2.27 (2026-02-02)
- Isolate chat store state per project (#65) (d07b4f4)
- Isolate chat store state per project to prevent cross-project context leaking (a0208f7)
0.2.26 (2026-01-29)
- Add conversational framework selection system (f9e04f6)
- Update server DTO and service to match new appType schema (c463920)
0.2.25 (2026-01-27)
- Add conversational framework selection system (f701006)
- Add conversational framework selection system (c417f2f)
0.2.24 (2026-01-27)
- Prevent Tailwind CSS version conflict between packages (b523842)
- Prevent Tailwind CSS version conflict between packages (1dc2614)
0.2.23 (2026-01-23)
- docs: Add Nextra 4 docs viewer with Tailwind CSS v4 (63ea28e)
- docs: Add Nextra 4 docs viewer with Tailwind CSS v4 (a7663b5)
0.2.22 (2026-01-13)
- docs: Improve SEO and update icons to rocket logo (4af92c8)
- docs: Improve SEO for search engine indexing (c128f52)
0.2.21 (2026-01-09)
- Add database infrastructure auto-management (93cc1d2)
- Add database infrastructure UI (29eea5b)
- 데이터베이스 인프라 자동 관리 기능 (f6f64bc)
0.2.20 (2026-01-09)
- Improve chat UI with duration display and collapsible tools (cfca34f)
- Improve chat UI with duration display and collapsible tools (43457a5), closes #48
0.2.19 (2026-01-07)
- Add force-static export for robots and sitemap (88482fc)
- Add Google Search Console verification meta tag (bb7f084)
- Add robots.txt and sitemap.xml for SEO (c7ad1c3)
0.2.18 (2026-01-06)
- Skip --dangerously-skip-permissions when running as root (c989bf0)
- Skip --dangerously-skip-permissions when running as root (0ad7b30), closes #44
0.2.17 (2026-01-06)
- Add Prisma database setup to setup.sh (d571c57)
- Add Prisma database setup to setup.sh (1171dd0), closes #41
0.2.16 (2026-01-06)
- Auto-generate .env files during project setup (142c690)
- Auto-generate .env files during project setup (282690f), closes #38
0.2.15 (2026-01-05)
- Integrate Phase 2/3 components into workspace (901349b)
- Integrate Phase 2/3 components into workspace (7d5629d)
- Add PR test checklist rules to CLAUDE.md (6062e72)
0.2.14 (2026-01-05)
- Escape quotes in TestRunner.tsx to fix build error (277a76a)
- Escape quotes in TestRunner.tsx to fix build error (4bd5db0)
0.2.13 (2026-01-03)
- Add agent prompt strategies and project context API (3e9dc9f)
- Add preview enhancement Phase 1 features (07483f4)
- Add preview enhancement Phase 2 features (5aae80e)
- Add preview enhancement Phase 3 features (c77a49c)
- Preview Enhancement (#31) (95c8e7f)
0.2.12 (2026-01-02)
- Prevent agent from using process control commands (2490c34)
- Prevent agent from using process control commands (73cc74f), closes #28
0.2.11 (2026-01-02)
- Add agent-triggered preview restart via special marker (aa04d1a)
- Add agent-triggered preview restart via special marker (9668bf5), closes #25
0.2.10 (2026-01-01)
- Add preview restart API and improve layout (b601646)
- Add preview restart API and improve layout (8e42230)
0.2.9 (2026-01-01)
- Fix Python/FastAPI preview server startup (91782d0)
- Fix Python/FastAPI preview server startup (4ead674)
0.2.8 (2026-01-01)
- Fix preview lifecycle and clear files after send (85d413b)
- Fix preview lifecycle and clear files after send (bf4bc89)
- Increase file upload size limit to 100MB (fdd811d)
0.2.7 (2026-01-01)
- Add CSV and Excel file support for attachments (b3ce9fb)
- Add CSV and Excel file support for attachments (36b8a04)
0.2.6 (2026-01-01)
- Add Python/FastAPI backend recognition in preview panel (509b10f)
- Add Python/FastAPI backend recognition in preview panel (8927a37), closes #14
0.2.5 (2026-01-01)
- Add file attachment support in chat (3de5375)
- Add file attachment support in chat (e598265), closes #11
0.2.4 (2025-12-31)
- Add AskUserQuestion UI component (ec7d472)
- Parse version from claudeship-v prefix in npm-publish (c70a980)
0.2.3 (2025-12-31)
- Update release-please action with PAT support (354a545)
0.2.2 (2025-12-31)
- Separate release workflows for Trusted Publishing (08d73c8)
0.2.1 (2025-12-31)
- Add preview server lifecycle management (e1afc2f)
- Add id-token and pages permissions for workflow_call (331bdeb)
- Release Please 자동 릴리스 설정 (f20f707)