feat: enhance safety filters for shell commands by normalizing ANSI-C quoting
This commit is contained in:
@@ -46,9 +46,9 @@ impl Default for AppConfig {
|
||||
});
|
||||
providers.insert("router".to_string(), ProviderConfig {
|
||||
api_base: "https://9router.asepharyana.my.id/v1".to_string(),
|
||||
api_key_env: None,
|
||||
api_key_env: Some("ROUTER_API_KEY".to_string()),
|
||||
default_model: Some("claude-opus-4-8".to_string()),
|
||||
default_api_key: Some("sk-5281d60771dcd653-n01ipa-296e9a56".to_string()),
|
||||
default_api_key: None,
|
||||
});
|
||||
let mut model_roles = HashMap::new();
|
||||
model_roles.insert("default".to_string(), ModelRole {
|
||||
|
||||
Reference in New Issue
Block a user