Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/20250226-SplitCommands #326

Merged
merged 7 commits into from
Feb 26, 2025
Merged

Conversation

arbs-io
Copy link
Owner

@arbs-io arbs-io commented Feb 26, 2025

๐Ÿ› ๏ธ src/commands/embeddings/settings.ts -> Updated Command to ICommand
๐Ÿ› ๏ธ src/commands/explorer/copyClipboardFolderMarkdown.ts -> Updated Command to ICommand
๐Ÿ› ๏ธ src/commands/messages/copyClipboardMessage.ts -> Updated Command to ICommand
๐Ÿ› ๏ธ src/commands/scm/generateComments.ts -> Updated Command to ICommand

๐Ÿ› ๏ธ src/commands/commandManager.ts -> Updated to use ICommand interface
๐Ÿ› ๏ธ src/commands/commandManager.ts -> Removed old Command interface
โ€ฆICommand.

๐Ÿ› ๏ธ src/commands/conversation/copyClipboardSummary.ts -> Updated Command to ICommand.
๐Ÿ› ๏ธ src/commands/conversation/delete.ts -> Replaced Command with ICommand.
๐Ÿ› ๏ธ src/commands/conversation/newPersona.ts -> Switched from Command to ICommand.
๐Ÿ› ๏ธ src/commands/conversation/newStandard.ts -> Altered Command to ICommand.
๐Ÿ› ๏ธ src/commands/index.ts -> Modified exports for Command and ICommand.
๐Ÿ› ๏ธ src/commands/conversation/openMarkdown.ts -> updated Command to ICommand
๐Ÿ› ๏ธ src/commands/conversation/openWebview.ts -> updated Command to ICommand
๐Ÿ› ๏ธ src/commands/conversations/deleteAll.ts -> updated Command to ICommand
๐Ÿ› ๏ธ src/commands/conversations/refresh.ts -> updated Command to ICommand
๐Ÿ› ๏ธ src/commands/conversations/settings.ts -> updated Command to ICommand
๐Ÿ› ๏ธ src/commands/editor/codeBounty.ts -> updated Command to ICommand
๐Ÿ› ๏ธ src/commands/editor/codeExplain.ts -> Changed Command to ICommand
๐Ÿ› ๏ธ src/commands/editor/codeOptimize.ts -> Changed Command to ICommand
๐Ÿ› ๏ธ src/commands/editor/codePatterns.ts -> Changed Command to ICommand
๐Ÿ› ๏ธ src/commands/editor/settings.ts -> Changed Command to ICommand
๐Ÿ› ๏ธ src/commands/embeddings/newConversationEmbedding.ts -> Changed Command to ICommand
๐Ÿ› ๏ธ src/commands/embeddings/newConversationEmbeddingAll.ts -> Changed Command to ICommand
๐Ÿ› ๏ธ src/commands/embeddings/newEmbeddingFile.ts -> Changed Command to ICommand
๐Ÿ› ๏ธ src/commands/embeddings/newEmbeddingFolder.ts -> Changed Command to ICommand
๐Ÿ› ๏ธ src/commands/embeddings/settings.ts -> Updated Command to ICommand
๐Ÿ› ๏ธ src/commands/explorer/copyClipboardFolderMarkdown.ts -> Updated Command to ICommand
๐Ÿ› ๏ธ src/commands/messages/copyClipboardMessage.ts -> Updated Command to ICommand
๐Ÿ› ๏ธ src/commands/scm/generateComments.ts -> Updated Command to ICommand
@arbs-io arbs-io merged commit 94d3f5d into main Feb 26, 2025
1 check passed
@arbs-io arbs-io deleted the feature/20250226-SplitCommands branch February 26, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant