CJACK.
|
10921e0f84
|
Merge pull request #229 from CJackHwang/dev
refactor: replace WASM-based PoW solver with a native Go implementation in the pow package
|
2026-04-07 00:57:33 +08:00 |
|
CJACK
|
e7d561694a
|
refactor: replace WASM-based PoW solver with a native Go implementation in the pow package
|
2026-04-07 00:10:36 +08:00 |
|
CJACK.
|
13687ce787
|
Merge pull request #227 from CJackHwang/codex/change-empty-responses-to-429
fix(openai): return 429 for empty upstream output
|
2026-04-06 17:11:07 +08:00 |
|
CJACK.
|
26aa02d4b5
|
fix(openai): return 429 for empty upstream output
|
2026-04-06 16:56:17 +08:00 |
|
CJACK.
|
89eaf048c3
|
Merge pull request #221 from CJackHwang/dev
Dev
v3.1.2_beta
|
2026-04-06 16:50:00 +08:00 |
|
CJACK.
|
904211469a
|
Merge pull request #222 from CJackHwang/codex/resolve-pull-request-issues-and-complete-tests
Add golangci-lint bootstrap and CI lint gate; update docs and .gitignore
|
2026-04-06 13:56:05 +08:00 |
|
CJACK.
|
530872ff2f
|
Merge pull request #224 from CJackHwang/codex/fix-four-issues-from-pull-requests-99aozg
Fix lint bootstrap behavior and harden SSE token replay parsing
|
2026-04-06 13:55:30 +08:00 |
|
CJACK.
|
fbe1e25c7b
|
Merge pull request #225 from CJackHwang/codex/fix-golangci-lint-bootstrap-compatibility
Treat missing golangci-lint as bootstrap-compatible
|
2026-04-06 13:54:50 +08:00 |
|
CJACK.
|
cd7e03d936
|
Merge pull request #226 from CJackHwang/codex/fix-issue-with-passing-thresholds
Handle deferred Close errors, normalize error messages, and add nolint annotations
|
2026-04-06 13:54:14 +08:00 |
|
CJACK.
|
37fb758191
|
Make full quality gates pass across repository
|
2026-04-06 13:41:58 +08:00 |
|
CJACK.
|
fb6be8a8ee
|
fix lint bootstrap on missing golangci-lint
|
2026-04-06 13:38:17 +08:00 |
|
CJACK.
|
57114a36f5
|
fix: address codex review issues for lint bootstrap and token replay
|
2026-04-06 13:12:36 +08:00 |
|
CJACK.
|
a671d82759
|
chore: auto-bootstrap golangci-lint for Go 1.26 compatibility
|
2026-04-06 12:52:56 +08:00 |
|
CJACK.
|
da75ed6966
|
Merge pull request #220 from CJackHwang/codex/fix-pull-request-review-comments
Migrate and reorganize .golangci.yml to v2 with updated linters and exclusions
|
2026-04-06 12:33:51 +08:00 |
|
CJACK.
|
3b99d2edbe
|
docs: add full-sample token replay command and report fields
|
2026-04-06 12:32:31 +08:00 |
|
CJACK.
|
f6c09ebd63
|
fix: keep node error-branch token semantics and add grep fallback
|
2026-04-06 12:32:26 +08:00 |
|
CJACK.
|
36af2e00f6
|
Merge pull request #219 from CJackHwang/dev
Dev
|
2026-04-06 11:17:39 +08:00 |
|
CJACK.
|
9e0fd83a76
|
test: validate raw stream token replay and enforce gofmt in lint script
|
2026-04-06 11:15:08 +08:00 |
|
CJACK.
|
a8c160b05d
|
fix: parse DeepSeek accumulated_token_usage robustly and stabilize lint
|
2026-04-06 11:14:48 +08:00 |
|
CJACK.
|
89ca57122c
|
fix: migrate golangci config to v2 schema
|
2026-04-06 09:29:22 +08:00 |
|
CJACK
|
6b6ce3eea8
|
refactor: move toolcall utility files to internal/toolcall directory
|
2026-04-06 03:56:42 +08:00 |
|
CJACK
|
870144de17
|
ci: remove golangci-lint step from quality gates workflow
|
2026-04-06 03:53:03 +08:00 |
|
CJACK
|
1530246e4f
|
refactor: move tool call parsing and formatting logic to a dedicated internal/toolcall package
|
2026-04-06 03:19:18 +08:00 |
|
CJACK.
|
d6ecdad6de
|
Merge pull request #218 from CJackHwang/dev
fix: reverse snapshot order to preserve capture sequence during stabl…
v3.1.1
|
2026-04-06 02:55:59 +08:00 |
|
CJACK
|
2857a171cc
|
fix: reverse snapshot order to preserve capture sequence during stable sort
|
2026-04-06 02:51:06 +08:00 |
|
CJACK.
|
eb8b45e667
|
Merge pull request #217 from CJackHwang/dev
Dev
|
2026-04-06 02:47:44 +08:00 |
|
CJACK
|
1664349a29
|
docs: update documentation for raw stream test samples
|
2026-04-06 02:44:20 +08:00 |
|
CJACK
|
b105d54c00
|
feat: add admin endpoints for capturing, querying, and persisting raw upstream samples and increase default capture limits
|
2026-04-06 02:38:15 +08:00 |
|
CJACK
|
039d7d3db1
|
feat: implement raw sample capture querying and persistence, and add environment-based configuration for dev capture store.
|
2026-04-06 02:33:02 +08:00 |
|
CJACK
|
49012a227c
|
feat: implement trimContinuationOverlap utility to remove redundant stream prefixes and add associated tests.
|
2026-04-06 02:23:28 +08:00 |
|
CJACK
|
4d36afea4c
|
修复接续流的增量bug
|
2026-04-06 02:01:41 +08:00 |
|
CJACK.
|
3b29cf3da4
|
Merge pull request #215 from CJackHwang/dev
fix: ignore INCOMPLETE status messages in SSE stream parsing to prevent stream interruption
v3.1.0
|
2026-04-06 00:31:18 +08:00 |
|
CJACK
|
a608a4bd95
|
chore(webui): migrate vite to v8 toolchain
|
2026-04-06 00:28:36 +08:00 |
|
CJACK
|
d9eee5fd2d
|
docs: clarify server binding address and LAN accessibility in documentation and startup logs
|
2026-04-06 00:13:22 +08:00 |
|
CJACK
|
bac7345309
|
chore: remove unused file and associated references
|
2026-04-06 00:00:30 +08:00 |
|
CJACK
|
b699077b43
|
fix: make FINISHED status check case-insensitive in chat stream parsing
|
2026-04-05 23:56:19 +08:00 |
|
CJACK
|
49430123d8
|
fix: ignore INCOMPLETE status messages in SSE stream parsing to prevent stream interruption
|
2026-04-05 23:38:47 +08:00 |
|
CJACK.
|
6b5af06c19
|
Merge pull request #214 from CJackHwang/dev
Dev
|
2026-04-05 23:06:05 +08:00 |
|
CJACK
|
84813eca80
|
feat: support multi-round upstream captures in raw sample generation
|
2026-04-05 22:48:41 +08:00 |
|
CJACK
|
2a6b787f38
|
feat: implement mandatory DeepSeek turn termination markers for system, user, assistant, and tool roles
|
2026-04-05 21:48:18 +08:00 |
|
CJACK
|
a28c9fb67f
|
feat: implement comprehensive configuration validation and integrate into store loading and server initialization.
|
2026-04-05 21:18:51 +08:00 |
|
CJACK
|
585d35e592
|
refactor: standardize prompt markers and remove legacy EOS and system instructions tags
|
2026-04-05 20:50:12 +08:00 |
|
CJACK
|
dc912419c4
|
Revert "refactor: rename tool XML wrapper from tool_calls to tool_batch and add schema attention blocks to tool prompts"
This reverts commit ade648033d.
|
2026-04-05 20:08:04 +08:00 |
|
CJACK
|
ade648033d
|
refactor: rename tool XML wrapper from tool_calls to tool_batch and add schema attention blocks to tool prompts
|
2026-04-05 19:22:43 +08:00 |
|
CJACK
|
b8e9ca2028
|
refactor: stop stripping _raw and _xml fields from tool call inputs to preserve raw parameter data
|
2026-04-05 18:33:15 +08:00 |
|
CJACK
|
f2ad888de4
|
refactor: clean up config schema by removing legacy toolcall fields, standardizing auto_delete mode, and updating admin API documentation.
|
2026-04-05 18:16:31 +08:00 |
|
CJACK
|
e37ed38dc8
|
refactor: remove instruction regarding text-before-tool output in tool prompt documentation
|
2026-04-05 17:51:26 +08:00 |
|
CJACK
|
5d59775051
|
refactor: enforce strict XML-only output for tool calls and remove mixed-content instructions
|
2026-04-05 17:25:52 +08:00 |
|
CJACK
|
22efd8178b
|
refactor: clarify tool call XML placement and add strict rules against result fabrication and internal narration
|
2026-04-05 17:13:59 +08:00 |
|
CJACK
|
088a750338
|
feat: add strict schema enforcement and strip hallucinated fields from tool call parameters
|
2026-04-05 16:59:39 +08:00 |
|