@aion0/forge 0.10.23 → 0.10.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -200,9 +200,6 @@ interface Settings {
200
200
  notifyOnFailure: boolean;
201
201
  tunnelAutoStart: boolean;
202
202
  telegramTunnelPassword: string;
203
- taskModel: string;
204
- pipelineModel: string;
205
- telegramModel: string;
206
203
  skipPermissions: boolean;
207
204
  notificationRetentionDays: number;
208
205
  maxConcurrentPipelines: number;
@@ -228,9 +225,6 @@ export default function SettingsModal({ onClose }: { onClose: () => void }) {
228
225
  notifyOnFailure: true,
229
226
  tunnelAutoStart: false,
230
227
  telegramTunnelPassword: '',
231
- taskModel: 'sonnet',
232
- pipelineModel: 'sonnet',
233
- telegramModel: 'sonnet',
234
228
  skipPermissions: false,
235
229
  notificationRetentionDays: 30,
236
230
  maxConcurrentPipelines: 5,