Commit Graph
2997 Commits
Author SHA1 Message Date
Kai (Tam Nhu) TranandGitHub 206eca9fdc Merge pull request #905 from kaitranntt/kai/feat/904-account-continuity-resume-guidance
feat(accounts): clarify account continuity and resume guidance
2026-04-04 12:46:13 -04:00
Tam Nhu Tran 1b3528f61a fix(auth): keep resume lane warning non-blocking
- extract account resume lane guidance into a dedicated auth helper

- swallow diagnostic failures so account launches still reach execClaude

- add focused tests for the warning success and failure paths
2026-04-04 12:31:19 -04:00
Tam Nhu Tran 2830c2ae9e feat(auth): add resume lane diagnostics and recovery
- add runtime-aware resume lane diagnostics and auth backup flows

- warn when account resume uses a different plain ccs continuity lane

- surface lane mismatch guidance in the accounts dashboard, docs, and tests
2026-04-04 12:17:32 -04:00
Tam Nhu Tran d9f78ad490 refactor(accounts): consolidate continuity guidance layout
- replace separate readiness and learning cards with one continuity overview surface

- simplify row labels and dialog controls around continuity mode changes

- keep localized continuity guidance aligned with the new component structure

Refs #904
2026-04-04 12:17:32 -04:00
Tam Nhu Tran 57d6a44493 feat(accounts): clarify continuity and resume guidance
- add derived continuity readiness states for the accounts dashboard

- explain same-group and deeper continuity requirements in the page and sync dialog

- handle partial legacy-confirm updates without leaving stale UI state

Refs #904
2026-04-04 12:17:32 -04:00
github-actions[bot] 4dd17e1d06 chore(release): 7.65.3-dev.7 [skip ci] 2026-04-04 16:15:26 +00:00
Kai (Tam Nhu) TranandGitHub 3d58ee7029 Merge pull request #907 from kaitranntt/kai/fix/906-polled-oauth-token-persistence
fix(auth): wait for polled oauth token persistence
2026-04-04 12:13:40 -04:00
Tam Nhu Tran 01313a5a8e fix(auth): harden delayed oauth token registration 2026-04-04 00:37:04 -04:00
Tam Nhu Tran e2e5d99465 fix(auth): wait for polled oauth token persistence 2026-04-04 00:08:46 -04:00
github-actions[bot] e3b889b68c chore(release): 7.65.3-dev.6 [skip ci] 2026-04-04 01:12:18 +00:00
Kai (Tam Nhu) TranandGitHub 96c6149807 Merge pull request #903 from kaitranntt/kai/feat/gemini-quota-parity
feat: enrich Gemini quota dashboard details
2026-04-03 21:10:25 -04:00
Tam Nhu Tran c9bbc58dd4 perf(cliproxy): overlap gemini quota metadata fetches 2026-04-03 19:56:31 -04:00
Tam Nhu Tran 71c4b184f9 test(cliproxy): stabilize tunnel localhost binding check 2026-04-03 19:51:29 -04:00
Tam Nhu Tran 4c44042375 feat(ui): show richer gemini quota details 2026-04-03 19:43:34 -04:00
Tam Nhu Tran a762d8dda0 feat(cliproxy): enrich gemini quota metadata 2026-04-03 19:43:17 -04:00
github-actions[bot] d78f35b582 chore(release): 7.65.3-dev.5 [skip ci] 2026-04-03 23:11:09 +00:00
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