Skip to content

fix: resolve 10 batch issues (retry of #1810, encoding fixed)#1815

Open
qiontoo wants to merge 20 commits into
EKKOLearnAI:mainfrom
qiontoo:fix/batch-issues
Open

fix: resolve 10 batch issues (retry of #1810, encoding fixed)#1815
qiontoo wants to merge 20 commits into
EKKOLearnAI:mainfrom
qiontoo:fix/batch-issues

Conversation

@qiontoo

@qiontoo qiontoo commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

This is a clean retry of #1810.

所有的中文乱码以及被错误编码破坏的代码都已用纯净的 UTF-8 (无 BOM) 重写并修复,10 个问题的改动已经完整保留并且不受影响。
此外本地已通过
pm run harness:check\ 和
pm run test\ 验证,没有任何编译或测试报错问题。

Closes #1749
Closes #1750
Closes #1691
Closes #1720
Closes #1755
Closes #1743
Closes #1747
Closes #1790
Closes #1803
Closes #1808

qiontoo added 20 commits June 27, 2026 03:25
…): fix EPIPE crash, PWA dark theme, and add set-default model/provider UI

- fix(EKKOLearnAI#1749): ignore EPIPE errors in uncaughtException handler to prevent server
  crash when stdout pipe breaks (e.g. terminal closed while server runs)
- fix(EKKOLearnAI#1743): sync PWA theme-color meta tag with active dark/light theme so that
  PWA title bar correctly reflects the user's in-app theme selection
- fix(EKKOLearnAI#1811): add star icon button on each model tag to set it as the default model
- fix(EKKOLearnAI#1812): add 'Set as default' button in ProviderCard actions to set the whole
  provider (with its first model) as default; button is hidden when already default

All locale files updated with new translation keys.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment