feat: add Node.js version warning, fix provider URL detection, and add v0.4.4 changelog (#146)

- Display persistent warning bar when Node.js version < 23
- Fix provider model fetching to support non-v1 API versions (e.g. /v4)
- Add v0.4.4 changelog entries to frontend
- Bump version to 0.4.4

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-23 12:57:42 +08:00
committed by GitHub
parent 0cc31ee999
commit 1abe308742
16 changed files with 87 additions and 3 deletions
+6
View File
@@ -84,6 +84,7 @@ export default {
updateSuccess: '更新が完了しました。サーバーを再起動してください',
updateFailed: '更新に失敗しました',
logout: 'ログアウト',
nodeVersionWarning: 'Node.js v{version} が検出されました。全機能にはバージョン23+が必要です(SQLite、node-pty)。',
changelog: '更新履歴',
noChangelog: '更新履歴はありません',
},
@@ -510,6 +511,11 @@ export default {
// 更新履歴
changelog: {
new_0_4_4_1: 'ファイルブラウザを追加(local/Docker/SSH/Singularity対応)',
new_0_4_4_2: 'チャットメッセージの添付ファイルダウンロードを追加',
new_0_4_4_3: 'アクティブセッションにライブバッジを表示',
new_0_4_4_4: 'StepFunとNous Portalプロバイダーに対応',
new_0_4_4_5: '特殊文字検索で500エラーになる問題を修正',
new_0_4_3_1: 'トークン認証に加えてユーザー名/パスワードログインを追加',
new_0_4_3_2: '資格情報管理のためのアカウント設定を追加',
new_0_4_3_3: 'サイドバーにログアウトボタンを追加',