File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ const FREEBUFF_REMOVED_COMMANDS = new Set([
174174 'publish' ,
175175 'gpt-5-agent' ,
176176 'connect:claude' ,
177- 'review' ,
178177] )
179178
180179const ALL_COMMANDS : CommandDefinition [ ] = [
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ const FREEBUFF_REMOVED_COMMAND_IDS = new Set([
3939 'refer-friends' ,
4040 'usage' ,
4141 'subscribe' ,
42- 'review' ,
4342 'agent:gpt-5' ,
4443 'image' ,
4544 'publish' ,
Original file line number Diff line number Diff line change 66 * Feature flag for ChatGPT OAuth (connect:chatgpt) functionality.
77 * Default OFF until validated.
88 */
9- export const CHATGPT_OAUTH_ENABLED = false
9+ export const CHATGPT_OAUTH_ENABLED = true
1010
1111/** OAuth client id used by Codex-compatible OAuth ecosystems. */
1212export const CHATGPT_OAUTH_CLIENT_ID = 'app_EMoamEEZ73f0CkXaXp7hrann'
You can’t perform that action at this time.
0 commit comments