Release v5.2.8 (#3375)

Upgrades to Better Auth 1.7, expands Custom Styles coverage of item headers, and adds a human-approval step to the AI agent's resume edits.

Breaking for self-hosters using a custom OAuth provider: the callback path changes from /api/auth/oauth2/callback/custom to /api/auth/callback/custom, and installs using OAUTH_DISCOVERY_URL need one additional UPDATE after upgrading. Both are documented in docs/self-hosting/sso.mdx.

- Better Auth 1.7, with the account issuer migration and the jwks alg/crv columns the 1.7 jwt plugin requires
- Agent edits gated behind an approval step, with crash-safe runs and context pruning
- item-header now covers every section header row on every template; adds the item-header-row part
- Fixes provider unlinking, auth error messages, and version conflicts on freshly created resumes
- New /auth/error page, translated across all 53 target locales
- DeepSeek Harness plugin moved into packages/dsh-plugin
- Dependency bumps across the workspace
This commit is contained in:
Amruth Pillai
2026-08-24 21:44:16 +02:00
committed by GitHub
parent 3221afda9d
commit 3c195dc3f8
160 changed files with 17743 additions and 3892 deletions
+27 -27
View File
@@ -16,12 +16,12 @@
"lingui:extract": "lingui extract --clean --overwrite"
},
"dependencies": {
"@ai-sdk/react": "^4.0.69",
"@ai-sdk/react": "^4.0.80",
"@base-ui/react": "^1.7.0",
"@better-auth/api-key": "^1.6.29",
"@better-auth/infra": "^0.3.7",
"@better-auth/oauth-provider": "^1.6.29",
"@better-auth/passkey": "^1.6.29",
"@better-auth/api-key": "^1.7.1",
"@better-auth/infra": "^0.4.2",
"@better-auth/oauth-provider": "^1.7.1",
"@better-auth/passkey": "^1.7.1",
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/commands": "^6.11.0",
"@codemirror/lang-css": "^6.3.1",
@@ -39,7 +39,7 @@
"@orpc/server": "^1.15.0",
"@orpc/tanstack-query": "^1.15.0",
"@phosphor-icons/react": "^2.1.10",
"@react-pdf/renderer": "^4.6.1",
"@react-pdf/renderer": "^4.8.1",
"@reactive-resume/ai": "workspace:*",
"@reactive-resume/api": "workspace:*",
"@reactive-resume/auth": "workspace:*",
@@ -54,28 +54,28 @@
"@tailwindcss/vite": "^4.3.3",
"@tanstack/react-form": "^1.33.5",
"@tanstack/react-hotkeys": "^0.10.0",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-router": "^1.170.29",
"@tiptap/extension-color": "^3.30.1",
"@tiptap/extension-highlight": "^3.30.1",
"@tiptap/extension-text-align": "^3.30.1",
"@tiptap/extension-text-style": "^3.30.1",
"@tiptap/pm": "^3.30.1",
"@tiptap/react": "^3.30.1",
"@tiptap/starter-kit": "^3.30.1",
"@tanstack/react-query": "^5.102.2",
"@tanstack/react-router": "^1.170.32",
"@tiptap/extension-color": "^3.30.3",
"@tiptap/extension-highlight": "^3.30.3",
"@tiptap/extension-text-align": "^3.30.3",
"@tiptap/extension-text-style": "^3.30.3",
"@tiptap/pm": "^3.30.3",
"@tiptap/react": "^3.30.3",
"@tiptap/starter-kit": "^3.30.3",
"@types/js-cookie": "^3.0.6",
"@uiw/color-convert": "^2.10.3",
"@uiw/react-color-colorful": "^2.10.3",
"ai": "^7.0.66",
"better-auth": "1.6.29",
"ai": "^7.0.77",
"better-auth": "1.7.1",
"buffer": "^6.0.3",
"cmdk": "^1.1.1",
"drizzle-orm": "1.0.0-rc.4",
"es-toolkit": "^1.51.0",
"fuse.js": "^7.5.0",
"immer": "^11.1.17",
"immer": "^11.1.18",
"js-cookie": "^3.0.8",
"motion": "^13.1.0",
"motion": "^13.1.1",
"pdfjs-dist": "6.2.108",
"pg": "^8.23.0",
"prettier": "^3.9.6",
@@ -102,21 +102,21 @@
"@reactive-resume/config": "workspace:*",
"@rolldown/plugin-babel": "^0.2.3",
"@shadcn/helpers": "^0.2.0",
"@tanstack/devtools-vite": "^0.8.3",
"@tanstack/react-devtools": "^0.10.10",
"@tanstack/react-query-devtools": "^5.101.4",
"@tanstack/devtools-vite": "^0.8.5",
"@tanstack/react-devtools": "^0.10.12",
"@tanstack/react-query-devtools": "^5.102.2",
"@tanstack/react-router-devtools": "^1.167.1",
"@tanstack/router-plugin": "^1.168.32",
"@tanstack/router-plugin": "^1.168.35",
"@types/babel__core": "^7.20.5",
"@types/pg": "^8.23.0",
"@types/pg": "^8.23.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/react-dom": "^19.2.5",
"@typescript/native-preview": "7.0.0-dev.20260707.2",
"@vitejs/plugin-react": "^6.0.5",
"@vitejs/plugin-react": "^6.1.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-react-compiler": "^1.0.0",
"rimraf": "^6.1.3",
"typescript": "^7.0.2",
"vite": "^8.2.1"
"vite": "^8.2.2"
}
}