9 Commits

Author SHA1 Message Date
yuantao
75fffd5720 'clear' 2026-03-27 16:44:39 +08:00
yuantao
1b742b91b5 chore: add node_modules dependencies
- Add all npm dependencies for the project

🤖 Generated with [Qoder](https://qoder.com)
2026-03-27 15:37:13 +08:00
yuantao
84bb32d5d4 chore: add packaged extension
- Add VSIX package for distribution

🤖 Generated with [Qoder](https://qoder.com)
2026-03-27 15:37:01 +08:00
yuantao
12201d1a1e chore: add package-lock.json
- Lock dependency versions for reproducible builds

🤖 Generated with [Qoder](https://qoder.com)
2026-03-27 15:36:52 +08:00
yuantao
5fdd678aef docs: add README documentation
- Add project description and features
- Document usage instructions and commands
- Add configuration options table
- Include installation and development guide

🤖 Generated with [Qoder](https://qoder.com)
2026-03-27 15:36:44 +08:00
yuantao
1d777402dc chore: add compiled JavaScript output
- Add compiled extension.js and source maps
- Generated from TypeScript source

🤖 Generated with [Qoder](https://qoder.com)
2026-03-27 15:36:35 +08:00
yuantao
a7dff850c7 feat: implement terminal tab extension
- Add extension.ts with command registration and terminal management
- Add toolProvider.ts for tool provider implementation
- Support opening terminal in editor tab
- Auto-launch qodercli on terminal open
- Add lock editor group functionality

🤖 Generated with [Qoder](https://qoder.com)
2026-03-27 15:36:27 +08:00
yuantao
02c6b628fd chore: add VS Code workspace configuration
- Add launch.json for debugging configuration
- Add tasks.json for build tasks

🤖 Generated with [Qoder](https://qoder.com)
2026-03-27 15:35:47 +08:00
yuantao
e9687fec95 chore: add project configuration files
- Add package.json with extension metadata and dependencies
- Add tsconfig.json for TypeScript compilation
- Add .eslintrc.json for code linting
- Add .vscodeignore for packaging exclusions

🤖 Generated with [Qoder](https://qoder.com)
2026-03-27 15:35:36 +08:00