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)