Skip to content

Commit

Permalink
Remove deprecated CodyAgentServer.kt (sourcegraph#6361)
Browse files Browse the repository at this point in the history
<!-- start git-machete generated -->

# Based on PR sourcegraph#6293

## Full chain of PRs as of 2024-12-16

* PR sourcegraph#6361:
`mkondratek/chore/drop-deprecated-server` ➔
`mkondratek/migrate-api/testing/requestErrors`
* PR sourcegraph#6293:
  `mkondratek/migrate-api/testing/requestErrors` ➔ `main`

<!-- end git-machete generated -->


## Test plan

N/A, code refactoring

## Changelog

<!-- OPTIONAL; info at
https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c
-->
  • Loading branch information
mkondratek authored Dec 16, 2024
1 parent fd0482e commit 7153b02
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 233 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ log:
params: []
textJSON:
query: |-
query CurrentSiteCodyLlmConfiguration {
site {
codyLLMConfiguration {
Expand Down Expand Up @@ -449,7 +449,7 @@ log:
params: []
textJSON:
query: |-
query CurrentSiteCodyLlmConfiguration {
site {
codyLLMConfiguration {
Expand Down Expand Up @@ -562,7 +562,7 @@ log:
params: []
textJSON:
query: |-
query CurrentSiteCodyLlmProvider {
site {
codyLLMConfiguration {
Expand Down Expand Up @@ -675,7 +675,7 @@ log:
params: []
textJSON:
query: |-
query CurrentUser {
currentUser {
id
Expand Down Expand Up @@ -810,7 +810,7 @@ log:
params: []
textJSON:
query: |-
query CurrentUserCodySubscription {
currentUser {
codySubscription {
Expand Down Expand Up @@ -933,7 +933,7 @@ log:
params: []
textJSON:
query: |-
query SiteProductVersion {
site {
productVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import com.sourcegraph.cody.agent.protocol.*
import com.sourcegraph.cody.agent.protocol_extensions.ProtocolTextDocumentExt
import com.sourcegraph.cody.agent.protocol_generated.ClientCapabilities
import com.sourcegraph.cody.agent.protocol_generated.ClientInfo
import com.sourcegraph.cody.agent.protocol_generated.CodyAgentServer
import com.sourcegraph.cody.agent.protocol_generated.ProtocolTypeAdapters
import com.sourcegraph.cody.agent.protocol_generated.WebviewNativeConfig
import com.sourcegraph.cody.ui.web.WebUIServiceWebviewProvider
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 7153b02

Please sign in to comment.