This commit is contained in:
Gabriel Gordon-Hall
2025-08-14 15:42:28 +01:00
committed by GitHub
parent bcb7e53607
commit 2e07aa1a49

View File

@@ -116,7 +116,7 @@ impl AgentProfile {
label: "amp".to_string(),
agent: BaseCodingAgent::Amp,
command: CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1752148945-gd8844f")
.params(vec!["--format=jsonl"]),
.params(vec!["--format=jsonl", "--dangerously-allow-all"]),
mcp_config_path: None,
}
}