refactor(settings): 移除无效的配置项
- 移除 maxTokens/temperature 滑块(后端从不使用) - 移除 allowedPaths/deniedPaths 显示(权限通过 handler 处理) - Settings 面板只保留 workdir 和 Summary Model 配置
This commit is contained in:
@@ -83,12 +83,7 @@ export interface FileTreeResponse {
|
||||
}
|
||||
|
||||
export interface ServerConfig {
|
||||
model: string;
|
||||
maxTokens: number;
|
||||
temperature: number;
|
||||
workdir: string;
|
||||
allowedPaths: string[];
|
||||
deniedPaths: string[];
|
||||
}
|
||||
|
||||
// ============ Command 相关 ============
|
||||
|
||||
Reference in New Issue
Block a user