Merged
Conversation
Owner
Author
|
Hi @lazymaniac and hope you're well. I wanted to give you the heads up that for Moving forward, I want to keep the features that CodeCompanion provides to a core minimum, leaning heavily into the extensions API that we have. The tool itself is fantastic and I've enjoyed using it, however it's complex and worthy of being its own plugin that users can include. Didn't want this to be seen as me not being thankful for your efforts and the hard yards you put in to get it over the line. I truly am appreciative of that. |
Contributor
|
Hey, @olimorris no worries. You're the captain of the ship and I fully respect your decisions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The
list_code_usages_toolstands out as being complex, verbose and not fitting in with how I want CodeCompanion to feel to users (switching and parsing of buffers). It also doesn't match the speed and precision of thegrep_searchtool. Removing it as part of a breaking change forv19.0.0.Checklist
make allto ensure docs are generated, tests pass and StyLua has formatted the code