Tam Nhu Tran
ae459fc3d7
feat(image-analysis): resolve backend status per profile
2026-04-01 15:32:37 -04:00
Tam Nhu Tran
7dd0edb8cd
fix(packaging): restore prepack contract
2026-04-01 15:13:08 -04:00
Tam Nhu Tran
9d504fda0f
Merge remote-tracking branch 'origin/dev' into kai/feat/codex-context-window-controls
2026-04-01 15:08:54 -04:00
Tam Nhu Tran
0af38c8591
docs(roadmap): note codex long-context controls
2026-04-01 14:58:03 -04:00
Tam Nhu Tran
3246c40319
feat(codex-dashboard): add manual long-context controls
2026-04-01 14:57:56 -04:00
Kai (Tam Nhu) Tran and GitHub
b1077e07ae
Merge pull request #873 from kaitranntt/dev
...
feat(release): promote dev to main
2026-04-01 14:08:19 -04:00
github-actions[bot]
8e4f56d8f9
chore(sync): merge main into dev after release [skip ci]
...
# Conflicts:
# package.json
2026-04-01 18:05:50 +00:00
semantic-release-bot
ff98ea6852
chore(release): 7.63.1 [skip ci]
...
## [7.63.1](https://github.com/kaitranntt/ccs/compare/v7.63.0...v7.63.1 ) (2026-04-01)
### Hotfixes
* **ci:** harden ai review workflow for release PRs ([0b72ecd ](https://github.com/kaitranntt/ccs/commit/0b72ecd36f0277f1c5407ff4bbe442305477a60e ))
2026-04-01 18:05:28 +00:00
Kai (Tam Nhu) Tran and GitHub
92ca4be2ae
Merge pull request #874 from kaitranntt/kai/hotfix-ai-review-workflow
...
hotfix(ci): harden ai review workflow for release PRs
2026-04-01 14:03:43 -04:00
Tam Nhu Tran
0b72ecd36f
hotfix(ci): harden ai review workflow for release PRs
2026-04-01 13:50:32 -04:00
github-actions[bot]
b3ec9ff78d
chore(release): 7.63.0-dev.9 [skip ci]
2026-04-01 15:54:47 +00:00
Kai (Tam Nhu) Tran and GitHub
e226a4d161
Merge pull request #866 from kapdon/review/docker-cliproxy-cors
...
fix(docker): proxy CLIProxy management panel through dashboard to avoid cross-origin errors
2026-04-01 11:52:59 -04:00
Tam Nhu Tran
27409b789b
fix(docker): harden proxy with timeout, Bun compat, and test coverage
...
- Add 30s timeout on proxy requests to prevent indefinite hangs
- Wrap resolveLocalCliproxyPort in try/catch with default port fallback
- Simplify buildProxyBody: remove fragile content-length check that
caused Bun to fall through to req.pipe() on consumed streams
- Replace proxyRes.pipe(res) with manual streaming for Bun compatibility
(pipe hangs after writeHead in Bun runtime)
- Replace deprecated req.on('aborted') with res.on('close') cleanup
(req.on('close') fires with req.destroyed=true in Bun after body
consumption, prematurely destroying the proxy connection)
- Explicitly end proxy request for bodyless methods (GET/HEAD/OPTIONS)
instead of piping an already-consumed express stream
- Add server.closeAllConnections() in test cleanup to prevent hangs
- Add GET passthrough and 502 unreachable test cases
2026-04-01 11:39:34 -04:00
github-actions[bot]
d6382af73e
chore(release): 7.63.0-dev.8 [skip ci]
2026-04-01 15:06:26 +00:00
Kai (Tam Nhu) Tran and GitHub
526e48cd58
Merge pull request #872 from simonsmh/patch-1
...
Update Kiro models to version 4.6
2026-04-01 11:04:37 -04:00
github-actions[bot]
58503a469a
chore(release): 7.63.0-dev.7 [skip ci]
2026-04-01 14:22:13 +00:00
Kai (Tam Nhu) Tran and GitHub
0e8b2afcf7
Merge pull request #870 from kaitranntt/kai/fix/869-codex-config-override-probe
...
fix: probe Codex config override support directly
2026-04-01 10:20:31 -04:00
Simon Shi and GitHub
99d0d88441
Update Kiro models to version 4.6
2026-04-01 19:44:41 +08:00
Tam Nhu Tran
ca54bad2aa
fix(codex): harden native runtime detection
2026-04-01 01:39:14 -04:00
Tam Nhu Tran
b6717c5529
fix: bootstrap explicit CODEX_HOME for ccsxp
2026-04-01 00:03:10 -04:00
Tam Nhu Tran
014a844844
fix: probe Codex config override support directly
2026-03-31 23:38:23 -04:00
github-actions[bot]
8237c38c99
chore(release): 7.63.0-dev.6 [skip ci]
2026-03-31 19:10:19 +00:00
Kai (Tam Nhu) Tran and GitHub
016e95cc65
Merge pull request #865 from kaitranntt/kai/feat/862-first-class-ccs-websearch
...
feat: add first-class CCS WebSearch runtime
2026-03-31 15:08:32 -04:00
Tam Nhu Tran
7f83e041b7
feat(websearch): add managed mcp runtime and provider cooldowns
...
- switch ccs-websearch MCP to stdio-first framing and keep legacy compatibility
- add cooldown persistence and bounded retries for provider failures
- surface cooldown status in readiness output and regression tests
2026-03-31 14:22:11 -04:00
Tam Nhu Tran
cae5b710b8
fix(websearch): close review gaps in managed runtime
2026-03-30 23:02:20 -04:00
Tam Nhu Tran
de7171d810
feat(websearch): finish managed third-party rollout
...
- steer third-party launches toward the managed WebSearch MCP tool
- add opt-in trace diagnostics across launch, MCP, provider, and headless paths
- extend docs and regression coverage for the first-class runtime
Refs #862
2026-03-30 22:41:51 -04:00
User and Claude Opus 4.6
6471cc55d7
fix(docker): harden cliproxy local proxy with auth guard, dynamic port, and body handling
...
Move reverse proxy under /api/cliproxy-local so it sits behind auth
middleware. Enforce localhost-only access when dashboard auth is disabled.
Resolve the target port from unified config instead of hardcoding 8317.
Re-serialize parsed JSON bodies before forwarding so writes still work
behind express.json(). Clean up proxy connections on client abort.
On the frontend, point the iframe and health check at the new same-origin
API path, probe the proxy directly, and tighten iframe origin/path
validation before sending the auto-login secret.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-30 16:33:32 -07:00
Tam Nhu Tran
b087c02738
fix: merge existing disallowed tool flags for websearch
2026-03-30 17:39:21 -04:00
Tam Nhu Tran
51fd023be7
Merge remote-tracking branch 'origin/dev' into kai/feat/862-first-class-ccs-websearch
2026-03-30 17:20:47 -04:00
Tam Nhu Tran
2c153045f3
refactor: remove duplicate copilot websearch sync
2026-03-30 17:20:37 -04:00
github-actions[bot]
5ba575f00e
chore(release): 7.63.0-dev.5 [skip ci]
2026-03-30 20:15:22 +00:00
Kai (Tam Nhu) Tran and GitHub
60e72b670c
Merge pull request #864 from kaitranntt/kai/fix/ai-review-comment-formatting
...
fix: harden ai review comment formatting
2026-03-30 16:13:35 -04:00
Tam Nhu Tran
f0cd44e016
fix: use type-only import in instance manager
2026-03-30 16:12:30 -04:00
Tam Nhu Tran
e260df7178
feat: add first-class CCS WebSearch runtime
2026-03-30 16:10:39 -04:00
Tam Nhu Tran
fa37f391c1
fix: harden ai review comment formatting
2026-03-30 16:08:21 -04:00
github-actions[bot]
c45b2a1138
chore(release): 7.63.0-dev.4 [skip ci]
2026-03-30 19:51:55 +00:00
Kai (Tam Nhu) Tran and GitHub
b923b214eb
Merge pull request #860 from kaitranntt/kai/feat/codex-duplicate-email-account-support-refresh
...
feat: support duplicate-email Codex accounts
2026-03-30 15:50:21 -04:00
Tam Nhu Tran
498448a431
fix(ui): normalize grouped account audience order
2026-03-30 15:30:11 -04:00
Tam Nhu Tran
22f091689f
fix(codex): harden duplicate-email account actions
2026-03-30 15:30:11 -04:00
Tam Nhu Tran
80341f18c3
feat(ui): unify duplicate-email account surfaces
2026-03-30 15:30:11 -04:00
Tam Nhu Tran
be0c597d25
docs(architecture): document codex duplicate-email identity
2026-03-30 15:30:11 -04:00
Tam Nhu Tran
c73f33872a
feat(cliproxy): support duplicate-email codex accounts
...
- keep Codex team and personal auth files as separate identities
- resolve quota and live monitor stats by token file-backed account id
- surface duplicate-aware account labels across the dashboard and variant UI
2026-03-30 15:30:11 -04:00
github-actions[bot]
43ea5554e6
chore(release): 7.63.0-dev.3 [skip ci]
2026-03-30 19:25:43 +00:00
Kai (Tam Nhu) Tran and GitHub
dd6533ccef
Merge pull request #863 from kaitranntt/kai/fix/861-websearch-hook-output-normalization
...
fix: normalize websearch hook output for local providers
2026-03-30 15:24:02 -04:00
Tam Nhu Tran
a5d71e3560
fix: normalize websearch hook output for local providers
2026-03-30 15:10:30 -04:00
github-actions[bot]
39ba295d5f
chore(release): 7.63.0-dev.2 [skip ci]
2026-03-30 18:34:34 +00:00
Kai (Tam Nhu) Tran and GitHub
e9dd11ee56
Merge pull request #859 from kaitranntt/kai/feat/ai-review-hardening
...
fix(ci): harden ai review output
2026-03-30 14:32:52 -04:00
Tam Nhu Tran
4950be7fc0
fix(ci): harden ai review output
...
- replace raw assistant-text fallback with structured output normalization
- simplify the review prompt toward a tighter findings-only contract
- add tests for malformed output, safe fallback, and markdown escaping
2026-03-30 14:22:59 -04:00
github-actions[bot]
69cbb77924
chore(release): 7.63.0-dev.1 [skip ci]
2026-03-30 13:33:37 +00:00
Kai (Tam Nhu) Tran and GitHub
35eb2959ba
Merge pull request #857 from kaitranntt/kai/fix/856-timeline-single-account
...
fix(dashboard): connection timeline shows only one account
2026-03-30 09:31:57 -04:00