Remove unused ClineSay and -Ask type variants #2061
Merged
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.
Context
Some variants of
ClineSayandClineAskare unused.During rebasing of #2003, I decided it would be good to split that PR into two.
Implementation
Remove them.
Screenshots
None.
How to Test
Check if compiles and tests are passing.
Get in Touch
Discord handle: wkordalski
Important
Remove unused
ClineSayandClineAsktype variants from the codebase for cleaner type definitions.ClineSayvariants:task,tool,command,new_task_started,new_task,finishTaskfromroo-code.d.ts,types.ts, andindex.ts.ClineAskvariant:finishTaskfromroo-code.d.ts,types.ts, andindex.ts.ContextWindowProgress.test.tsxto replacesay: "task"withsay: "text".ChatRow.tsxto remove checks formessage.say === "tool".ChatView.tsxto remove handling forcase "task"andcase "tool"in switch statements.This description was created by
for c6b689a. It will automatically update as commits are pushed.