CJACK.
|
e60738b084
|
auth: preserve ensure error after retry exhaustion
|
2026-04-02 12:58:09 +08:00 |
|
CJACK.
|
f6cd541c6f
|
auth: retry other managed accounts when token ensure fails
|
2026-04-02 02:04:58 +08:00 |
|
CJACK.
|
da3fafb79a
|
fix pool starvation of tokenless managed accounts
|
2026-04-02 00:48:41 +08:00 |
|
CJACK.
|
8a74dbff9c
|
Fix lowercase functioncall detection in stream tool sieve
|
2026-04-01 01:50:56 +08:00 |
|
CJACK.
|
bfca84c2c7
|
Align tool-call parsing across Go/JS and pass quality gates
|
2026-04-01 01:24:55 +08:00 |
|
TesseractLHY
|
fe8232bfc1
|
Fixes bad tool call
|
2026-03-31 11:16:13 -04:00 |
|
CJACK.
|
3b60e3c8f9
|
fix(sse): trim stream output from CONTENT_FILTER onward
|
2026-03-31 01:26:43 +08:00 |
|
CJACK.
|
b54b418f96
|
fix(sse): globally strip leaked CONTENT_FILTER suffix from output
|
2026-03-30 23:39:47 +08:00 |
|
CJACK.
|
1c5f022b06
|
refactor(config): split writeback helpers out of store.go for CI gate
|
2026-03-30 21:38:19 +08:00 |
|
CJACK.
|
836eaf5290
|
feat(ui): show env mode persistence status and document writeback
|
2026-03-30 21:18:56 +08:00 |
|
CJACK.
|
958e7a0d04
|
fix(config): skip writeback bootstrap on invalid env config
|
2026-03-30 21:02:36 +08:00 |
|
CJACK.
|
f3555ae9b0
|
feat(config): bootstrap config.json when env writeback is enabled
|
2026-03-30 20:37:58 +08:00 |
|
CJACK.
|
1fe1240240
|
fix(js): prevent XML wrapper attribute tool_calls scan loop
|
2026-03-30 15:59:34 +08:00 |
|
CJACK.
|
c07736fbea
|
chore: set shared tool-sieve context tail window to 2048
|
2026-03-30 15:41:38 +08:00 |
|
CJACK.
|
775bf3b578
|
refactor(js): align tool-sieve segment start and tail window with go
|
2026-03-30 15:41:26 +08:00 |
|
CJACK.
|
6efba7b2e4
|
fix(js): avoid false tool-call capture on plain tool_calls prose
|
2026-03-30 12:51:33 +08:00 |
|
CJACK.
|
535d9298a7
|
Scope dangling result-tag cleanup to leaked wrapper fragments
|
2026-03-30 12:22:04 +08:00 |
|
CJACK.
|
b790545d82
|
Fix dangling agent XML cleanup and escape tool call prompt XML
|
2026-03-30 11:23:16 +08:00 |
|
CJACK
|
a7c9dfd7c0
|
refactor: remove configurable toolcall policy and fix to feature matching with high-confidence early emit
|
2026-03-30 01:56:25 +08:00 |
|
CJACK
|
822b14ed6b
|
feat: add configurable token_refresh_interval_hours to runtime settings with validation and hot-reload support
|
2026-03-30 01:41:13 +08:00 |
|
CJACK
|
af7c7c6770
|
refactor: rename sanitizeLeakedToolHistory to sanitizeLeakedOutput for improved clarity
|
2026-03-30 01:06:22 +08:00 |
|
CJACK
|
30a53b6c43
|
refactor: remove legacy TOOL_CALL_HISTORY/TOOL_RESULT_HISTORY markers and consolidate tool call formatting into a new prompt package
|
2026-03-30 00:20:38 +08:00 |
|
CJACK
|
c3c644ff8c
|
111
|
2026-03-29 19:49:52 +08:00 |
|
CJACK
|
621599f8ad
|
test: update message preparation tests to expect explicit User role markers
|
2026-03-29 19:41:03 +08:00 |
|
CJACK
|
075728cca6
|
feat: add support for intercepting and sanitizing agent-style XML tags to prevent output leaks
|
2026-03-29 17:15:14 +08:00 |
|
CJACK
|
883607ac87
|
refactor: update prompt formatting to use system instruction tags and explicit user markers for improved model reasoning
|
2026-03-29 16:40:44 +08:00 |
|
CJACK
|
1d6a8e7008
|
refactor: centralize tool-calling instructions into a shared utility and update Claude/OpenAI adapters to use the unified format.
|
2026-03-29 16:05:35 +08:00 |
|
CJACK
|
f041ebab93
|
refactor: optimize tool-calling prompt instructions and examples for improved model adherence
|
2026-03-29 15:18:43 +08:00 |
|
CJACK
|
3ab9d44f60
|
feat: suppress output of partial XML tool tag fragments in stream processing
|
2026-03-29 14:59:30 +08:00 |
|
CJACK
|
4b42fe9086
|
fix: prevent XML tool call leakage by strictly matching opening and closing tag pairs during streaming
|
2026-03-29 14:40:47 +08:00 |
|
CJACK
|
302bcefeb5
|
feat: implement XML-based tool call extraction and refactor sieve utilities into dedicated modules
|
2026-03-29 13:01:11 +08:00 |
|
CJACK.
|
56a3ed19e8
|
fix(toolcall): support canonical xml params and guard json shadowing
|
2026-03-29 11:15:52 +08:00 |
|
CJACK.
|
958f4e39b5
|
feat(toolcall): prioritize XML for model output and parsing
|
2026-03-29 10:53:38 +08:00 |
|
CJACK.
|
0925e83b9b
|
Stop embedding tool-call envelopes into prompt content
|
2026-03-22 22:36:15 +08:00 |
|
CJACK.
|
87c231e736
|
Sanitize leaked tool-call wire format in assistant text
|
2026-03-22 22:17:40 +08:00 |
|
CJACK.
|
97a81c4191
|
Harden toolcall leak interception for function-style payloads
|
2026-03-22 20:07:12 +08:00 |
|
CJACK.
|
1676c8e4f2
|
Add backward-compatible aliases for renamed fenced-example tests
|
2026-03-22 16:25:03 +08:00 |
|
CJACK.
|
b108a7915a
|
Support nested fenced blocks in stream fence tracking
|
2026-03-22 15:12:55 +08:00 |
|
CJACK.
|
6802a3d53e
|
Fix Claude tool block normalization and tool_result fidelity
|
2026-03-22 13:42:01 +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.
|
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.
|
6a39543288
|
fix tool-call json leaks when feature_match is disabled
|
2026-03-22 08:29:01 +08:00 |
|
CJACK.
|
f8936887d0
|
fix(openai): preserve empty tool completion turns
|
2026-03-22 01:19:17 +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.
|
7ca3f141c6
|
Pass refactor line gate for tool sieve files
|
2026-03-22 01:04:01 +08:00 |
|