mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 05:11:06 -05:00
Remove max requests per task settings option
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export const DEFAULT_MAX_REQUESTS_PER_TASK = 20
|
||||
@@ -15,7 +15,6 @@ export interface ExtensionMessage {
|
||||
export interface ExtensionState {
|
||||
version: string
|
||||
apiConfiguration?: ApiConfiguration
|
||||
maxRequestsPerTask?: number
|
||||
customInstructions?: string
|
||||
alwaysAllowReadOnly?: boolean
|
||||
themeName?: string
|
||||
@@ -35,7 +34,6 @@ export interface ClaudeMessage {
|
||||
}
|
||||
|
||||
export type ClaudeAsk =
|
||||
| "request_limit_reached"
|
||||
| "followup"
|
||||
| "command"
|
||||
| "command_output"
|
||||
|
||||
@@ -3,7 +3,6 @@ import { ApiConfiguration, ApiProvider } from "./api"
|
||||
export interface WebviewMessage {
|
||||
type:
|
||||
| "apiConfiguration"
|
||||
| "maxRequestsPerTask"
|
||||
| "customInstructions"
|
||||
| "alwaysAllowReadOnly"
|
||||
| "webviewDidLaunch"
|
||||
|
||||
Reference in New Issue
Block a user