Fix claude
This commit is contained in:
committed by
pullfrog[bot]
parent
02a498e0cb
commit
1f2f671be0
@@ -136852,7 +136852,6 @@ var claude = agent({
|
||||
install: installClaude,
|
||||
run: async (ctx) => {
|
||||
const cliPath = await installClaude();
|
||||
delete process.env.ANTHROPIC_API_KEY;
|
||||
const model = claudeEffortModels[ctx.effort];
|
||||
log.info(`\xBB using model: ${model} (effort: ${ctx.effort})`);
|
||||
const disallowedTools = buildDisallowedTools(ctx);
|
||||
|
||||
Reference in New Issue
Block a user