Commit Graph
2981 Commits
Author SHA1 Message Date
Kai (Tam Nhu) TranandGitHub f28aecb076 Merge pull request #902 from kaitranntt/kai/fix/provider-scoped-live-account-monitor
fix(dashboard): scope auth monitor summary by provider
2026-04-03 19:09:20 -04:00
Tam Nhu Tran 5746e43a36 fix(dashboard): scope auth monitor summary by provider
- switch live header and summary cards to provider-scoped totals in detail view
- keep the provider grid on global totals when no provider is selected
- add a regression test for provider detail metric scoping
2026-04-03 18:59:54 -04:00
github-actions[bot] e69a58c74f chore(release): 7.65.3-dev.4 [skip ci] 2026-04-03 06:57:32 +00:00
Kai (Tam Nhu) TranandGitHub 288b11676f Merge pull request #901 from kaitranntt/kai/fix/cliproxy-control-panel-data-fix
fix: bootstrap cliproxy control panel session
2026-04-03 02:55:47 -04:00
Tam Nhu Tran 68417c05a3 fix(dashboard): clear control panel bootstrap state 2026-04-03 02:48:57 -04:00
Tam Nhu Tran 5432163c8f fix(dashboard): bootstrap cliproxy control panel session 2026-04-03 02:07:47 -04:00
github-actions[bot] 258b1b4561 chore(release): 7.65.3-dev.3 [skip ci] 2026-04-03 05:48:45 +00:00
Kai (Tam Nhu) TranandGitHub 8c4ce1f71b Merge pull request #898 from kaitranntt/kai/feat/897-cli-help-completion-ux
feat(cli): refresh help and shell completion UX
2026-04-03 01:46:59 -04:00
Tam Nhu Tran 0da7598a84 fix(completion): close shell completion review gaps 2026-04-03 01:40:45 -04:00
Tam Nhu Tran ffe3082528 fix(completion): fail closed on backend errors
- silence unexpected completion backend exceptions so TAB completion does not emit stack traces
2026-04-03 01:20:50 -04:00
Tam Nhu Tran e3074ae60e fix(cursor): tear down oversized daemon model responses
- destroy the response stream when /v1/models exceeds the body limit

- prevent the oversized-response fallback test from hanging during server shutdown
2026-04-03 01:09:46 -04:00
Tam Nhu Tran 2d5bda7f76 test(cli): isolate root router completion coverage
- stop mocking the completion backend in root-command-router tests

- remove cross-file module poisoning that caused flaky CI ordering failures
2026-04-03 01:06:36 -04:00
Tam Nhu Tran 3dcf879c9f refactor(cli): slim cursor completion imports
- extract cursor subcommand constants into a lightweight module

- remove redundant copilot token concatenation from the command catalog
2026-04-03 00:53:10 -04:00
Tam Nhu Tran 86b30eb9f5 docs(roadmap): note CLI help and completion refresh
- record the shorter root help and topic-help entrypoints

- note the shared completion backend and shell adapter refresh
2026-04-03 00:53:10 -04:00
Tam Nhu Tran 24ba2abe10 feat(cli): refresh help and shell completion UX
- add a shared command catalog for root help and completion routing

- replace shell-local completion logic with a hidden __complete backend

- add topic help and parity tests for router, help, and completion coverage
2026-04-03 00:53:10 -04:00
github-actions[bot] 3eb55d0e33 chore(release): 7.65.3-dev.2 [skip ci] 2026-04-03 04:47:13 +00:00
Kai (Tam Nhu) TranandGitHub d4b7e7605a Merge pull request #899 from kaitranntt/kai/fix/dev-release-missing-image-analyzer-import
fix(ci): restore cursor image analyzer hook import
2026-04-03 00:45:30 -04:00
Tam Nhu Tran 748fde6599 fix(ci): restore cursor image analyzer hook import 2026-04-03 00:40:43 -04:00
Kai (Tam Nhu) TranandGitHub 6e2dba8bfc Merge pull request #891 from kaitranntt/kai/fix/855-cursor-dual-mode-runtime-dev-refresh
fix(cursor): make Cursor a first-class runtime profile and harden integration
2026-04-03 00:03:45 -04:00
github-actions[bot] c46726fd49 chore(release): 7.65.3-dev.1 [skip ci] 2026-04-02 23:09:14 +00:00
Kai (Tam Nhu) TranandGitHub eb392260d0 Merge pull request #896 from kaitranntt/kai/feat/image-analysis-first-class-tooling
feat: ship first-class image analysis tooling
2026-04-02 19:07:29 -04:00
Tam Nhu Tran 0347f5a973 fix(image-analysis): stabilize mcp config locking 2026-04-02 18:56:13 -04:00
Tam Nhu Tran afc8b0bb6e fix(image-analysis): handle installer lock contention 2026-04-02 18:53:11 -04:00
Tam Nhu Tran 77b488f8b1 fix(image-analysis): harden runtime and provisioning 2026-04-02 18:36:19 -04:00
Tam Nhu Tran 6d1c895721 docs(image-analysis): document managed runtime flow 2026-04-02 15:44:13 -04:00
Tam Nhu Tran f379a4001f test(image-analysis): cover runtime auth and fallback 2026-04-02 15:44:13 -04:00
Tam Nhu Tran 813b2dd4d0 feat(image-analysis): add provider-backed runtime 2026-04-02 15:44:13 -04:00
github-actions[bot] 2c006afbb9 chore(sync): merge main into dev after release [skip ci]
# Conflicts:
#	package.json
2026-04-02 18:55:42 +00:00
semantic-release-bot a4ac4d1092 chore(release): 7.65.3 [skip ci]
## [7.65.3](https://github.com/kaitranntt/ccs/compare/v7.65.2...v7.65.3) (2026-04-02)

### Hotfixes

* **ci:** restore default ai review output ([58a0fc4](https://github.com/kaitranntt/ccs/commit/58a0fc43e6ce89be7288bb14d4a20ac4165320f0))
2026-04-02 18:54:49 +00:00
Kai (Tam Nhu) TranandGitHub ebfa6f732e Merge pull request #895 from kaitranntt/kai/hotfix-ai-review-output-main
hotfix(ci): restore default ai review output
2026-04-02 14:53:04 -04:00
Tam Nhu Tran 58a0fc43e6 hotfix(ci): restore default ai review output 2026-04-02 14:36:12 -04:00
github-actions[bot] a2d1ab85e8 chore(release): 7.65.2-dev.1 [skip ci] 2026-04-02 18:13:50 +00:00
Kai (Tam Nhu) TranandGitHub 0e173e66b5 Merge pull request #893 from kaitranntt/kai/feat/892-show-all-presets
feat(dashboard): show all provider presets by default
2026-04-02 14:12:04 -04:00
Tam Nhu Tran f61cc87aa2 feat(dashboard): show all provider presets by default in Create API Profile modal
Remove collapsible "More Presets" toggle. All alternative providers are
now always visible in a labeled section below Featured Providers,
improving discoverability for users like Minimax, GLM, DeepSeek.

Closes #892
2026-04-02 12:52:17 -04:00
semantic-release-bot 0ae6f54787 chore(release): 7.65.2 [skip ci]
## [7.65.2](https://github.com/kaitranntt/ccs/compare/v7.65.1...v7.65.2) (2026-04-02)

### Hotfixes

* **ci:** clean up ai review reruns and logging ([f47e7ae](https://github.com/kaitranntt/ccs/commit/f47e7ae5a752f20138d6a06b8760143608e18509))
* **ci:** compact ai review comments and switch to glm-5-turbo ([25dddf4](https://github.com/kaitranntt/ccs/commit/25dddf47073673625e51106ab614f8a49ce3b758))
* **ci:** expand ai review comment layout ([0be4ef7](https://github.com/kaitranntt/ccs/commit/0be4ef7a0d747db28f0db029f10a25ca18a6182d))
* **ci:** improve ai review comment formatting ([164a8af](https://github.com/kaitranntt/ccs/commit/164a8af82a9661d2aa3bcd8e2aeca862f343c547))
* **ci:** preserve literal snippet indentation in ai review comments ([f6779a5](https://github.com/kaitranntt/ccs/commit/f6779a503aa13e616d7d642f7c2cc3d769e97efb))
* **ci:** render fenced evidence snippets in ai review comments ([07b4275](https://github.com/kaitranntt/ccs/commit/07b4275543f7431cad349fabccce9d4149089b90))
* **ci:** restore reliable structured ai review comments ([5b9427f](https://github.com/kaitranntt/ccs/commit/5b9427f8a02b583222be0772d2e1b45a5eb43ba7))
* **ci:** separate ai review evidence blocks ([80e2251](https://github.com/kaitranntt/ccs/commit/80e22515b016c4661ed1cdbdd432e5c0068afc03))
2026-04-02 15:06:24 +00:00
Kai (Tam Nhu) TranandGitHub 58124fe15d Merge pull request #889 from kaitranntt/kai/hotfix/888-restore-reliable-structured-ai-review-comments
hotfix(ci): restore reliable structured ai review comments
2026-04-02 11:04:26 -04:00
Tam Nhu Tran 601d9ca477 chore(test): declare marked for ai review renderer coverage 2026-04-02 03:23:52 -04:00
Tam Nhu Tran f7ddad6c19 fix(cursor): harden runtime follow-up regressions 2026-04-02 03:21:38 -04:00
Tam Nhu Tran 80e22515b0 hotfix(ci): separate ai review evidence blocks 2026-04-02 03:20:26 -04:00
Tam Nhu Tran 0be4ef7a0d hotfix(ci): expand ai review comment layout 2026-04-02 03:14:49 -04:00
Tam Nhu Tran 25dddf4707 hotfix(ci): compact ai review comments and switch to glm-5-turbo 2026-04-02 01:07:03 -04:00
Tam Nhu Tran f6779a503a hotfix(ci): preserve literal snippet indentation in ai review comments 2026-04-02 00:48:14 -04:00
Tam Nhu Tran 07b4275543 hotfix(ci): render fenced evidence snippets in ai review comments 2026-04-02 00:44:44 -04:00
Tam Nhu Tran 164a8af82a hotfix(ci): improve ai review comment formatting 2026-04-02 00:35:03 -04:00
Tam Nhu Tran f47e7ae5a7 hotfix(ci): clean up ai review reruns and logging 2026-04-02 00:31:51 -04:00
Tam Nhu Tran 5b9427f8a0 hotfix(ci): restore reliable structured ai review comments 2026-04-02 00:24:29 -04:00
Tam Nhu Tran 2d67f40175 fix(cursor): route bare cursor through runtime profile 2026-04-01 22:50:58 -04:00
Tam Nhu Tran 27f6a675be fix(cursor): address review feedback and translator edge cases 2026-04-01 22:50:58 -04:00
Tam Nhu Tran d7b907ed9f fix(cursor): make bare cursor command useful and harden tool-result translation 2026-04-01 22:50:58 -04:00
semantic-release-bot 737462ac1a chore(release): 7.65.1 [skip ci]
## [7.65.1](https://github.com/kaitranntt/ccs/compare/v7.65.0...v7.65.1) (2026-04-02)

### Hotfixes

* **ci:** keep ai review feedback fast and deterministic ([4e05488](https://github.com/kaitranntt/ccs/commit/4e05488c195161792cdc0e74cbd21ed032697a3a))
2026-04-02 02:42:34 +00:00