CJACK.
d5a23191f2
Refactor stream sieve keyword scanning into shared helper
2026-03-22 15:55:38 +08:00
CJACK.
d2d4e39983
Fix refactor line gate for stream tool sieve helper
2026-03-22 15:28:51 +08:00
CJACK.
b108a7915a
Support nested fenced blocks in stream fence tracking
2026-03-22 15:12:55 +08:00
CJACK.
2caabd8ce6
Add files via upload
2026-03-22 14:18:08 +08:00
CJACK.
6802a3d53e
Fix Claude tool block normalization and tool_result fidelity
2026-03-22 13:42:01 +08:00
CJACK.
e828006cb0
Merge pull request #147 from CJackHwang/codex/fix-tool-call-history-retrieval
...
Preserve tool call/result roundtrip and raw payloads across Claude, Gemini and OpenAI adapters
2026-03-22 13:06:23 +08:00
CJACK.
a6499cbece
Split Claude sanitize helpers to satisfy refactor line gate
2026-03-22 13:05:41 +08:00
CJACK.
a504905626
Fix Claude/Gemini prompt flattening for tool history and binary parts
2026-03-22 12:47:00 +08:00
CJACK.
59bf78d2c4
Unify adapter message normalization across Claude and Gemini
2026-03-22 12:07:58 +08:00
CJACK.
6cf4f0528c
Merge pull request #145 from CJackHwang/codex/determine-which-pr-fixes-json-leak-issue
...
Merge pull request #144 from CJackHwang/codex/refactor-codebase-to-remove-redundancy
Refactor tool-sieve and response streaming, remove unused helpers and UI wrappers
2026-03-22 10:59:31 +08:00
CJACK.
d8f8dcb704
Merge pull request #144 from CJackHwang/codex/refactor-codebase-to-remove-redundancy
...
Refactor tool-sieve and response streaming, remove unused helpers and UI wrappers
2026-03-22 10:39:36 +08:00
CJACK.
455489ffeb
ci: upgrade GitHub Actions Node runtime to 24
2026-03-22 10:38:18 +08:00
CJACK.
5031ae0e6f
ci: align refactor line gate with removed files
2026-03-22 10:38:08 +08:00
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