You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands like codegate version are forwarded to the LLM rather than bypassing it.
The root cause is that the code implementing the short-circuit logic was removed during refactoring and never added back again. Note that the linked code would not work as-is and must be rewritten to behave in the same way.
Steps to Reproduce
Using any assistant, open a chat window and enter codegate version.
Operating System
Other
IDE and Version
Any
Extension and Version
Any
Provider
Other
Model
Any
Codegate version
9c51b4d0134a
Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
While refactoring I removed three lines of coding managing
short-circuited requests. We short-circuit requests to implement
`codegate version`, `codegate workspace`, and similar commands.
Given we now have a provider-native representation of the messages, it
is necessary to produce the right message for the given request and
provider, so some code must be added in provider-specific modules to
handle that.
Fixes#1362
Describe the issue
Commands like
codegate version
are forwarded to the LLM rather than bypassing it.The root cause is that the code implementing the short-circuit logic was removed during refactoring and never added back again. Note that the linked code would not work as-is and must be rewritten to behave in the same way.
Steps to Reproduce
Using any assistant, open a chat window and enter
codegate version
.Operating System
Other
IDE and Version
Any
Extension and Version
Any
Provider
Other
Model
Any
Codegate version
9c51b4d0134a
Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: