leokun
a3ec2a0dfc
release: 0.0.48
2026-08-12 20:32:19 +08:00
leokun and GitHub
38472a3c63
Merge pull request #299 from leookun/fix/issue-298-per-user-ca
...
Fix shared root CA by generating one per installation
v0.0.48
2026-08-12 20:11:43 +08:00
leokun
2b8d1c9e3d
fix: generate a per-installation root CA
2026-08-12 20:04:29 +08:00
leokun and GitHub
7a67e76617
Merge pull request #270 from zfscgy/feat/image-read
...
Feat/image read: 本地文件读取工具支持读取图片
2026-08-12 01:22:35 +08:00
leookun
08ce12aa55
Merge branch 'main' into codex/pr270-content-addressed-read-images
...
# Conflicts:
# frontend/src/i18n/generated/catalog.json
2026-08-12 01:14:24 +08:00
leookun
8f8d28880d
feat(forwarder): persist read images by content hash
2026-08-12 01:10:14 +08:00
leokun and GitHub
988ba63d40
Merge pull request #291 from Sxuan-Coder/feat/optional-reasoning-effort
...
fix(model): 支持不设置 reasoning effort
2026-08-11 23:44:52 +08:00
上玄
edd59dc684
fix(model): 支持不设置推理强度
2026-08-11 21:18:10 +08:00
leokun and GitHub
da5fa34a4d
更新 README-CN.md
2026-08-10 23:19:34 +08:00
leokun and GitHub
4bd2359282
Update README-CN.md
2026-08-10 23:14:14 +08:00
leokun and GitHub
7838ffc6a2
Update README.md
2026-08-10 23:13:48 +08:00
leokun and GitHub
ee30775be1
Update Chinese translation link in README
2026-08-10 23:10:17 +08:00
leokun and GitHub
80a5093aa9
Update README.md
2026-08-10 23:09:41 +08:00
leokun and GitHub
b9742b1667
Update README-CN.md
2026-08-10 23:09:04 +08:00
leokun and GitHub
7d3e74be59
Update README.md
2026-08-10 23:08:36 +08:00
leokun and GitHub
1285bf9d62
Update README-CN.md
2026-08-10 23:05:44 +08:00
leokun and GitHub
7a724595eb
Update README.md
2026-08-10 23:05:31 +08:00
leokun and GitHub
00aec40e50
Update README.md
2026-08-10 23:03:50 +08:00
leokun and GitHub
c10a2d475d
Merge pull request #285 from leookun/release/0.0.47
...
release: 0.0.47
2026-08-10 22:56:00 +08:00
leookun
4864d3675b
release: 0.0.47
2026-08-10 22:55:16 +08:00
leokun and GitHub
3f95318a49
Merge pull request #284 from leookun/fix/compress
...
Enhance checkpoint handling and error management in forwarder
v0.0.47
2026-08-10 22:34:40 +08:00
leookun
9373e57ebf
Enhance checkpoint handling and error management in forwarder
...
- Added flushing of assistant text during provider completion to ensure no output is lost on transport failure.
- Updated checkpoint blob synchronization tests to validate behavior under various conditions, including terminal and non-terminal states.
- Introduced new functions for managing checkpoint terminal actions, improving clarity and maintainability of the code.
- Implemented additional tests for imported blob handling and conversation state restoration, ensuring robustness in data integrity across operations.
2026-08-10 22:25:37 +08:00
leokun and GitHub
f1992b0cfe
Merge pull request #281 from jiah0231/fix/openai-reasoning-summary
...
fix: request OpenAI Responses reasoning summaries
2026-08-10 10:24:45 +08:00
haoge0211
67a9c27931
fix: request OpenAI Responses reasoning summaries
2026-08-08 20:48:07 +08:00
leookun
3cf8bdbc3c
docs: make English README the default
...
Keep the Chinese documentation available through a dedicated language link.
2026-08-08 16:22:12 +08:00
leokun and GitHub
684953a80b
Merge pull request #279 from leookun/fix/cli-model-name
...
refactor: update model details handling in CLI
2026-08-08 15:46:22 +08:00
leookun
297b56aed0
refactor: update model details handling in CLI
...
- Renamed test function to better reflect its purpose.
- Enhanced model details structure by adding DisplayName and DisplayNameShort fields in buildCLIModelDetails.
- Updated test cases to validate the new fields and ensure correct functionality.
2026-08-08 15:45:59 +08:00
leookun
2393df1cb8
Remove Chinese README file and update English README links for consistency
2026-08-08 01:00:24 +08:00
leookun
7d622dd039
Enhance README and UI components with improved user guidance and account identifier masking
...
- Updated README.md to provide clearer project information, features, and quick start instructions.
- Added a function to mask the user's account identifier in CursorAccountCard.vue for enhanced privacy.
- Adjusted localization files to remove outdated entries and improve clarity across multiple languages.
- Refactored MainLayout.vue to streamline author information handling and improve user experience.
2026-08-08 00:54:02 +08:00
leokun and GitHub
1a7a20c519
Merge pull request #277 from leookun/feat/shell-tool-streaming
...
feat: add shell tool call delta message handling
2026-08-07 22:40:56 +08:00
leookun
9eb24bb4d4
feat: add shell tool call delta message handling
...
Implemented the buildShellToolCallDeltaMessage function to map client shell output to the delta format for Cursor's terminal bubble. This includes handling both stdout and stderr events. Updated the service to publish these messages when processing execution results. Additionally, added a test for enabling terminal output UI streaming in the bootstrap statsig configuration.
2026-08-07 22:39:58 +08:00
leokun and GitHub
426bdd6592
Merge pull request #276 from widwei/fix/anthropic-thinking-carrier
...
fix(anthropic): pass back thinking block for assistant turns without reasoning
2026-08-07 17:43:00 +08:00
weiwei
fa36dc2c60
fix(anthropic): pass back thinking block for assistant turns without reasoning
...
DeepSeek 类 thinking 模型在 adaptive thinking 下部分 tool-call 轮次不输出
thinking 块,重放时适配器不生成 thinking 块,上游 Anthropic 兼容 API 在
thinking 模式下要求每个 assistant 轮次回传 thinking 块,导致
"The content[].thinking in the thinking mode must be passed back to the API."
400 且毒化会话历史,后续所有请求持续失败。
引入 thinking carrier:缺 reasoning 的轮次复用请求内最近一个有
reasoning+signature 的 assistant 轮次兜底,无 carrier 时输出空 thinking 块;
thinking 关闭时行为不变。与 openai.go 已有空 reasoning_content 兜底对称。
Closes #268
2026-08-07 17:17:03 +08:00
leokun and GitHub
4e649d676f
Merge pull request #272 from leookun/release/0.0.46
...
Release/0.0.46
2026-08-07 02:41:46 +08:00
leookun
917a711b42
release: 0.0.46
2026-08-07 02:41:14 +08:00
leookun
270bcdb54e
Merge branch 'main' into release/0.0.46
2026-08-07 02:28:54 +08:00
leokun and GitHub
c6d719d9b9
Merge pull request #271 from leookun/feat/shangtang
...
refactor: checkpoint ui
v0.0.46
2026-08-07 02:21:54 +08:00
leookun
a7f9494828
fix: checkpoint
2026-08-07 02:19:29 +08:00
leookun
225de8bb85
refactor: UI
2026-08-07 01:50:20 +08:00
leookun
5bd39ed317
docs: update PULL_REQUEST_TEMPLATE
2026-08-06 21:56:19 +08:00
leokun and GitHub
26502ebec8
Merge pull request #269 from leookun/feat/idempotent-checkpoint-recovery
...
Feat/idempotent checkpoint recovery
2026-08-06 21:13:56 +08:00
leokun
2e265d415e
feat(forwarder): make checkpoint recovery idempotent
...
Preserve interrupted provider output, keep checkpoint projections deterministic, and enforce proto snapshot synchronization.
2026-08-06 21:08:43 +08:00
郑非
85a43115c7
read image tests
2026-08-06 21:06:13 +08:00
郑非
b475166ba8
Support read image
2026-08-06 21:05:08 +08:00
leokun
0d1cedda5b
Merge remote-tracking branch 'origin/hotfix/chat-checkpoint'
2026-08-06 16:34:10 +08:00
leokun
c7fe198110
Merge branch 'main' of github.com:leookun/cursor-byok
2026-08-06 14:10:18 +08:00
leokun and GitHub
8c4baf7ade
Merge pull request #262 from k23223/feat/model-adapter-model-selection
...
feat(model-adapter): add remote model selection
2026-08-06 14:10:08 +08:00
leokun
4e0d2ee703
Merge branch 'main' of github.com:leookun/cursor-byok
2026-08-06 14:05:58 +08:00
leokun and GitHub
e1dacab268
Merge pull request #260 from leookun/hotfix/fork-chat
2026-08-06 12:12:46 +08:00
leookun
da15109312
Merge branch 'hotfix/fork-chat' into release/0.0.46
2026-08-05 23:35:12 +08:00