- Deleted the old cc.ts command and created a new cc.ts under src/command/claude for better organization.
- Added support for a new model 'bailian' in the command.
- Implemented remote app connection status and connection routes in assistant/src/routes/remote/index.ts.
- Updated index.ts to reflect the new path for the cc command.
- Added a placeholder for future management of plugin operations in src/command/opencode/plugin.ts.
- Added installation command for the CLI tool in README.
- Enhanced deploy command with debug logging for upload results and query app version.
- Integrated useKey for fetching KEVISUAL_TOKEN in get-config module.
- Added debug logging in queryAppVersion for better traceability.
- Updated temp.md with new dependency and example command for deployment.
- Changed WebSocket connection URL to localhost for testing.
- Added a function to send system version to the server upon connection and after a delay.
- Improved logging for received messages.
chore: update package dependencies
- Bump versions for several dependencies including @kevisual/query, lucide-react, vue, and others.
- Update package manager version to pnpm@10.26.1.
fix: adjust app initialization to use sessionStorage
- Modified the app initialization to use a custom sessionStorage implementation backed by an LRU cache.
feat: implement sessionStorage with LRU cache
- Added a new module for sessionStorage that utilizes LRUCache for efficient caching.
- Bump packageManager from pnpm@10.25.0 to pnpm@10.26.0
- Update @kevisual/router from ^0.0.37 to ^0.0.39
- Update @types/node from ^24.10.2 to ^25.0.3
- Update inquirer from ^13.0.2 to ^13.1.0
- Update lodash-es from ^4.17.21 to ^4.17.22
- Update send from ^1.2.0 to ^1.2.1
- Update version of @kevisual/cli from 0.0.74 to 0.0.75 in package.json
- Update pnpm-lock.yaml to reflect changes in dependencies and versions
- Update @kevisual/query to 0.0.32 and @kevisual/router to 0.0.37
- Restructure AI command interface with run and deploy subcommands
- Add comprehensive logging throughout cmd-execution flow
- Improve sync module with better configuration handling
- Add clickable link functionality in logger
- Enhance error handling and debugging capabilities
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>