Files
ccs/CHANGELOG.md
T
semantic-release-bot f290aae4cb chore(release): 7.18.0 [skip ci]
## [7.18.0](https://github.com/kaitranntt/ccs/compare/v7.17.0...v7.18.0) (2026-01-08)

### Features

* **codex:** inject OpenAI reasoning.effort per tier ([204eea0](https://github.com/kaitranntt/ccs/commit/204eea00ce006fd667ce8c9e71dad397423dae2d))

### Bug Fixes

* **ci:** only auto-review on PR opened, not synchronize ([6f65697](https://github.com/kaitranntt/ccs/commit/6f65697d74772751eb515d76c356f117aaa017d9))
* **cliproxy:** remove stable version cap, only v81-88 are faulty ([0abd021](https://github.com/kaitranntt/ccs/commit/0abd021d256513b88145f88c7a6a2d3a03e0746e))
* **codex-proxy:** security hardening and edge case fixes ([87cfcc5](https://github.com/kaitranntt/ccs/commit/87cfcc5b3cbecfdccaa56c1a02b24fb8b84eb654))

### Styles

* **ci:** enhance ai-review prompt with rich emoji formatting ([6dcc8b2](https://github.com/kaitranntt/ccs/commit/6dcc8b28601cba9067b248c9a6befb3f9c3e1d34))
2026-01-08 16:26:44 +00:00

142 KiB
Raw Blame History

7.18.0 (2026-01-08)

Features

  • codex: inject OpenAI reasoning.effort per tier (204eea0)

Bug Fixes

  • ci: only auto-review on PR opened, not synchronize (6f65697)
  • cliproxy: remove stable version cap, only v81-88 are faulty (0abd021)
  • codex-proxy: security hardening and edge case fixes (87cfcc5)

Styles

  • ci: enhance ai-review prompt with rich emoji formatting (6dcc8b2)

7.17.0 (2026-01-08)

Features

Bug Fixes

  • ci: only auto-review on PR opened, not synchronize (211e642)

7.16.0 (2026-01-08)

Features

Bug Fixes

7.15.0 (2026-01-06)

Features

  • api: add pause/resume account endpoints (c13003d), closes #282
  • cli: add pause, resume, status subcommands (cfd8dd9), closes #282
  • cliproxy: add hybrid quota management core (11ffca3), closes #282
  • cliproxy: integrate pre-flight quota check (10e3eec), closes #282
  • ui: add pause/resume API hooks (b92a35d), closes #282
  • ui: add pause/resume toggle and tier badges (4ad7292), closes #282

Bug Fixes

  • cliproxy: harden nickname validation and race condition handling (5970e70)
  • cliproxy: prevent race in promptNickname close handler (107e281)
  • cliproxy: update lastUsedAt on normal execution (b55cd79)
  • cliproxy: use nickname as accountId for kiro/ghcp providers (d96c67b), closes #258 #267
  • quota: address edge cases from code review (a32fdc8), closes #30 #31 #8 #26
  • quota: correct tier detection - remove 2.5-pro from ultra indicators (0af185f)
  • quota: handle 'standard-tier' as free in tier mapping (a5f1472)
  • quota: use API tier detection instead of model-based heuristics (aad0d44)

Documentation

  • CLAUDE.md: add help location reference and documentation requirements (113cc06)
  • cli: add cliproxy pause/resume/status to --help (4b7328b)
  • update documentation for CCS v7.14.x with quota management (ec4c2c2)

Code Refactoring

  • quota: simplify AccountTier to free|paid|unknown (db071e2)

7.14.0 (2026-01-06)

Features

  • agy: add preflight quota check with auto-switch (c85ff74)
  • agy: promote gemini-claude-sonnet-4-5 as default Haiku model (c9cdfd9), closes #270
  • cliproxy: add background token refresh worker (f98bb24)
  • cliproxy: add dashboard UI parity for version stability (c5621da), closes #269
  • cliproxy: add doctor subcommand for quota diagnostics (944f5c0), closes #252
  • cliproxy: add version management UI with install/restart controls (a69b2e9)
  • dev: add symlink setup for testing dev version (981cef8)
  • quota: add fetchAllProviderQuotas and findAvailableAccount (24847f5), closes #252
  • ui: add stability warning to ProxyStatusWidget (8a56a43)

Bug Fixes

  • agy: edge case handling for quota failover (5b58bd3)
  • cliproxy: add edge case handling for version capping (212aef8)
  • cliproxy: add missing OAuth callback ports for codex, agy, iflow (cfe604a)
  • cliproxy: cap auto-update to v80 due to v81+ context bugs (869ab3e), closes #269
  • oauth: add stdin keepalive to prevent blocking on manual URL prompt (0557f93)
  • oauth: harden cleanup for edge cases in auth process (472497f)
  • shared-manager: normalize plugin registry paths to canonical ~/.claude/ (1067afb), closes #276
  • ui: add missing isStable and maxStableVersion to type (4fd4d6c)
  • ui: clean up ProxyStatusWidget layout spacing (4f69abb)
  • ui: update/downgrade button now installs correct version (48d4a96)
  • websearch: use 'where' command on Windows for CLI detection (e03d9b7), closes #273

Documentation

  • agy: add quota management and failover documentation (8ea1e33)

Code Refactoring

  • ui: redesign ProxyStatusWidget with two-state UX (8072b93)

7.13.1 (2026-01-05)

Bug Fixes

  • cliproxy: add management_key support for remote proxy auth separation (0e58d0e)
  • cliproxy: add missing kiro/ghcp provider mappings in remote-auth-fetcher (dea0e87)
  • cliproxy: extract unique accountId from token filename for Kiro/GHCP (7bb7ccc), closes #258
  • cliproxy: proactive token refresh to prevent UND_ERR_SOCKET (a6a653f), closes #256
  • validation: add Windows reserved name validation and version format edge cases (ae1847d)

7.13.0 (2026-01-03)

Features

  • minimax: Add full MiniMax M2.1 support (bd5c9a0)
  • minimax: Add mm profile and migration support (267599d)

Bug Fixes

  • accounts: integrate CLIProxy OAuth accounts into API endpoint (eebcb7b)
  • migrate: Add rename-profile flag handling (4dace51)
  • minimax: Add MiniMax placeholder to DEFAULT_PLACEHOLDERS (46e0995)
  • minimax: prevent double-resolve race condition and align placeholder (a59ad0e)
  • minimax: restore migrate-command, remove broken migration file, fix validator typo (c48f798)

Documentation

  • minimax: Update review_pr.md with fix status (5d34bd6)

Code Refactoring

  • api-key-validator: extract shared validation logic, remove unnecessary comments (a00cf36)
  • minimax: Rename to 'mm' for brevity (2b549f5)

7.12.2 (2026-01-01)

Bug Fixes

  • cliproxy: add kiro/ghcp provider mappings to discoverExistingAccounts (4386e91), closes #242
  • ui: show min Claude quota instead of avg all models (a011908)

Tests

  • cliproxy: add unit tests for discoverExistingAccounts (43f1a98)

7.12.1 (2026-01-01)

Bug Fixes

  • cliproxy: add comprehensive port validation across proxy system (e0a1f8f)
  • cliproxy: filter undefined config values to preserve defaults (4c35e8a)

7.12.0 (2026-01-01)

Features

  • cliproxy: add --allow-self-signed flag for HTTPS connections (#227) (709976e)
  • delegation: add Claude Code CLI flag passthrough (6b74243), closes #89
  • release: CLI flag passthrough, proxy fixes, and UI improvements (#239) (b3ef76a), closes #228 #89 #234 #227

Bug Fixes

  • cliproxy: pass variant port to executor for isolation (e58afd7), closes #228
  • cliproxy: propagate port in unified config and UI preset handlers (2625389)
  • cliproxy: use correct default port (8317) for remote HTTP connections (76aab09)
  • prompt: add stdin.pause() to prevent process hang after password input (f30d0c1)
  • ui: enable cancel button during OAuth authentication (86200eb), closes #234

Tests

  • delegation: add comprehensive CLI flag passthrough tests (d5e485b)

7.11.1 (2025-12-29)

Bug Fixes

7.11.0 (2025-12-29)

Features

  • cliproxy: add --proxy-timeout CLI option (#220) (4cd9bec)

7.10.0 (2025-12-29)

Features

  • cliproxy: add account quota display for Antigravity provider (205b5ab)
  • error-logs: extract model and quota reset info from error logs (e3a71fc)
  • quota: add OAuth token refresh for independent quota fetching (4be8e92)
  • quota: implement proactive token refresh (5-min lead time) (00597b3)
  • ui: replace misleading token expiry with runtime-based status (6ccf6c5)

Bug Fixes

  • cliproxy: resolve merge conflicts and add edge case fixes (7861b63)
  • error-logs: fix endpoint regex for v1/messages URL format (19550b2)
  • quota,error-logs: match CLIProxyAPI headers and enhance error log display (ac6f382)
  • quota: add unprovisioned account detection with actionable message (ecfdcde)
  • quota: remove misleading token expiration check in quota fetcher (739270a)
  • ui: remove duplicate provider prop in ModelConfigTab (3531991)
  • ui: replace misleading 'Expires' with 'Last used' in credential health (4233415)

7.9.0 (2025-12-27)

Features

  • dashboard: add Import from Kiro IDE button (5f59d71)
  • ui: add auth profile management to Dashboard (fa8830e)

Bug Fixes

  • cliproxy: ensure version sync after binary update (29f1930)
  • config: use safe inline logic in getSettingsPath() legacy fallback (a4a473a)
  • dashboard: support unified config.yaml in web server routes (0c69740), closes #206
  • improve type safety and error handling in config-manager (8a3c5a4), closes #215
  • kiro: add fallback import from Kiro IDE when OAuth callback redirects (add4aa5), closes #212
  • run RecoveryManager before early-exit commands and improve config handling (0be3977), closes #214
  • test: remove redundant build from beforeAll hook (67a48a8)
  • tests: update test files for renamed getCliproxyConfigPath function (ec2ee0a)
  • wrap RecoveryManager in try-catch to prevent blocking CLI commands (2fff770), closes #215

Documentation

  • update design principles and add feature interface requirements (c200334)

7.8.0 (2025-12-26)

Features

  • api: add auth tokens REST endpoints (ffd4996)
  • cli: add tokens command for auth token management (0c6491c)
  • cliproxy: add customizable auth token manager (c4f0916)
  • cliproxy: add variant port isolation for concurrent proxy instances (0bcaf4b)
  • ui: add auth tokens settings tab (71335a6)
  • ui: add Settings link to control panel key hint (7a6341f)

Bug Fixes

  • cliproxy: use auth inheritance in stats-fetcher and config-generator (133aeba)
  • dashboard: read accounts from unified config (8d7845d), closes #203
  • dashboard: support unified config across health checks and settings (9722e19), closes #203
  • dashboard: support unified config in overview and file watcher (25f0ddb), closes #203
  • doctor: comprehensive health check fixes (ac74550)
  • doctor: prefer config.yaml and make settings files optional (4fca7d1)
  • ui: initialize colors early for consistent status output (e38af6a), closes #201
  • ui: simplify config header and add explicit save button (7e031b5)
  • ui: use effective management secret in control panel embed (a762563)

Tests

  • cliproxy: add comprehensive auth token test suite (ed6776a)
  • cliproxy: add integration tests for variant port isolation (8f120b5), closes #184

7.7.1 (2025-12-26)

Bug Fixes

  • health: correct CLIProxy port detection on macOS/Linux (d1a0ebe)
  • health: use prefix matching for Linux process name truncation (91e7b9f)

7.7.0 (2025-12-25)

Features

  • api: add Minimax, DeepSeek, Qwen provider presets (e7066b9), closes #123
  • kiro: add UI toggle and auth hint for --no-incognito option (083e674)
  • kiro: improve auth UX with normal browser default and URL display (df0c947)

Bug Fixes

  • cliproxy: preserve user API keys during config regeneration (2b4d21e), closes #200
  • core: address all code review issues from PR #199 (f2a4200)
  • kiro: add --no-incognito option for normal browser auth (13e4bac)
  • profiles: prevent GLM auth regression from first-time install detection (cc2d62d), closes #195
  • qwen: inherit stdin for Device Code flows to enable interactive prompts (c811fdf), closes #188
  • ui: add gemini-3-flash-preview to model dropdowns (50653d1), closes #194
  • ui: respect initialMode in profile create dialog (db3662b)

Code Refactoring

  • paths: use expandPath() consistently for cross-platform path handling (adb6222)

Tests

  • auth: add comprehensive tests for GLM auth persistence fix (92a79aa)

7.6.0 (2025-12-24)

Features

  • cli: add config command hints to help and error messages (e981c39)
  • setup: add first-time setup wizard for config initialization (cec616d), closes #142

Bug Fixes

  • cliproxy: respect enabled:false and use protocol-based port defaults (a99b6eb)
  • config: improve edge case handling for config initialization (ca78993)
  • ghcp: display device code during OAuth device code flow (46f1699), closes #189

Code Refactoring

  • config: migrate to config.yaml as primary format (b34469d), closes #142
  • ghcp: remove unused device code session management (5de6ccc)

7.5.1 (2025-12-23)

Bug Fixes

  • ui: use UI color system for consistent CLI indicators (91cd9ff)

Code Refactoring

  • cliproxy: enhance binary downloader with robust error handling (c2dd026)

7.5.0 (2025-12-22)

Features

  • glm: add GLM 4.7 model support (a827b73), closes #179

7.4.0 (2025-12-22)

Features

  • api: add Azure Foundry preset (31bafaa)

7.3.0 (2025-12-22)

Features

  • auth: add Kiro and GitHub Copilot OAuth providers (2b441f6)
  • cliproxy: add ghcp settings and update variant adapter (fae1ee2)
  • cliproxy: add kiro and ghcp OAuth configurations (a01abe1)
  • cliproxy: add kiro and ghcp providers to CLIProxyProvider type (036714c)
  • cliproxy: add kiro and ghcp to OAuth diagnostics and account manager (49bc0a4)
  • cliproxy: migrate from CLIProxyAPI to CLIProxyAPIPlus (6f8587d)
  • config: add base settings for Kiro and Copilot providers (b15ff7f)
  • config: add kiro and ghcp to unified config and auth routes (d04bcc1)
  • ui: add Kiro and Copilot provider icons (9ca20e7)
  • ui: add kiro and ghcp to provider types and configs (bf3d51a)
  • ui: add kiro and ghcp to wizard, auth flow, and settings (9221545)
  • ui: integrate Kiro and Copilot providers, rename to CLIProxy Plus (0f029f9)
  • ui: update cliproxy components with kiro and ghcp providers (099b712)

Bug Fixes

  • update download URLs and binary names for CLIProxyAPIPlus (4829902)

Documentation

  • add CLIProxyAPIPlus attribution for Kiro and Copilot (743d34a)
  • cli: add ccs kiro and ccs ghcp to help text (8c8a15f)
  • update documentation for kiro and ghcp providers (b93b91c)

Code Refactoring

  • complete CLIProxy Plus branding across CLI and UI (af92bc3)
  • rename CLIProxyAPI to CLIProxy Plus across UI and CLI (670993d)

7.2.0 (2025-12-22)

Features

  • cliproxy: add localhost URL rewriting for remote proxy mode (d0599e8)
  • cliproxy: add proxy target resolver for remote/local routing (9e2fd09)
  • cliproxy: add remote routing for stats and auth endpoints (17bb6f9)
  • ui: add remote mode indicator to provider editor header (3bf9ebe)
  • ui: dynamic control panel embed for remote CLIProxy (bfa55e0)
  • ui: show remote server info in ProxyStatusWidget (d86dfab)

Bug Fixes

  • api: add try-catch error handling to route handlers (85b0f17)
  • api: complete error handling and add missing endpoints (3ed961f)
  • api: resolve route path mismatches (557926f)
  • cliproxy: add gemini-cli provider mapping for remote auth (068d577)
  • cliproxy: address code review findings for remote routing (cdb4653)
  • cliproxy: load remote config from config.yaml for proxy resolution (a2d01bc)
  • cliproxy: merge dev with proper remote mode integration (28c6262)
  • cliproxy: respect user model settings in remote proxy mode (4ee3100)
  • ui: correct cliproxy account API paths (e84df00)
  • ui: hide local paths in remote CLIProxy mode (883d9fa)

Documentation

  • update documentation for v7.1 remote CLIProxy feature (ec7781b), closes #142

CI

  • improve issue tagging and label management in release workflows (3638620)

7.1.1 (2025-12-21)

Bug Fixes

  • hooks: memoize return objects to prevent infinite render loops (f15b989)
  • settings: memoize useSettingsActions to prevent infinite render loop (4f75e10)

Documentation

  • update documentation for modularization phases 6-9 (e45b46d)

Code Refactoring

  • ui: modularize analytics page into directory structure (03d9bf7)
  • ui: modularize auth-monitor into directory structure (8ead6fa)
  • ui: modularize settings page into directory structure (104a404)

Tests

  • ui: add vitest testing infrastructure with 99 unit tests (3fca933)

7.1.0 (2025-12-21)

Features

  • ui: add visual feedback for WebSearch model auto-save (eaf566b), closes #164

Bug Fixes

  • ci: use commit-based changelog for dev release Discord notifications (1129ec6)
  • ui: add unsaved changes confirmation when switching profiles (b790005), closes #163
  • ui: fix profile switching and improve UX (86d992f)

Documentation

  • readme: add OpenRouter to built-in providers (676929f)
  • standards: add input state persistence patterns (53a7ba8), closes #165

7.0.0 (2025-12-21)

⚠ BREAKING CHANGES

  • install: GLM/GLMT/Kimi profiles no longer auto-created
  • remove glm.settings.json auto-creation
  • remove glmt.settings.json auto-creation
  • remove kimi.settings.json auto-creation
  • config.json now starts with empty profiles
  • users create via: ccs api create --preset glm
  • or via UI: Profile Create Dialog → Provider Presets
  • existing profiles preserved for backward compatibility

Features

  • api: unify profile management with config-aware services (4c74e92)
  • cli: add --preset option to ccs api create command (418d121)
  • cli: add interactive OpenRouter model picker for api create (d193626)
  • install: remove auto-creation of GLM/GLMT/Kimi profiles (f96116d)
  • openrouter: prioritize Exacto models for better agentic performance (ebc8ee2)
  • proxy: improve remote proxy UX defaults (116b6a1)
  • ui: add dynamic newest models detection for OpenRouter (a1cbd4d)
  • ui: add OpenRouter badge to API Profiles sidebar item (a08aef9)
  • ui: add OpenRouter model catalog core infrastructure (80beb1d)
  • ui: add OpenRouter model picker and tier mapping components (3cd21bb)
  • ui: add provider preset categories with helper function (10cfe0f)
  • ui: add provider presets and OpenRouter promo components (9c90e1d)
  • ui: add streamlined OpenRouter profile editor (7788137)
  • ui: add value input for new environment variables (f947aeb)
  • ui: integrate OpenRouter model picker into profile editor (677f9d1)
  • ui: rewrite profile create dialog with provider presets (adcc323)

Bug Fixes

  • ci: use custom dev versioning to preserve stable version coupling (dce4b36)
  • cliproxy: correct remote proxy URL building for default port (294d8d5)
  • cliproxy: improve remote proxy error messages (55464c5), closes #142
  • cliproxy: use /v1/models for remote proxy health check (5e1d290), closes #142
  • config: add missing cliproxy_server section to YAML serialization (b322203)
  • openrouter: add ANTHROPIC_API_KEY="" default for OpenRouter profiles (70bc44e)
  • openrouter: correct ANTHROPIC_BASE_URL to https://openrouter.ai/api (7d4961e)
  • openrouter: show all env vars except API key in Additional Variables (f41d361)
  • ui: deduplicate API key and restore add variable input (3f7add5)
  • ui: model selection now updates all tiers correctly (723ce28)
  • ui: resolve Radix ScrollArea viewport overflow (2b6600a)
  • ui: show OpenRouterQuickStart by default on API page (05380e2)
  • ui: use current input values for test connection and persist across tabs (12b534c), closes #142 #163 #164 #165
  • update: correct dev version comparison semantic (df77745)

Code Refactoring

  • config: remove secrets.yaml architecture (4f4ab43)
  • ui: rename /api route to /providers (9382278)
  • ui: reorganize profile create dialog with preset categories (96310dd)
  • ui: replace hardcoded orange colors with accent tokens (b9f6823)

Tests

  • npm: update tests for preset-based profile creation (de45fa0)

6.8.0-dev.1 (2025-12-20)

Features

  • proxy: improve remote proxy UX defaults (116b6a1)

Bug Fixes

  • cliproxy: use /v1/models for remote proxy health check (5e1d290), closes #142

6.7.2-dev.1 (2025-12-20)

Code Refactoring

  • ui: rename /api route to /providers (9382278)

6.7.1 (2025-12-20)

Documentation

  • add comprehensive documentation suite for modular architecture (1ffd169)
  • readme: update providers, websearch, and add star history (0dc2da6)

Code Refactoring

  • add barrel exports for commands and utils directories (50c427d)
  • add barrel exports to api/, glmt/, management/ (6372b3d)
  • api: extract service layer from api-command (ecb6bb4)
  • auth: modularize auth-commands into commands/ directory (0341f4f)
  • cliproxy: extract service layer from cliproxy-command (b49b7d1)
  • cliproxy: modularize auth handler and binary (5c28935)
  • cliproxy: modularize binary-manager into binary/ directory (d3c94fe)
  • delegation: modularize headless-executor into executor/ directory (c3baaa8)
  • errors: centralize error handling infrastructure (22dbfd9)
  • glmt: modularize transformer pipeline (cd107e3)
  • management: modularize doctor health checks (0eb2030)
  • remove unused deprecated code (4a5b832)
  • types: add generic types and consolidate ExecutionResult (6c78b63)
  • ui: add barrel exports for analytics and components root (b911db8)
  • ui: organize health components into health/ directory (a106aa2)
  • ui: organize layout components into layout/ directory (bef9955)
  • ui: organize shared components into shared/ directory (3c7b0e7)
  • ui: remove old flat component files after reorganization (e1fd394)
  • ui: split account-flow-viz into account/flow-viz/ directory (8fd35c8)
  • ui: split copilot-config-form into copilot/config-form/ directory (1b1015c)
  • ui: split error-logs-monitor into monitoring/error-logs/ directory (946030c)
  • ui: split profile-editor into profiles/editor/ directory (6778c4d)
  • ui: split provider-editor into cliproxy/provider-editor/ directory (4bea5a3)
  • ui: split quick-setup-wizard into setup/wizard/ directory (81196b0)
  • ui: update imports to use new domain directories (c70ba89)
  • utils: extract formatRelativeTime to utils/time.ts (e1f135a)
  • utils: modularize ui.ts into ui/ directory (c1e5ec7)
  • utils: modularize websearch-manager into websearch/ directory (5e4fa20)
  • utils: remove deprecated color and error functions from helpers.ts (99afb3e)
  • utils: use canonical ValidationResult from types/utils (18424cb)
  • web-server: extract usage aggregator service (9346ff2)
  • web-server: extract usage module to usage/ directory (bae323c)
  • web-server: modularize health-service into health/ directory (c1f30ae)
  • web-server: modularize routes into dedicated files (a12c3d8)
  • websearch: unify CLI status types with ComponentStatus (a8f7dad)

Performance Improvements

  • assets: convert screenshots to WebP, add new feature images (a9d21c2)

6.7.1-dev.1 (2025-12-20)

Documentation

  • add comprehensive documentation suite for modular architecture (1ffd169)
  • readme: update providers, websearch, and add star history (0dc2da6)

Code Refactoring

  • add barrel exports for commands and utils directories (50c427d)
  • add barrel exports to api/, glmt/, management/ (6372b3d)
  • api: extract service layer from api-command (ecb6bb4)
  • auth: modularize auth-commands into commands/ directory (0341f4f)
  • cliproxy: extract service layer from cliproxy-command (b49b7d1)
  • cliproxy: modularize auth handler and binary (5c28935)
  • cliproxy: modularize binary-manager into binary/ directory (d3c94fe)
  • delegation: modularize headless-executor into executor/ directory (c3baaa8)
  • errors: centralize error handling infrastructure (22dbfd9)
  • glmt: modularize transformer pipeline (cd107e3)
  • management: modularize doctor health checks (0eb2030)
  • remove unused deprecated code (4a5b832)
  • types: add generic types and consolidate ExecutionResult (6c78b63)
  • ui: add barrel exports for analytics and components root (b911db8)
  • ui: organize health components into health/ directory (a106aa2)
  • ui: organize layout components into layout/ directory (bef9955)
  • ui: organize shared components into shared/ directory (3c7b0e7)
  • ui: remove old flat component files after reorganization (e1fd394)
  • ui: split account-flow-viz into account/flow-viz/ directory (8fd35c8)
  • ui: split copilot-config-form into copilot/config-form/ directory (1b1015c)
  • ui: split error-logs-monitor into monitoring/error-logs/ directory (946030c)
  • ui: split profile-editor into profiles/editor/ directory (6778c4d)
  • ui: split provider-editor into cliproxy/provider-editor/ directory (4bea5a3)
  • ui: split quick-setup-wizard into setup/wizard/ directory (81196b0)
  • ui: update imports to use new domain directories (c70ba89)
  • utils: extract formatRelativeTime to utils/time.ts (e1f135a)
  • utils: modularize ui.ts into ui/ directory (c1e5ec7)
  • utils: modularize websearch-manager into websearch/ directory (5e4fa20)
  • utils: remove deprecated color and error functions from helpers.ts (99afb3e)
  • utils: use canonical ValidationResult from types/utils (18424cb)
  • web-server: extract usage aggregator service (9346ff2)
  • web-server: extract usage module to usage/ directory (bae323c)
  • web-server: modularize health-service into health/ directory (c1f30ae)
  • web-server: modularize routes into dedicated files (a12c3d8)
  • websearch: unify CLI status types with ComponentStatus (a8f7dad)

Performance Improvements

  • assets: convert screenshots to WebP, add new feature images (a9d21c2)

6.7.0 (2025-12-19)

Features

  • cliproxy: auto-apply default preset when adding first account (4036c42)
  • env: add debug logging for global env injection (68eab56)
  • recovery: add lazy initialization for bun/pnpm users (2d2cd3e)

Bug Fixes

  • ci: use built-in GITHUB_TOKEN for release comments (cff38ac)
  • cliproxy: include BASE_URL and AUTH_TOKEN when applying presets (598454c)
  • cliproxy: prevent port race condition with unified detection and startup lock (96f17e3)
  • cliproxy: prevent variant names matching reserved provider names (7ea64bd)
  • remote-proxy: fix TypeError and make port optional with protocol defaults (03aea4e), closes #142
  • update-checker: resolve dev channel update and duplicate comments (b6b1817)
  • web-server: add comprehensive reserved name validation (2373100)

6.7.0-dev.5 (2025-12-19)

Features

  • cliproxy: auto-apply default preset when adding first account (4036c42)

6.7.0-dev.4 (2025-12-19)

Bug Fixes

  • cliproxy: prevent port race condition with unified detection and startup lock (96f17e3)

6.7.0-dev.3 (2025-12-19)

Features

  • recovery: add lazy initialization for bun/pnpm users (2d2cd3e)

6.7.0-dev.2 (2025-12-19)

Bug Fixes

  • cliproxy: include BASE_URL and AUTH_TOKEN when applying presets (598454c)
  • cliproxy: prevent variant names matching reserved provider names (7ea64bd)
  • web-server: add comprehensive reserved name validation (2373100)

6.7.0-dev.1 (2025-12-19)

Features

  • env: add debug logging for global env injection (68eab56)

6.6.2-dev.3 (2025-12-19)

Bug Fixes

  • update-checker: resolve dev channel update and duplicate comments (b6b1817)

6.6.2-dev.2 (2025-12-19)

Bug Fixes

  • remote-proxy: fix TypeError and make port optional with protocol defaults (03aea4e), closes #142

6.6.2-dev.1 (2025-12-19)

Bug Fixes

  • ci: use built-in GITHUB_TOKEN for release comments (cff38ac)

6.6.1 (2025-12-19)

Bug Fixes

  • cliproxy: register session on dashboard start and add port-based stop fallback (a3b172c)

6.6.1-dev.1 (2025-12-19)

Bug Fixes

  • cliproxy: register session on dashboard start and add port-based stop fallback (a3b172c)

6.6.0 (2025-12-19)

⚠ BREAKING CHANGES

  • Native shell installers (curl/irm) no longer work. Use npm install -g @kaitranntt/ccs instead.

Features

  • ci: add Discord notifications for releases (ee76d66)
  • ci: add semantic-release for dev branch with rich Discord notifications (0f590c8)
  • cleanup: add age-based error log cleanup (45207b4)
  • cliproxy: add getRemoteEnvVars for remote proxy mode (f4a50d0)
  • cliproxy: add proxy config resolver with CLI flag support (68a93f0)
  • cliproxy: add remote proxy client for health checks (30d564c)
  • cliproxy: integrate remote proxy mode in executor (bd1ff2f)
  • cliproxy: set WRITABLE_PATH for log storage in ~/.ccs/cliproxy/ (6b9396f)
  • config: add proxy configuration types and schema (eff2e2d)
  • config: add proxy section to unified config loader (1971744)
  • dashboard: add error log viewer for CLIProxy diagnostics (5b3d565), closes #132
  • global-env: add global environment variables injection for third-party profiles (5d34326)
  • ui: add absolute path copy for error logs (5d4f49e)
  • ui: add Proxy settings tab to dashboard (9a9ef98)
  • ui: add Stop and Restart buttons to ProxyStatusWidget (c9ad0b0)
  • ui: add version sync timestamp to ProxyStatusWidget (d43079b)
  • ui: redesign error logs monitor with split view layout (8f47b87)
  • ui: show CLIProxyAPI update availability in dashboard (96762a9)
  • web-server: add proxy configuration API routes (8decdfb)

Bug Fixes

  • ci: remove deprecated installer references from dev-release workflow (4b969b6)
  • ci: remove sync-version.js that depends on deleted VERSION file (18729c9)
  • cliproxy: prevent misleading update message when proxy is running (2adc272), closes #143
  • error-logs-monitor: properly handle status loading state (1ef625e)
  • profiles: prevent env var inheritance for settings-based profiles (903bc10)

Documentation

  • cliproxy: add remote proxy documentation (196422c)

Styles

  • ui: use sidebar accent colors for proxy update button (eeb6913)
  • ui: widen cliproxy sidebar from w-64 to w-80 (248d970)

Code Refactoring

  • remove deprecated native shell installers (126cffc)
  • rename proxy to cliproxy_server and update API routes (8d8d4c2)

6.6.0-dev.4 (2025-12-19)

Bug Fixes

  • profiles: prevent env var inheritance for settings-based profiles (903bc10)

6.6.0-dev.3 (2025-12-19)

Features

  • cliproxy: add getRemoteEnvVars for remote proxy mode (f4a50d0)
  • cliproxy: add proxy config resolver with CLI flag support (68a93f0)
  • cliproxy: add remote proxy client for health checks (30d564c)
  • cliproxy: integrate remote proxy mode in executor (bd1ff2f)
  • config: add proxy configuration types and schema (eff2e2d)
  • config: add proxy section to unified config loader (1971744)
  • ui: add Proxy settings tab to dashboard (9a9ef98)
  • web-server: add proxy configuration API routes (8decdfb)

Documentation

  • cliproxy: add remote proxy documentation (196422c)

Styles

  • ui: use sidebar accent colors for proxy update button (eeb6913)

Code Refactoring

  • rename proxy to cliproxy_server and update API routes (8d8d4c2)

6.6.0-dev.2 (2025-12-19)

Bug Fixes

  • ci: remove sync-version.js that depends on deleted VERSION file (18729c9)

6.6.0-dev.1 (2025-12-19)

⚠ BREAKING CHANGES

  • Native shell installers (curl/irm) no longer work. Use npm install -g @kaitranntt/ccs instead.

Features

  • ci: add Discord notifications for releases (ee76d66)
  • ci: add semantic-release for dev branch with rich Discord notifications (0f590c8)
  • cleanup: add age-based error log cleanup (45207b4)
  • cliproxy: set WRITABLE_PATH for log storage in ~/.ccs/cliproxy/ (6b9396f)
  • dashboard: add error log viewer for CLIProxy diagnostics (5b3d565), closes #132
  • global-env: add global environment variables injection for third-party profiles (5d34326)
  • ui: add absolute path copy for error logs (5d4f49e)
  • ui: add Stop and Restart buttons to ProxyStatusWidget (c9ad0b0)
  • ui: add version sync timestamp to ProxyStatusWidget (d43079b)
  • ui: redesign error logs monitor with split view layout (8f47b87)
  • ui: show CLIProxyAPI update availability in dashboard (96762a9)

Bug Fixes

  • ci: remove deprecated installer references from dev-release workflow (4b969b6)
  • cliproxy: prevent misleading update message when proxy is running (2adc272), closes #143
  • error-logs-monitor: properly handle status loading state (1ef625e)

Styles

  • ui: widen cliproxy sidebar from w-64 to w-80 (248d970)

Code Refactoring

  • remove deprecated native shell installers (126cffc)

6.5.0 (2025-12-18)

Bug Fixes

  • cli: allow ccs copilot as profile by routing only known subcommands (2c6dfe7)
  • cli: route 'ccs copilot' without subcommand to help (671a9e7)
  • copilot: use gpt-4.1 as default model and 127.0.0.1 for local connections (ec6face)
  • copilot: use token file check for instant auth status (4783632)
  • copilot: widen sidebar and balance split-view layout (63bdc3a)
  • ui: add install button to copilot page sidebar (3865747)
  • ui: constrain copilot config left panel width to 540px (da5dc31)
  • ui: handle 404 errors in profile settings fetch (60c01c7)
  • ui: improve copilot sidebar logical order and remove redundancy (f9b89de)

Features

  • api: add copilot install and info endpoints (fee241d)
  • api: add copilot REST API endpoints (c84db38)
  • auth: add copilot profile detection (e5a1f60)
  • cli: add copilot CLI commands (d25db1f)
  • config: add copilot configuration types and loader (b87aeae)
  • copilot: add complete model catalog with plan tiers (7653cab)
  • copilot: add copilot manager module (3b8a85c)
  • copilot: add model tier mapping support (d21908a)
  • copilot: add raw settings API and model mapping routes (a3e2153)
  • copilot: add raw settings support to useCopilot hook (882792a)
  • copilot: add self-managed package manager for copilot-api (ecdad1d)
  • copilot: redesign config form to match CLIProxy pattern (7886259)
  • ui: add copilot dashboard page (6b04532)
  • ui: add copilot-api install button and version display (f813ad0)
  • ui: display plan tiers and presets in copilot model selector (87c2acc)
  • ui: expose auth result with device code in hook (5f0fde9)
  • update: add automatic update check on startup (8a0ad53)

6.4.0 (2025-12-18)

Bug Fixes

  • websearch: detect Gemini CLI auth status before showing Ready (98c21ef)

Features

  • cliproxy: implement interactive project selection for OAuth flows (a66abba)

6.3.1 (2025-12-18)

Bug Fixes

  • ui: limit Connection Timeline to 100 events to prevent lag (170dcdc)

6.3.0 (2025-12-18)

Bug Fixes

  • dashboard: detect legacy proxy instances without session lock (85cfbde)

Features

  • cliproxy: default session persistence for CLIProxy (a7450bd), closes #129
  • dashboard: add CLIProxy status widget with start button (589cd2c)

6.2.1 (2025-12-18)

Bug Fixes

  • ui: add error state handling to API Profiles page (2e77646), closes #125
  • websearch: pass through to native WebSearch for account profiles (6bd1f42)

6.2.0 (2025-12-18)

Bug Fixes

  • ui: improve account flow viz layout to fill available width (7b876d2)
  • ui: improve account-flow-viz layout and styling (ee85a1f)
  • ui: optimize bundle size and fix calendar crash (572703f)
  • ui: unify account card padding and fix SVG glow filter (ab4c95b)

Features

  • cliproxy: remove thinking token cap and update agy haiku model (925ac8e)
  • ui: add ClaudeKit badge and Sponsor buttons to navbar (9028b74)
  • ui: add multi-zone layout and enhanced drag features to account flow viz (365f820)
  • ui: extend privacy mode to blur cost/token values in analytics (2bf7992)

6.1.0 (2025-12-17)

Bug Fixes

  • cliproxy: prevent shared proxy termination on multi-session exit (3629e3e), closes #118

Features

  • privacy: add privacy/demo mode for personal info blurring (6f3fb54)
  • ui: add iflow provider logo support (cefb3a5)

6.0.0 (2025-12-17)

Bug Fixes

  • config: force shutdown immediately instead of waiting (6d69379)
  • dev-install: prevent duplicate entries in bun global package.json (13824b6)
  • websearch: preserve opencode and grok in mergeWithDefaults (110925e)
  • websearch: update config.yaml comments to match CLI implementation (81e46bd)
  • websearch: update existing hook config when filename changes (4959928)
  • websearch: use correct @vibe-kit/grok-cli package (b6c1ae4)

Features

  • build: add preinstall script to manage UI dependencies (78fb459)
  • cliproxy-stats: Implement detailed stats fetching and integrate into UI (3216a0e)
  • monitor: Enhance auth monitor and account flow visualization (994bd77)
  • ui: add connection timeline and improve account flow layout (27de6af)
  • ui: add documentation button to header (6e4ee80)
  • ui: enhance light theme contrast and animations (197848a)
  • ui: implement auth monitor components & pages (b97c3bf)
  • websearch: add advanced configuration and custom MCP support (cadd2e8)
  • websearch: add Grok CLI support and improve install guidance (c0938e1)
  • websearch: add MCP fallback and Gemini CLI hook for third-party profiles (fd99ebc)
  • websearch: add model config + improve hook UX (14c53d5)
  • websearch: add multi-tier MCP fallback for third-party profiles (071ec04)
  • websearch: add OpenCode CLI as third WebSearch provider (482cda0)
  • websearch: dynamic hook timeout from config + grok-code default (d33fefd)
  • websearch: enhance Gemini CLI integration, package manager detection, and WebSearch status (f7a1a40)
  • websearch: implement fallback chain for CLI providers (e6aa8ac)
  • websearch: respect config provider settings and consolidate prompts (e71cb62)
  • web: update account manager and web routes (127e0e6)

BREAKING CHANGES

  • websearch: Hook no longer falls back to all installed CLIs. It now strictly respects config.yaml settings.

5.20.0 (2025-12-15)

Bug Fixes

  • auth: improve default account hint and add reset-default command (2fb266c), closes #106
  • resolve ESM/CJS compatibility for Node.js 18 (b915127), closes #110

Features

  • oauth: enhance auth flow with detailed pre-flight checks and real-time progress (e80c48c)

5.19.2 (2025-12-14)

Bug Fixes

  • auth: handle Windows spawn for profile creation (5efab53)

5.19.1 (2025-12-14)

Bug Fixes

  • auth: include unified config accounts in auth list command (3cdf84b)

5.19.0 (2025-12-14)

Bug Fixes

  • auth: use unified config for account profile touch in ccs.ts (4ccde8a), closes #98
  • ci: prevent shell injection from PR body markdown (5a8db2c)
  • cliproxy: add SSH port forwarding instructions for headless OAuth (a6b95db)

Features

  • cliproxy: disable logging by default and add cleanup command (e5cdf7c), closes #96

5.18.0 (2025-12-13)

Bug Fixes

  • analytics: fill hourly gaps with zero values in 24H view (4412d22)
  • analytics: guard against undefined data arrays in filtering (e08935b)
  • analytics: use UTC dates and cap hourly chart at current time (9fd0c1c)

Features

  • ui: implement operational hub core components (a2d049c)
  • ui: premium home page with gradient glass design (dbc1371)
  • ui: redesign home page as Interactive Status Board (cf567bb)

5.17.0 (2025-12-12)

Bug Fixes

  • ci: improve issue tagging - use bot, skip duplicates, simpler msg (27f9ea8)
  • ci: resolve YAML syntax error in dev-release workflow (763928f)
  • cliproxy: inherit stdin for OAuth interactive prompts (84484c0), closes #91
  • cliproxy: respect version pin when user installs specific version (a7ba1a1), closes #88
  • config: prevent profile loss from strict config validation (d343abc), closes #82
  • update: add shell option for Windows npm/cache spawn (8c1b8e4), closes #85
  • update: avoid Node deprecation warning on Windows spawn (bace084)
  • update: suppress Node deprecation warnings on Windows (d616e61)

Features

  • analytics: add 24H hourly chart with caching and UI improvements (d64115f)
  • cli: standardize UI output with ui.ts abstraction layer (4005f1c)

Performance Improvements

  • ci: add HUSKY=0 to release workflow (99f3a67)
  • ci: reduce test redundancy from 4x to 1x per release (d39095c)

5.16.0 (2025-12-12)

Features

  • cliproxy: add provider editor with presets and control panel (92b7065)
  • cliproxy: add stats fetcher and OpenAI-compatible model manager (a94c3d6)
  • ui: add cliproxy stats overview and enhance analytics components (c3b2d50)
  • ui: redesign cliproxy page with master-detail layout (f8648be)

5.15.0 (2025-12-11)

Bug Fixes

  • cache: use ~/.ccs/cache/ for usage and update-check files (790ac3c)
  • migrate: include backup path in rollback command (0aa9131)
  • migrate: skip autoMigrate when running migrate command (05a6199)
  • ui: resolve layout and theme issues in profile editor (46ee1df)

Features

  • api-profile-ux: Implement API & UI for profile management (8357005)
  • api-profile-ux: implement tabbed profile editor and fix disclaimer visibility (8c9d669)
  • api: improve create UX with URL validation and model mapping (f83051b), closes #72
  • cliproxy: implement --nickname flag for account management (0d70708)
  • config: add unified YAML config with migration support (b621b8e), closes #75
  • dashboard: add code editor for raw JSON settings editing (2b1a3b4), closes #73
  • profile: refactor create UX with dialog-based interface (720ff9d)

5.14.0 (2025-12-10)

Features

  • ui: replace anomaly alert badge with usage insights card (824c3ba)
  • usage-analytics: implement token cost breakdown and anomaly detection (d81a5e6)
  • usage: add internal data aggregation and cost tracking (49b4065)

5.13.0 (2025-12-09)

Features

  • analytics: aggregate usage from all CCS auth profiles (1e11d2e)
  • analytics: refactor model color management and fix UI display issues (f255a20)
  • cliproxy: add --add flag and nickname support for multi-account auth (493492f)
  • cliproxy: add --use and --accounts flags for multi-account switching (8f6684f)
  • cliproxy: add multi-account support phases 02-03 (d868dc4)
  • dashboard: add Environment and OAuth Readiness groups to health page (96d9fc6)
  • doctor: add OAuth diagnostics for Windows headless false positives (92007d7)
  • ui: simplify CLIProxy page UX with dedicated Add Account dialog (8f5c006)

5.12.1 (2025-12-09)

Performance Improvements

  • analytics: instant dashboard loading with disk cache persistence (abb156d)

5.12.0 (2025-12-09)

Bug Fixes

  • security: improve API key detection patterns to prevent false positives (efb42ba)
  • ui: reduce focus ring size to prevent overlapping content (639eec7)
  • ui: update dropdown menu item SVG color on focus (ed5c3fc)
  • web: correct skill detection to look for SKILL.md instead of prompt.md (13194fe)

Features

  • analytics: add usage analytics page with caching layer (a721af3)
  • cli: Introduce version utility and command updates (d77f07e)
  • cliproxy: promote thinking models as default for agy provider (1475adb)
  • ui: add modular health dashboard components (4ff6f08)
  • ui: Enhance web overview with new components and data (cc16556)
  • ui: redesign health dashboard to match ccs doctor output (8aae0db)

Performance Improvements

  • analytics: add cache pre-warming and SWR pattern for instant page load (69e6a32)

5.11.0 (2025-12-08)

Bug Fixes

  • cliproxy: map token type values to provider names for account discovery (17caf80)
  • ui: improve cliproxy dashboard layout and dropdown styling (10d0550)
  • ui: remove padding from cliproxy card (3a1e8c0)

Features

  • cliproxy: add multi-account support for CLIProxy providers (4dc17fa)

5.10.0 (2025-12-08)

Bug Fixes

  • glmt: add bearer prefix for openai-compatible endpoints (077a406), closes #61
  • glmt: pass env vars to proxy subprocess (e17a068)
  • ui: adjust layout of localhost disclaimer (ad5859c)
  • ui: improve table column widths and spacing (9b4a5d8)
  • ui: prettier formatting for documentation link (d11071a)
  • ui: suppress react compiler warning in profiles-table (cf072c0)

Features

  • build: disable commitlint subject-case rule and add clean-dist script (5947532)
  • cliproxy: add authentication status display to web dashboard (a283f94)
  • cliproxy: deprecate claude thinking models in agy provider (63b3ca7)
  • completions: enhance cliproxy help and update shell completion scripts (59a2f2b)
  • doctor: improve port detection with process identification (98fd1be)
  • ui: add accounts and cliproxy management dashboard (03059db)
  • ui: add ccs branding assets and logo component (1b16305)
  • ui: add comprehensive quality gates and fix linting issues (707af2f)
  • ui: enhance settings dialog with tabbed interface and scrollable areas (4adb94b)
  • ui: enhance visual contrast and update project link (c65d9c9)
  • ui: redesign sidebar and fix disclaimer (c8890f3)
  • ui: reorganize theme colors and add dev script (235bd6b)
  • ui: update theme colors to match brand palette (b5f22e4)
  • web-dashboard: add dev mode with hmr and optimize build (23a3382)
  • web-dashboard: add express server and react ui scaffolding (6a6f2a2)
  • web-dashboard: add rest api and real-time sync (56502ab)
  • web-dashboard: complete settings, health, shared data and build integration (5975802)
  • web: enhance dashboard functionality and ui components (6e2da64)
  • web: update shared routes and home page for dashboard (e078f15)

5.9.0 (2025-12-06)

Features

  • cliproxy: add crud commands for variant profiles (6427ecf)

5.8.0 (2025-12-05)

Bug Fixes

  • agy: enable claude model thinking via antigravity profile (6f19440)
  • agy: preserve user settings during model switch (f5c31da)
  • agy: remove max_thinking_tokens when switching to non-claude model (6decd15)
  • cliproxy: consolidate download ui to single spinner (ace5ba8)
  • cliproxy: only remove provider-specific auth files on logout (4770047)
  • skill: use yaml block scalar for ccs-delegation description (26154c3)

Features

  • agy: disable thinking toggle for claude models via antigravity (f5a1b81), closes #415
  • delegation: add passthrough args for claude cli flags (26d72cf)

5.7.0 (2025-12-05)

Bug Fixes

  • ci: add path filtering to deploy-ccs-worker pull request trigger (64a8e86)
  • doctor: repair shared settings.json symlink broken by claude cli (1471bd2), closes #57
  • types: add forceversion to binarymanagerconfig interface (3bb1ea7)

Features

  • cliproxy: add iFlow OAuth provider support (#55) (20bf626)

5.6.0 (2025-12-04)

Bug Fixes

  • cliproxy: clarify paid tier messaging to reference google account tier (848fbf4)
  • cliproxy: correct model selection default and update fallback version (fdb8761)
  • dev-release: find next available dev version from npm (482f3a7)
  • doctor: use actual installed clipproxy version instead of hardcoded (e3edcf6)
  • prompt: strip bracketed paste escape sequences from password input (df31ffc)
  • update: add --help support and --dev alias for update command (b18163c)

Features

  • cliproxy: add model catalog with configuration management (4654c15)
  • cliproxy: add version management command (7e07615)
  • cliproxy: add warning for broken claude proxy models on agy (0e11426), closes CLIProxyAPI#415
  • prompt: add password input utility with masking (3bdbff9)
  • release: simplify dev versioning with stable base (942b4b9)

5.5.0 (2025-12-04)

Bug Fixes

  • changelog: restore full changelog history from main (2e5b1f2)
  • tests: migrate test suite from mocha to bun test runner (bd46c8d)

Features

  • kimi: update default model to kimi-k2-thinking-turbo (134511c)

5.4.4-dev.2 (2025-12-04)

Bug Fixes

  • changelog: restore full changelog history from main (2e5b1f2)

5.4.3 (2025-12-03)

Bug Fixes

  • postinstall: handle broken symlinks during npm install (81add5a)

5.4.2 (2025-12-03)

Bug Fixes

  • merge: resolve conflicts between dev and main (8347ea6)
  • sync: implement copy fallback for windows when symlinks unavailable (6b3f93a), closes #45

5.4.2-dev.1 (2025-12-03)

Bug Fixes

  • merge: resolve conflicts between dev and main (8347ea6)
  • sync: implement copy fallback for windows when symlinks unavailable (6b3f93a), closes #45

5.4.1 (2025-12-03)

Bug Fixes

  • cliproxy: resolve windows auth browser not opening (af4d6cf), closes #42
  • doctor: resolve windows claude cli detection failure (cfe9ba0), closes #41
  • sync: implement copy fallback for windows when symlinks unavailable (6b3f93a), closes #45

5.4.1-dev.1 (2025-12-03)

Bug Fixes

  • cliproxy: resolve windows auth browser not opening (af4d6cf), closes #42
  • doctor: resolve windows claude cli detection failure (cfe9ba0), closes #41

5.4.0 (2025-12-02)

Bug Fixes

  • auth: prevent default profile from using stale glm env vars (13d13da), closes #37
  • cliproxy: convert windows backslashes to forward slashes in config.yaml auth-dir (a6663cb), closes #36
  • cliproxy: improve qwen oauth error handling (7e0b0fe), closes #29
  • cliproxy: use double-dash flags for cliproxyapi auth (#24) (4c81f28)
  • deps: add chalk, boxen, gradient-string, listr2 as dependencies (a214749)
  • glmt: handle 401 errors and headers-already-sent exception (#30) (c953382), closes #26
  • prompt: improve password input handling with raw mode and buffer support (bc56d2e)

Features

  • cliproxy: add qwen code oauth provider support (#31) (a3f1e52), closes #29
  • cliproxy: auto-update cliproxyapi to latest release on startup (8873ccd)
  • profile: add profile command with configuration display (53d7a15)
  • shell-completion: add --force flag and fix zsh profile coloring (7faed1d)
  • ui: add central ui abstraction layer for cli styling (6e49e0e)
  • ui: enhance auth commands with new ui layer (6f42a65)
  • ui: enhance delegation with listr2 task lists and styled output (716193a)
  • ui: enhance doctor and error manager with new ui layer (57016f3)
  • ui: enhance help and profile commands with new ui layer (f3ed359)
  • ui: enhance section headers with gradient and rename profile to api (073a5e1)

5.4.0-beta.3 (2025-12-02)

Bug Fixes

  • cliproxy: convert windows backslashes to forward slashes in config.yaml auth-dir (a6663cb), closes #36

5.4.0-beta.2 (2025-12-02)

Bug Fixes

  • auth: prevent default profile from using stale glm env vars (13d13da), closes #37

5.4.0-beta.1 (2025-12-02)

Bug Fixes

  • cliproxy: improve qwen oauth error handling (7e0b0fe), closes #29
  • cliproxy: use double-dash flags for cliproxyapi auth (#24) (4c81f28)
  • deps: add chalk, boxen, gradient-string, listr2 as dependencies (a214749)
  • glmt: handle 401 errors and headers-already-sent exception (#30) (c953382), closes #26
  • prompt: improve password input handling with raw mode and buffer support (bc56d2e)

Features

  • cliproxy: add qwen code oauth provider support (#31) (a3f1e52), closes #29
  • cliproxy: auto-update cliproxyapi to latest release on startup (8873ccd)
  • profile: add profile command with configuration display (53d7a15)
  • shell-completion: add --force flag and fix zsh profile coloring (7faed1d)
  • ui: add central ui abstraction layer for cli styling (6e49e0e)
  • ui: enhance auth commands with new ui layer (6f42a65)
  • ui: enhance delegation with listr2 task lists and styled output (716193a)
  • ui: enhance doctor and error manager with new ui layer (57016f3)
  • ui: enhance help and profile commands with new ui layer (f3ed359)
  • ui: enhance section headers with gradient and rename profile to api (073a5e1)

5.3.0 (2025-12-01)

Features

5.3.0-beta.4 (2025-12-01)

Bug Fixes

  • cliproxy: improve qwen oauth error handling (#33) (1c3374f), closes #29

5.3.0-beta.3 (2025-12-01)

Bug Fixes

  • prompt: improve password input handling with raw mode and buffer support (bc56d2e)

Features

  • profile: add profile command with configuration display (53d7a15)
  • shell-completion: add --force flag and fix zsh profile coloring (7faed1d)

5.2.1 (2025-12-01)

Bug Fixes

  • cliproxy: improve qwen oauth error handling (#33) (1c3374f), closes #29

5.3.0-beta.2 (2025-12-01)

Bug Fixes

  • cliproxy: improve qwen oauth error handling (7e0b0fe), closes #29

5.3.0-beta.1 (2025-12-01)

Bug Fixes

  • cliproxy: use double-dash flags for cliproxyapi auth (#24) (4c81f28)
  • glmt: handle 401 errors and headers-already-sent exception (#30) (c953382), closes #26

Features

  • cliproxy: add qwen code oauth provider support (#31) (a3f1e52), closes #29
  • cliproxy: auto-update cliproxyapi to latest release on startup (8873ccd)

5.2.0 (2025-12-01)

Features

  • release: trigger v5.2.0 release (7b65374)

5.1.1 (2025-12-01)

Bug Fixes

  • cliproxy: use double-dash flags for cliproxyapi auth (9489884)

5.1.1-beta.1 (2025-12-01)

Bug Fixes

  • cliproxy: use double-dash flags for cliproxyapi auth (#24) (4c81f28)

5.1.0 (2025-12-01)

Bug Fixes

  • ci: use pat token to bypass branch protection (04af7e7)

Features

  • release: implement semantic versioning automation with conventional commits (d3d9637)

Changelog

Format: Keep a Changelog

[5.0.0] - 2025-11-28

Added

  • CLIProxy OAuth Profiles: Three new zero-config profiles powered by CLIProxyAPI

    • ccs gemini - Google Gemini via OAuth (zero config)
    • ccs codex - OpenAI Codex via OAuth (zero config)
    • ccs agy - Antigravity (AGY) via OAuth (zero config)
  • Download-on-Demand Binary: CLIProxyAPI binary (~15MB) downloads automatically on first use

    • Supports 6 platforms: darwin/linux/windows × amd64/arm64
    • SHA256 checksum verification
    • 3x retry with exponential backoff
    • No npm package size impact
  • OAuth Authentication System (src/cliproxy/auth-handler.ts):

    • Browser-based OAuth flow with automatic token storage
    • Headless mode fallback (ccs gemini --auth --headless)
    • Token storage in ~/.ccs/cliproxy-auth/<provider>/
    • 2-minute OAuth timeout protection
  • CLIProxy Diagnostics in ccs doctor:

    • Binary installation status + version
    • Config file validation
    • OAuth status per provider (gemini/codex/agy)
    • Port 8317 availability check
  • Enhanced Error Messages (src/utils/error-manager.ts):

    • OAuth timeout troubleshooting
    • Port conflict resolution
    • Binary download failure with manual URL
  • New CLIProxy Module (src/cliproxy/):

    • binary-manager.ts - Download, verify, extract binary
    • platform-detector.ts - OS/arch detection for 6 platforms
    • cliproxy-executor.ts - Spawn/kill proxy pattern
    • config-generator.ts - Generate config.yaml per provider
    • auth-handler.ts - OAuth token management
    • types.ts - TypeScript type definitions
    • index.ts - Central exports

Changed

  • Profile Detection: New priority order
    1. CLIProxy profiles (gemini, codex, agy)
    2. Settings-based profiles (glm, glmt, kimi)
    3. Account-based profiles (work, personal)
    4. Default Claude CLI
  • Help Text: Updated with new OAuth profiles (alphabetically sorted)
  • Profile Detector: Added cliproxy profile type

Technical Details

  • Binary Version: CLIProxyAPI v6.5.27
  • Default Port: 8317 (TCP polling for readiness, no PROXY_READY signal)
  • Model Mappings:
    • Gemini: gemini-2.0-flash (opus: thinking-exp, haiku: flash-lite)
    • Codex: gpt-4o (opus: o1, haiku: gpt-4o-mini)
    • Antigravity: agy (sonnet: agy-pro, haiku: agy-turbo)
  • Storage:
    • Binary: ~/.ccs/bin/cliproxyapi
    • Tokens: ~/.ccs/cliproxy-auth/<provider>/
    • Config: ~/.ccs/cliproxy.config.yaml

Migration

  • No breaking changes: All existing profiles (glm, glmt, kimi, accounts) work unchanged
  • Zero configuration: OAuth profiles work out-of-box after browser login
  • Backward compatible: v4.x commands and workflows unchanged

[4.5.0] - 2025-11-27 (Phase 02 Complete)

Changed

  • Modular Command Architecture: Complete refactoring of command handling system
    • Main entry point (src/ccs.ts) reduced from 1,071 to 593 lines (44.6% reduction)
    • 6 command handlers extracted to dedicated modules in src/commands/
    • Enhanced maintainability through single responsibility principle
    • Command handlers can now be developed and tested independently

Added

  • Modular Command Handlers (src/commands/):

    • version-command.ts (3.0KB) - Version display functionality
    • help-command.ts (4.9KB) - Comprehensive help system
    • install-command.ts (957B) - Installation/uninstallation workflows
    • doctor-command.ts (415B) - System diagnostics
    • sync-command.ts (1.0KB) - Configuration synchronization
    • shell-completion-command.ts (2.1KB) - Shell completion management
  • New Utility Modules (src/utils/):

    • shell-executor.ts (1.5KB) - Cross-platform shell command execution
    • package-manager-detector.ts (3.8KB) - Package manager detection (npm, yarn, pnpm, bun)
  • TypeScript Type System:

    • src/types/ directory with comprehensive type definitions
    • Standardized CommandHandler interface for all commands
    • 100% TypeScript coverage across all new modules

Improved

  • Maintainability: Each command now has focused, dedicated module
  • Testing Independence: Command handlers can be unit tested in isolation
  • Development Workflow: Multiple developers can work on different commands simultaneously
  • Code Navigation: Developers can quickly locate specific command logic
  • Future Extension: New commands can be added without modifying main orchestrator

Technical Details

  • Zero Breaking Changes: All existing functionality preserved
  • Performance: No degradation, minor improvement due to smaller main file
  • Quality Gates: All Phase 01 ESLint strictness rules maintained
  • Type Safety: Comprehensive TypeScript coverage with zero any types
  • Interface Consistency: All commands follow standardized CommandHandler interface

[4.4.0] - 2025-11-23

Changed

  • BREAKING: settings.json now shared across profiles via symlinks
    • Each profile previously had isolated settings.json
    • Now all profiles share ~/.claude/settings.json
    • Migration automatic on install (uses ~/.claude/settings.json)
    • Backups created: <instance>/settings.json.pre-shared-migration
    • Rollback: restore backup manually if needed

Added

  • Doctor validates settings.json symlink integrity
  • Sync repairs broken settings.json symlinks
  • Migration from isolated to shared settings (automatic)

Fixed

  • Consistent shared data architecture across all .claude/ items

[4.3.10] - 2025-11-23

Fixed

  • Update Cache Issue: Fixed ccs update serving cached package versions instead of fresh downloads
  • Package manager cache is now automatically cleared before updating
  • Update now ensures users always receive the latest version from registry

Technical Details

  • Node.js (bin/ccs.js): Added cache clearing for npm, yarn, pnpm before update
    • npm: npm cache clean --force
    • yarn: yarn cache clean
    • pnpm: pnpm store prune
    • bun: No explicit cache clearing needed
  • Bash (lib/ccs): Added npm cache clean --force before npm update
  • PowerShell (lib/ccs.ps1): Added npm cache clean --force before npm update
  • Non-blocking: Update continues even if cache clearing fails (with warning)
  • Manual fallback commands: Updated to include cache clearing step

Impact

  • Users no longer need to manually run npm cache clean --force before ccs update
  • Resolves issue where update reported success but installed cached/outdated version
  • Ensures fresh package downloads from npm registry on every update

[4.3.8] - 2025-11-23

Fixed

  • ora v9 Compatibility: Fixed "ora is not a function" errors in ccs doctor and installer utilities
  • Properly handle ora v9+ ES module format when using CommonJS require()
  • All spinner-based operations now work correctly with ora v9.0.0

Technical Details

  • ora v9+ is an ES module, requiring .default property access in CommonJS
  • Updated import: const oraModule = require('ora'); ora = oraModule.default || oraModule
  • Fallback spinner implementation ensures graceful degradation when ora is unavailable
  • Affects: bin/management/doctor.js, bin/utils/claude-dir-installer.js, bin/utils/claude-symlink-manager.js
  • Impact: ccs doctor command and postinstall scripts now work correctly with latest ora version

[4.3.7] - 2025-11-23

Fixed

  • Postinstall Script: Fixed missing ~/.ccs/.claude/ directory during npm install
  • Made ora dependency optional in ClaudeDirInstaller and ClaudeSymlinkManager
  • Postinstall script now gracefully handles missing ora module during installation
  • Ensures .claude/ directory and symlinks are properly created even when ora is unavailable

Technical Details

  • Root cause: ora module not available during npm install postinstall execution
  • Solution: Optional require with fallback to console.log when ora is unavailable
  • Affects: bin/utils/claude-dir-installer.js, bin/utils/claude-symlink-manager.js
  • Impact: All npm installations now properly create ~/.ccs/.claude/ and CCS symlinks

[4.3.6] - 2025-11-23

Added

  • Plugin Support: Claude Code plugins now shared across all CCS profiles via ~/.ccs/shared/plugins/
  • Symlink architecture: ~/.claude/plugins/~/.ccs/shared/plugins/instance/plugins/
  • Install plugins once, use across GLM, GLMT, Kimi, and all Claude accounts
  • Cross-platform support with Windows fallback (copy mode)

[4.3.5] - 2025-11-22

Changed

  • Deprecated Agent Cleanup: Removed deprecated ccs-delegator.md agent file from installations
  • Enhanced installation process to automatically clean up obsolete files
  • Improved ccs sync command with migration logic for deprecated components

Removed

  • ccs-delegator.md: Agent file deprecated in favor of ccs-delegation skill (v4.3.2)
  • Clean up of package copy in ~/.ccs/.claude/agents/ccs-delegator.md
  • Clean up of user symlink in ~/.claude/agents/ccs-delegator.md

Added

  • Automatic migration marker system for tracking cleanup completion
  • Intelligent backup system for user-modified deprecated files
  • Version-aware migration logic following existing patterns

Migration

  • Automatic: Users upgrading from v4.3.2 or earlier will have deprecated files cleaned up automatically
  • Manual: Run ccs sync to trigger cleanup manually
  • Backups: User-modified files are backed up with timestamp before removal
  • Idempotent: Cleanup is safe to run multiple times

Technical Details

  • Integrated into npm postinstall script for automatic cleanup on package updates
  • Added to ccs sync command for manual cleanup operations
  • Uses migration markers in ~/.ccs/.migrations/v435-delegator-cleanup
  • Follows existing SharedManager migration patterns for consistency

[4.3.4] - 2025-11-22

Fixed

  • CCS Update Command: Enhanced ccs update to support multiple package managers
  • Added automatic detection for npm, yarn, pnpm, and bun package managers
  • Update commands now use the appropriate package manager automatically
  • Improved installation method detection for more reliable updates

[4.3.3] - 2025-11-21

⚠️ BREAKING CHANGES

  • CCS Delegation Commands Consolidated: Replaced 4 hardcoded commands with 2 intelligent commands
    • Old: /ccs:glm, /ccs:kimi, /ccs:glm:continue, /ccs:kimi:continue
    • New: /ccs (auto-selects profile), /ccs:continue (auto-detects profile)
    • Override with flags: /ccs --glm "task", /ccs --kimi "task"

Changed

  • Updated --help text across Node.js, Bash, and PowerShell implementations
  • Updated delegation examples in README.md and workflow documentation
  • Fixed CCS Doctor health checks to validate new command files
  • Updated user configuration templates with new command syntax

Added

  • Intelligent profile selection based on task analysis (reasoning, long-context, cost-optimized)
  • Support for custom profiles without creating new commands
  • Enhanced session management with automatic profile detection

Migration

Old Command New Command
/ccs:glm "task" /ccs "task" (or /ccs --glm "task")
/ccs:kimi "task" /ccs "task" (or /ccs --kimi "task")
/ccs:glm:continue /ccs:continue
/ccs:kimi:continue /ccs:continue

[4.1.5] - 2025-11-17

Added

  • Sync command (ccs sync) for updating delegation commands and skills
  • Short flag -sc for --shell-completion command
  • Enhanced version display with delegation status information

Changed

  • Auth help text now emphasizes concurrent account usage across all platforms
  • Help text standardization ensures consistent messaging across bash, PowerShell, and Node.js
  • Description text emphasizes running different Claude CLI sessions concurrently
  • GitHub documentation links updated to stable permalinks
  • Shell completions updated to include sync command and -sc flag

Fixed

  • Inconsistent help text across different platform implementations
  • Outdated description text to emphasize concurrent sessions over specific examples

[4.1.4] - 2025-11-17

Fixed

  • Shell completion ENOTDIR errors when parent path conflicts with existing files
  • Zsh completion syntax errors with _alternative and _describe functions
  • Reversed color application in zsh completion (commands vs descriptions)

Added

  • Enhanced shell completion UI/UX with descriptions and grouping
  • Color-coded completions for zsh and fish shells
  • Custom settings profile support in shell completions
  • Improved completion formatting with section headers and separators

Changed

  • Generalized help text removed specific account examples for broader applicability
  • Delegation help section clarified context and removed non-existent commands
  • Shell completion organization grouped by categories (commands, model profiles, account profiles)

[4.1.3] - 2025-11-17

Fixed

  • Doctor command delegation check false positive
    • Fixed ccs doctor incorrectly checking for delegation commands in ~/.ccs/shared/commands/ccs/ instead of ~/.ccs/.claude/commands/ccs/
    • Removed check for non-existent create.md file
    • Now correctly detects installed delegation commands (glm.md, kimi.md) after npm install
    • Users will no longer see "[!] Delegation commands not found" warning when delegation is properly installed

[4.1.2] - 2025-11-16

Fixed

  • Kimi API 401 errors caused by deprecated model fields
    • Removed ANTHROPIC_MODEL, ANTHROPIC_SMALL_FAST_MODEL, ANTHROPIC_DEFAULT_OPUS_MODEL, ANTHROPIC_DEFAULT_SONNET_MODEL, ANTHROPIC_DEFAULT_HAIKU_MODEL from Kimi settings
    • Kimi API update now rejects requests with these fields (previously optional, now break authentication)
    • Automatic migration removes deprecated fields from existing ~/.ccs/kimi.settings.json
    • Preserves user API keys and custom settings during migration
    • Updated config/base-kimi.settings.json template
    • Users experiencing 401 errors will be automatically fixed on next install/update

Changed

  • Kimi settings now minimal: only ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN required

[4.1.1] - 2025-11-16

Fixed

  • npm install fails to copy .claude/ directory to ~/.ccs/.claude/
    • Error: "[!] CCS .claude/ directory not found, skipping symlink installation"
    • Created bin/utils/claude-dir-installer.js utility to copy .claude/ from package
    • Updated scripts/postinstall.js to copy .claude/ before creating symlinks
    • Updated ccs update command to re-install .claude/ directory
    • Supports Node.js 14+ with fallback for versions < 16.7.0

Added

  • ClaudeDirInstaller utility class for managing .claude/ directory installation

[4.1.0] - 2025-11-16

Added

  • Selective .claude/ directory symlinking for shared resources across profiles
  • claude-symlink-manager.js utility for managing symlinks with Windows fallback
  • Enhanced ccs doctor command to verify .claude/ directory health
  • Postinstall script for automatic .claude/ directory setup
  • Stream-JSON output for real-time delegation visibility (--output-format stream-json --verbose)
  • Real-time tool tracking with verbose context (shows file paths, commands, patterns)
  • Smart slash command detection (preserves /cook, /plan, /commit in delegated prompts)
  • Signal handling (Ctrl+C/Esc kills delegated child processes, prevents orphans)
  • Comprehensive tool support (13 Claude Code tools: Bash, Read, Write, Edit, Glob, Grep, NotebookEdit, NotebookRead, SlashCommand, Task, TodoWrite, WebFetch, WebSearch)
  • Active task display for TodoWrite (shows current task instead of count)
  • Documentation: Stream-JSON workflow diagrams

Changed

  • Installers now create selective symlinks (commands/, skills/, agents/) instead of full directory copies
  • Windows support: Falls back to directory copying when symlinks unavailable
  • Profile-specific files (settings.json, sessions/, todolists/, logs/) remain isolated
  • Improved README with symlink architecture documentation
  • BREAKING: Delegation now uses stream-json instead of single JSON blob
  • Time-based limits replace turn-based limits (10min default timeout vs 20 max-turns)
  • Graceful termination with SIGTERM → SIGKILL fallback (2s grace period)
  • Removed --max-turns flag (deprecated, use timeout instead)
  • Simplified slash command docs (removed over-prescriptive instructions)
  • Internal tools (TodoWrite, Skill) now show meaningful progress

Fixed

  • Duplicate .claude/ resources across multiple profiles
  • Installer logic now handles symlink creation during setup
  • Orphaned claude -p processes after parent termination
  • Slash commands broken by IMPORTANT safety prefix
  • Slash commands detected as file paths (/home vs /cook)
  • Stream-json requires --verbose flag with -p
  • Tool output spam (filtered internal tools, show active tasks)

Removed

  • IMPORTANT safety prefix (broke slash command positioning)
  • Outdated test files (json-output.test.js, max-turns.test.js)
  • TTY detection (now shows progress unless CCS_QUIET=1)

[3.5.0] - 2025-11-15

Added

  • Shell auto-completion (bash, zsh, PowerShell, Fish)
  • --shell-completion command (auto-installs for detected shell with proper comment markers, cross-platform)
  • Error codes (E101-E901) with documentation at docs/errors/
  • Fuzzy matching "Did you mean?" suggestions (Levenshtein distance)
  • Progress indicators (doctor command: [n/9] counter, GLMT proxy startup spinner)
  • Interactive confirmation prompts for destructive operations
  • --yes/-y flag for automation (skips confirmations)
  • --json flag for auth commands (list, show)
  • Impact display (session count, paths) before profile deletion
  • Comprehensive test suite (15 tests, 100% pass rate)

Changed

  • Error boxes: Unicode (╔═╗) → ASCII (===) for cross-platform compatibility
  • JSON output uses CCS version (3.5.0) instead of separate schema version
  • Help text includes EXAMPLES section across all platforms
  • Test suite properly counts test cases (not assertions)

Fixed

  • Standalone installer dependency handling (now downloads error-codes, progress-indicator, prompt files)
  • --yes flag bug (returned false instead of true, preventing auto-confirmation)
  • Help text consistency between Node.js and bash versions (added Uninstall section to bash)
  • Test pass rate calculation (now excludes skipped tests from denominator)
  • Help section comparison (locale-specific sort order)

[3.4.6] - 2025-11-12

Added

  • GLMT ReasoningEnforcer: Prompt injection + API params hybrid (4 effort levels, always enabled)

Changed

  • Added GLMT production warnings (NOT PRODUCTION READY)
  • Streamlined CLAUDE.md (-337 lines)
  • Simplified GLMT controls: 4 mechanisms → 3 automatic
  • Locale + reasoning enforcement now always enabled

Removed

  • GLMT Budget Calculator mechanism (consolidated into automatic controls)
  • Deprecated GLMT environment variables (CCS_GLMT_FORCE_ENGLISH, CCS_GLMT_THINKING_BUDGET, CCS_GLMT_STREAMING)
  • Outdated test scenarios for removed environment variables

[3.4.5] - 2025-11-11

Fixed

  • Thinking block signature timing race (blocks appeared blank in Claude CLI UI)
  • Content verification guard in _createSignatureDeltaEvent() returns null if empty

Changed

  • Consolidated debug flags: CCS_DEBUG_LOG, CCS_GLMT_DEBUGCCS_DEBUG only

Added

  • 6 regression tests for thinking signature race (test-thinking-signature-race.js)

[3.4.4] - 2025-11-11

Fixed

  • Postinstall symlink creation (fixed require path to shared-manager.js)

[3.4.3] - 2025-11-11

Added

  • Keyword thinking control: think < think hard < think harder < ultrathink
  • Streaming auto-fallback on error

Changed

  • YAGNI/KISS: Removed budget-calculator.js, task-classifier.js (-272 LOC)
  • CCS_DEBUG_LOGCCS_DEBUG (backward compatible)

Removed

  • CCS_GLMT_THINKING_BUDGET, CCS_GLMT_STREAMING, CCS_GLMT_FORCE_ENGLISH env vars

Fixed

  • GLMT proxy path (glmt/glmt-proxy.js)
  • ultrathink effort: highmax

[3.4.2] - 2025-11-11

Changed

  • Version bump for npm CI workaround

[3.4.1] - 2025-11-11

Added

  • GLMT loop prevention (locale enforcer, budget calculator, task classifier, loop detector)
  • Env vars: CCS_GLMT_FORCE_ENGLISH, CCS_GLMT_THINKING_BUDGET
  • 110 GLMT tests (all passing)

Changed

  • Directory structure: bin/{glmt,auth,management,utils}, tests/{unit,integration}
  • Token savings: 50-80% for execution tasks

Fixed

  • Thinking parameter processing from Claude CLI
  • GLMT tool support (MCP tools, function calling)
  • Unbounded planning loops (20+ min → <2 min)
  • Chinese output issues

[3.4.0] - 2025-11-11

Added

  • GLMT streaming (5-20x faster TTFB: <500ms vs 2-10s)
  • SSEParser, DeltaAccumulator classes
  • Security limits (1MB SSE, 10MB content, 100 blocks)

[3.3.0] - 2025-11-11

Added

  • Debug mode: CCS_DEBUG_LOG=1
  • Verbose flag: ccs glmt --verbose
  • GLMT config defaults

[3.2.0] - 2025-11-10

Changed

  • BREAKING: Symlink-based shared data (was copy-based)
  • ~/.ccs/shared/ → ~/.claude/ symlinks
  • 60% faster installs

[3.1.1] - 2025-11-10

Fixed

  • Migration now runs during install (not on first ccs execution)

[3.1.0] - 2025-11-10

Added

  • Shared data architecture (commands/skills/agents shared across profiles)

[3.0.2] - 2025-11-10

Fixed

  • Profile creation no longer auto-sets as default
  • Help text simplified (40% shorter)

[3.0.1] - 2025-11-10

Added

  • Auto-recovery system for missing/corrupted configs
  • ccs doctor health check command
  • ErrorManager class

[3.0.0] - 2025-11-09

Added

  • Multi-account switching: Run multiple Claude accounts concurrently
  • Auth commands: create, list, show, remove, default
  • Profile isolation (sessions, todos, logs per profile)

BREAKING

  • Removed v2.x vault encryption
  • Login-per-profile model

[2.5.1] - 2025-11-07

Added

  • Kimi ANTHROPIC_SMALL_FAST_MODEL support

[2.5.0] - 2025-11-07

Added

  • Kimi integration

[2.4.9] - 2025-11-05

Fixed

  • Node.js DEP0190 warning

[2.4.8] - 2025-11-05

Fixed

  • Deprecation warning (platform-specific shell)

[2.4.7] - 2025-11-05

Fixed

  • Windows spawn EINVAL error

[2.4.6] - 2025-11-05

Fixed

  • Color detection, TTY handling

[2.4.5] - 2025-11-05

Added

  • Performance benchmarks (npm vs shell)

[2.4.3] - 2025-11-04

Fixed

  • CRITICAL: DEP0190 command injection vulnerability

[2.4.2] - 2025-11-04

Changed

  • Version bump for republish

[2.4.1] - 2025-11-04

Fixed

  • CRITICAL: Windows PATH detection
  • PowerShell terminal termination

[2.4.0] - 2025-11-04

Added

  • npm package support

BREAKING

  • Executables moved to lib/

[2.3.1] - 2025-11-04

Fixed

  • PowerShell syntax errors

[2.3.0] - 2025-11-04

Added

  • Custom Claude CLI path: CCS_CLAUDE_PATH

[2.2.3] - 2025-11-03

Added

  • ccs --uninstall command

[2.2.2] - 2025-11-03

Fixed

  • ccs --install via symlinks

[2.2.1] - 2025-11-03

Changed

  • Hardcoded versions (no VERSION file)

[2.2.0] - 2025-11-03

Added

  • Auto PATH configuration
  • Terminal colors (NO_COLOR support)

Changed

  • Unified install: ~/.local/bin (Unix)

Fixed

  • CRITICAL: Shell injection vulnerability

[2.1.0] - 2025-11-02

Changed

  • Windows uses --settings flag (27% code reduction)

[2.0.0] - 2025-11-02

BREAKING

  • Removed ccs son profile

Added

  • Config templates, installers/ folder

Fixed

  • CRITICAL: PowerShell env var crash

[1.1.0] - 2025-11-01

Added

  • Git worktrees support

[1.0.0] - 2025-10-31

Added

  • Initial release