Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit a825dfe

Browse files
committed
remove more
1 parent b8684bd commit a825dfe

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

agent/protocol.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -149,28 +149,15 @@ shutdown: [null, null]
149149

150150
```ts
151151
'graphql/currentUserId': [null, string]
152-
```
153-
<h2 id="graphql_currentUserIsPro"><a href="#graphql_currentUserIsPro" name="graphql_currentUserIsPro"><code>graphql/currentUserIsPro</code> (<img class="emoji" title=":arrow_right:" alt=":arrow_right:" src="https://github.githubassets.com/images/icons/emoji/unicode/27a1.png" height="20" width="20">)</a></h2>
154-
<p>Request sent from the client to client server.</p>
155-
156152

157-
```ts
158-
'graphql/currentUserIsPro': [null, boolean]
159-
```
160153
<h2 id="featureFlags_getFeatureFlag"><a href="#featureFlags_getFeatureFlag" name="featureFlags_getFeatureFlag"><code>featureFlags/getFeatureFlag</code> (<img class="emoji" title=":arrow_right:" alt=":arrow_right:" src="https://github.githubassets.com/images/icons/emoji/unicode/27a1.png" height="20" width="20">)</a></h2>
161154
<p>Request sent from the client to client server.</p>
162155

163156

164157
```ts
165158
'featureFlags/getFeatureFlag': [{ flagName: string; }, boolean | null]
166159
```
167-
<h2 id="graphql_getCurrentUserCodySubscription"><a href="#graphql_getCurrentUserCodySubscription" name="graphql_getCurrentUserCodySubscription"><code>graphql/getCurrentUserCodySubscription</code> (<img class="emoji" title=":arrow_right:" alt=":arrow_right:" src="https://github.githubassets.com/images/icons/emoji/unicode/27a1.png" height="20" width="20">)</a></h2>
168-
<p>Request sent from the client to client server.</p>
169-
170160

171-
```ts
172-
'graphql/getCurrentUserCodySubscription': [null, CurrentUserCodySubscription | null]
173-
```
174161
<h2 id="telemetry_recordEvent"><a href="#telemetry_recordEvent" name="telemetry_recordEvent"><code>telemetry/recordEvent</code> (<img class="emoji" title=":arrow_right:" alt=":arrow_right:" src="https://github.githubassets.com/images/icons/emoji/unicode/27a1.png" height="20" width="20">)</a></h2>
175162
<p>Request sent from the client to client server.</p>
176163
<p>Description: Record telemetry events.</p>

jetbrains/src/main/kotlin/com/sourcegraph/cody/agent/protocol/GetFeatureFlag.kt

Lines changed: 0 additions & 8 deletions
This file was deleted.

jetbrains/src/main/kotlin/com/sourcegraph/cody/agent/protocol_extensions/CurrentUserCodySubscription.kt

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)