Skip to content

Commit a7433bf

Browse files
committed
Remove unused lite editor agent
1 parent 379244f commit a7433bf

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

agents/editor/editor-lite.ts

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

common/src/constants/free-agents.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ export const FREE_MODE_AGENT_MODELS: Record<string, Set<string>> = {
8181
// Command execution
8282
basher: new Set(['google/gemini-3.1-flash-lite-preview']),
8383

84-
// Editor for free mode
85-
'editor-lite': new Set(FREEBUFF_ALLOWED_MODEL_IDS),
86-
8784
// Code reviewer for free mode
8885
'code-reviewer-minimax': new Set([
8986
FREEBUFF_MINIMAX_MODEL_ID,

0 commit comments

Comments
 (0)