9 Commits

Author SHA1 Message Date
bobo.yang
dc1836510d remove command and action extension 2023-11-29 23:34:15 +08:00
bobo.yang
e0c638e3c0 remove duplicated contexts 2023-08-09 15:58:15 +08:00
bobo.yang
c41fe6906b Remove unnecessary comment in contextManager
- Remove comment "// 处理所有命令" from processText method.
2023-07-24 00:11:56 +08:00
bobo.yang
77493db13f Add symbol references and definitions contexts
- Created two new contexts for symbol references and definitions.
- Updated the handler in ChatContext interface to return an array of strings.
- Updated the processText method in ChatContextManager to return an array of strings.
- Registered the new contexts in loadContexts.ts.
- Updated the addContext function to handle multiple context strings.
2023-07-24 00:11:56 +08:00
bobo.yang
3fc21b920e update log text 2023-06-13 10:45:11 +08:00
bobo.yang
80d72ad04d Improve error handling and code quality
- Replace '==' with '===' in contextManager.ts and sendMessageBase.ts.
- Add try-catch block in devchat.ts to handle JSON parsing errors.
- Remove unused import in topicManager.ts.
- Use .flat() method for iterating logEntries in topicManager.ts.
2023-06-06 17:53:00 +08:00
bobo.yang
c58c72ab25 Improve error handling and display in UI
- Add UiUtilWrapper.showErrorMessage() method in uiUtil.ts.
- Update contextManager.ts to display error messages using UiUtilWrapper.
- Refactor CommandRun error handling in commonUtil.ts.
- Implement showErrorMessage() in uiUtil_vscode.ts.
2023-06-06 11:31:57 +08:00
bobo.yang
cbd3b8fc77 Update unspecified changes
- This commit message is a placeholder for unspecified changes.
- Please provide more context or specific changes to create a more accurate commit message.
2023-06-02 09:58:44 +08:00
bobo.yang
bac73dadb1 refactor code 2023-05-05 21:27:40 +08:00