feat: ship v0.4.0 with interactive writing mode

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-06 17:46:16 +08:00
parent 0a054606fe
commit a8e0ba9ac9
39 changed files with 2113 additions and 89 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ import { resolve } from 'path'
export default defineConfig({
test: {
environment: 'node',
include: ['tests/**/*.test.ts']
include: ['tests/**/*.test.ts'],
testTimeout: 240_000
},
resolve: {
alias: {