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.
648bb74587
Fix streaming whitespace trim and capture TOOL_RESULT_HISTORY
2026-03-22 00:44:44 +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.
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.
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.
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
CJACK.
dc73e8a6da
Gate biz_code refresh attempts to auth-indicative failures
2026-03-20 23:54:13 +08:00
CJACK.
b8495eeeb3
surface account test config writeability and save failures
2026-03-20 23:34:29 +08:00
CJACK.
b3eae22cef
Merge pull request #111 from CJackHwang/dev
...
Merge pull request #110 from CJackHwang/codex/align-js-runtime-with-go-runtime-logic
Align Vercel JS stream tool-call delta handling with Go runtime
v2.3.5
2026-03-20 10:05:25 +08:00
CJACK.
7af0098d1b
Merge pull request #110 from CJackHwang/codex/align-js-runtime-with-go-runtime-logic
...
Align Vercel JS stream tool-call delta handling with Go runtime
2026-03-20 09:49:08 +08:00
CJACK.
17405be300
shrink vercel stream module under line gate limit
2026-03-20 09:47:22 +08:00
CJACK.
5bc03e5de6
align vercel js stream toolcall delta behavior with go runtime
2026-03-20 09:36:45 +08:00
CJACK.
5a5f93148d
Merge pull request #109 from CJackHwang/dev
...
Merge pull request #108 from CJackHwang/codex/clean-up-unused-files-and-update-documentation-uiip50
docs: refresh deployment/testing guides and remove stale investigation report
2026-03-20 03:12:25 +08:00
CJACK.
32dc5b6099
Merge pull request #108 from CJackHwang/codex/clean-up-unused-files-and-update-documentation-uiip50
...
docs: refresh deployment/testing guides and remove stale investigation report
2026-03-20 03:08:09 +08:00
CJACK.
7936d4675f
Merge pull request #107 from CJackHwang/codex/clean-up-unused-files-and-update-documentation
...
docs: prune stale files and refresh docs, add .env.example, align READMEs/DEPLOY/CONTRIBUTING
2026-03-20 03:07:21 +08:00
CJACK.
808eafa7c6
docs: refresh deployment/testing guides and prune stale report
2026-03-20 03:05:36 +08:00
CJACK.
bcb8ed6df2
docs: prune stale docs and refresh project documentation
2026-03-20 03:05:22 +08:00
CJACK.
8ec5dcc0cc
Merge pull request #106 from CJackHwang/dev
...
Merge pull request #105 from CJackHwang/codex/fix-issues-found-in-review
Merge pull request #104 from CJackHwang/codex/revert-to-commit-efb484b
Restore tool-call parsing and repair logic; remove accidental split files
2026-03-20 02:53:30 +08:00
CJACK.
88a79f212d
Fix path control-char repair on JSON fallback parses
2026-03-20 02:52:27 +08:00
CJACK.
b1f8d6192f
Merge pull request #105 from CJackHwang/codex/fix-issues-found-in-review
...
Merge pull request #104 from CJackHwang/codex/revert-to-commit-efb484b
Restore tool-call parsing and repair logic; remove accidental split files
v2.3.5_beta
2026-03-20 02:38:35 +08:00
CJACK.
acfb3b225d
Split toolcall input parsing to satisfy line gate
2026-03-20 02:37:23 +08:00
CJACK.
99a6164000
Fix path corruption when parsing tool call JSON strings
2026-03-20 02:31:37 +08:00
CJACK.
e49d9d33e2
Merge pull request #104 from CJackHwang/codex/revert-to-commit-efb484b
...
Restore tool-call parsing and repair logic; remove accidental split files
2026-03-20 02:17:52 +08:00
CJACK.
184a3d1e4e
Sync Node tool-call parsing with aggressive fenced/mixed policy
2026-03-20 02:16:37 +08:00