Skip to content

Commit c75845f

Browse files
committed
more permissions to reduce onboarding steps
1 parent 779987e commit c75845f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

agents/optimizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ description: |
6060
model: inherit
6161
maxTurns: 15
6262
color: cyan
63-
tools: Read, Glob, Grep, Bash, Write, Edit
63+
tools: Read, Glob, Grep, Bash, Write, Edit, Task
6464
---
6565

6666
You are a thin-wrapper agent that runs the codeflash CLI to optimize Python, Java, and JavaScript/TypeScript code.

commands/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Set up codeflash permissions so optimization runs automatically without prompting"
33
argument-hint: ""
4-
allowed-tools: Bash, Read, Write, Edit
4+
allowed-tools: Bash, Read, Write, Edit, Task, Grep, Glob, Bash(*codeflash*), Bash(git *)
55
---
66

77
Help the user configure their project so that `codeflash --subagent` runs automatically without permission prompts.

skills/optimize/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ user-invocable: true
55
argument-hint: "[--file] [--function] [--subagent]"
66
context: fork
77
agent: codeflash:optimizer
8-
allowed-tools: Task
8+
allowed-tools: Task, Read, Grep, Glob, Bash(*codeflash*), Bash(git *)
99
---
1010

1111
Optimize code using Codeflash.

0 commit comments

Comments
 (0)