CJACK.
3fccec0e22
test: remove unused asFloat helper
2026-03-22 10:24:11 +08:00
CJACK.
00d38f1187
fix: parse claude tool_use function/parameter format
2026-03-22 09:58:29 +08:00
CJACK.
fe0f3d2c17
fix: strip empty json fences from sanitized stream text
2026-03-22 09:29:21 +08:00
CJACK.
f67cbfad35
fix: stop instructing fenced JSON for tool calls
2026-03-22 09:25:01 +08:00
CJACK.
9afc533153
Merge pull request #141 from CJackHwang/codex/investigate-json-leakage-in-vercel-deployment-rh84s1
...
Fix raw tool-call JSON leaks when feature_match mode is off
2026-03-22 08:38:18 +08:00
CJACK.
6a39543288
fix tool-call json leaks when feature_match is disabled
2026-03-22 08:29:01 +08:00
CJACK.
8fa1f998aa
Merge pull request #139 from CJackHwang/codex/fix-issues-from-codex-review
...
[Follow-up] Preserve empty tool completion turns in OpenAI prompt normalization
2026-03-22 01:26:43 +08:00
CJACK.
f8936887d0
fix(openai): preserve empty tool completion turns
2026-03-22 01:19:17 +08:00
CJACK.
db89744055
Merge branch 'main' into dev
2026-03-22 01:07:14 +08:00
CJACK.
65312fc573
Merge pull request #135 from CJackHwang/codex/add-global-token-refresh-logic
...
Sanitize leaked tool-history markers, simplify normalization, and add managed token refresh
2026-03-22 01:05:10 +08:00
CJACK.
661d753fd3
Merge pull request #137 from CJackHwang/codex/optimize-configuration-file-management
...
Make account `test_status` runtime-only (in-memory cache)
2026-03-22 01:04:42 +08:00
CJACK.
7ca3f141c6
Pass refactor line gate for tool sieve files
2026-03-22 01:04:01 +08:00
CJACK.
d530d25793
Expand history-sanitize boundary coverage for stream chunks
2026-03-22 00:57:13 +08:00
CJACK.
990cdcf02d
refactor config: keep account test status runtime-only
2026-03-22 00:49:53 +08:00
CJACK.
648bb74587
Fix streaming whitespace trim and capture TOOL_RESULT_HISTORY
2026-03-22 00:44:44 +08:00
CJACK.
9e5baed061
Merge pull request #136 from CJackHwang/codex/add-file-import-and-export-for-project-config
...
feat(webui): add config backup download and file-based import in Settings
2026-03-22 00:31:30 +08:00
CJACK.
4884773639
feat(webui): support backup file export and import
2026-03-22 00:29:01 +08:00
CJACK.
6758514c61
chore: remove obsolete openai tool-history normalization helpers
2026-03-22 00:28:32 +08:00
CJACK.
01f33c409f
Update VERSION
v2.3.8_beta
2026-03-21 18:04:39 +08:00
CJACK.
55f11e655a
Update VERSION
2026-03-21 18:04:11 +08:00
CJACK.
2275e931f9
Merge pull request #133 from CJackHwang/dev
...
Merge pull request #132 from CJackHwang/codex/toolcallhistory-6t7271
Preserve code fences around standalone tool JSON and add marker-output guards
2026-03-21 17:54:56 +08:00
CJACK.
40594a44db
Fix env-backed Vercel sync override and config refresh behavior
2026-03-21 17:53:44 +08:00
CJACK.
67787d9c99
Merge pull request #132 from CJackHwang/codex/toolcallhistory-6t7271
...
Preserve code fences around standalone tool JSON and add marker-output guards
2026-03-21 17:44:05 +08:00
CJACK.
7061094964
Fix fence-strip regression for closed code blocks before tool JSON
2026-03-21 17:39:08 +08:00
CJACK.
492c603300
Merge pull request #129 from CJackHwang/codex/optimize-vercel-deployment-sync-mechanism
...
Vercel sync: support env-backed config drafts, hash diffing and UI indicators
2026-03-21 17:21:42 +08:00
CJACK.
7e473dffc9
Fix Vercel sync override to avoid redacted config payloads
2026-03-21 17:19:32 +08:00
CJACK.
43a6e6712f
Show UI drift marker for env draft vs Vercel config
2026-03-21 17:08:43 +08:00
CJACK.
ce1b76c90f
Merge pull request #126 from CJackHwang/dev
...
Merge pull request #125 from CJackHwang/codex/align-documentation-with-configuration-updates
Docs: add `auto_delete.sessions`, rename `claude_model_mapping` to `claude_mapping`, and clarify config token handling
v2.3.7
2026-03-21 15:44:28 +08:00
CJACK.
1e7e0b2ae3
Merge pull request #125 from CJackHwang/codex/align-documentation-with-configuration-updates
...
Docs: add `auto_delete.sessions`, rename `claude_model_mapping` to `claude_mapping`, and clarify config token handling
2026-03-21 15:34:35 +08:00
CJACK.
fd158e5ae2
Merge pull request #124 from CJackHwang/codex/fix-codex-review-issues-in-pr-#123
...
Preserve file-backed account tokens on startup and add regression test
2026-03-21 15:34:01 +08:00
CJACK.
95c96f7744
docs: clarify configured account token is ignored on load
2026-03-21 15:32:09 +08:00
CJACK.
e7f59fac80
Update VERSION
2026-03-21 15:22:09 +08:00
CJACK.
1bf059396f
Fix file-backed token reuse at startup
2026-03-21 15:19:41 +08:00
CJACK.
696b403173
Merge pull request #123 from CJackHwang/dev
...
Merge pull request #122 from CJackHwang/codex/refactor-configuration-to-remove-token-support
Treat account tokens as runtime-only; remove token-only account support and always refresh tokens on admin actions
2026-03-21 15:14:17 +08:00
CJACK.
f4db2732b0
Merge pull request #122 from CJackHwang/codex/refactor-configuration-to-remove-token-support
...
Treat account tokens as runtime-only; remove token-only account support and always refresh tokens on admin actions
2026-03-21 15:07:19 +08:00
CJACK.
ee88a74dcf
Drop legacy token-only accounts when loading config
2026-03-21 15:01:16 +08:00
CJACK.
ca08bb66b9
Add HTTP token-runtime coverage and fix gate tests for tokenless config
2026-03-21 14:27:12 +08:00
CJACK.
708fcb5beb
Merge pull request #121 from jacob-sheng/fix/zeabur-build-version-fallback-zh
...
fix: 修复 Docker 在缺少 BUILD_VERSION 时构建失败
2026-03-21 11:17:58 +08:00
jacob-sheng
7a65d1eaa2
fix: allow Docker builds without BUILD_VERSION
2026-03-21 09:55:53 +08:00
CJACK.
6de2457743
Merge pull request #119 from CJackHwang/dev
...
Merge pull request #118 from CJackHwang/codex/analyze-and-fix-build-failure-for-pr-117
fix: decouple runtime-from-dist image from go-builder stage
2026-03-21 02:00:35 +08:00
CJACK.
ce44e260bf
Merge pull request #118 from CJackHwang/codex/analyze-and-fix-build-failure-for-pr-117
...
fix: decouple runtime-from-dist image from go-builder stage
2026-03-21 01:59:52 +08:00
CJACK.
09f6537ffc
fix: decouple runtime-from-dist image from go-builder stage
2026-03-21 01:32:09 +08:00
CJACK.
ab8f494fdb
Merge pull request #117 from CJackHwang/dev
...
Merge pull request #115 from CJackHwang/codex/fix-version-detection-for-ds2api
Expose version endpoint, add version package, and inject build version into artifacts/Docker images
2026-03-21 00:51:36 +08:00
CJACK.
b56a211da9
Merge pull request #115 from CJackHwang/codex/fix-version-detection-for-ds2api
...
Expose version endpoint, add version package, and inject build version into artifacts/Docker images
2026-03-21 00:47:57 +08:00
CJACK.
fcce5308cb
Merge pull request #116 from CJackHwang/codex/align-vercel-deployment-with-go-version-semantics
...
Align Vercel JS toolcall detection/format behavior with Go semantics
2026-03-21 00:43:50 +08:00
CJACK.
d27b19cc53
fix: show vercel preview commit version instead of dev
2026-03-21 00:43:09 +08:00
CJACK.
b8ff678f24
Align Vercel JS toolcall filtering with Go semantics
2026-03-21 00:23:22 +08:00
CJACK.
b24ef1282d
fix: route /admin/version to api on vercel
2026-03-21 00:18:55 +08:00
CJACK.
65e0de3c82
Merge pull request #112 from CJackHwang/codex/fix-token-expiration-handling
...
Attempt token refresh for biz_code failures; report config writability and handle token write errors
2026-03-20 23:56:40 +08:00
CJACK.
0c2743a48c
fix: align build version source with tags and VERSION fallback
2026-03-20 23:55:10 +08:00