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

Commit e6143f7

Browse files
philipp-spiessSteve Yegge
authored andcommitted
1 parent 1bb8943 commit e6143f7

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

lib/shared/src/experimentation/FeatureFlagProvider.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ export enum FeatureFlag {
4141
// (Enabling users to use Cody Pro for free for 3-months starting in late Q4'2023.)
4242
CodyProTrialEnded = 'cody-pro-trial-ended',
4343

44-
// A feature flag to test potential chat experiments. No functionality is gated by it.
45-
CodyChatMockTest = 'cody-chat-mock-test',
4644
// When enabled, fuses embeddings and symf context for chat.
4745
CodyChatFusedContext = 'cody-chat-fused-context',
4846

vscode/src/main.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
type ChatEventSource,
55
ConfigFeaturesSingleton,
66
type ConfigurationWithAccessToken,
7-
FeatureFlag,
87
PromptMixin,
98
featureFlagProvider,
109
graphqlClient,
@@ -201,9 +200,6 @@ const register = async (
201200
contextProvider,
202201
}
203202

204-
// Evaluate a mock feature flag for the purpose of an A/A test. No functionality is affected by this flag.
205-
await featureFlagProvider.evaluateFeatureFlag(FeatureFlag.CodyChatMockTest)
206-
207203
const chatManager = new ChatManager(
208204
{
209205
...messageProviderOptions,

0 commit comments

Comments
 (0)