7 Commits

Author SHA1 Message Date
bobo.yang
3fc21b920e update log text 2023-06-13 10:45:11 +08:00
bobo.yang
f7b26755db Update chatConfig.ts to prevent overwriting existing files
- Modified copyFileSync() to check if the target file exists before writing.
- Commented out the return statement in createChatDirectoryAndCopyInstructionsSync() to allow copying workflows.
2023-06-02 12:34:57 +08:00
bobo.yang
82faf14eb6 Separate VSCode from core logic for ISSUE #125
- Extract VSCode-related code from core logic.
- Improve modularity for easier unit testing.
2023-05-31 16:10:53 +08:00
bobo.yang
1bbe2a3e91 copy workflows to .chat even .chat exist 2023-05-11 10:48:52 +08:00
bobo.yang
7f2a869f3f Update .gitignore and refactor code
- Add DevChat related files to .gitignore
- Refactor package.json and settings
- Update commandManager.ts and remove example commands
- Implement customCommand.ts for handling custom commands
- Remove commitMessageCommand.ts and example commands
- Update chatConfig.ts and chatPanel.ts for new command handling
- Add new workflows for code and commit_message
2023-05-10 14:31:17 +08:00
bobo.yang
59d1a0eb3e add log 2023-05-09 10:34:33 +08:00
bobo.yang
bac73dadb1 refactor code 2023-05-05 21:27:40 +08:00