We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24babd9 commit 2209d4aCopy full SHA for 2209d4a
2 files changed
skills/optimize/SKILL.md
@@ -10,7 +10,7 @@ Run the `codeflash` CLI to optimize code for performance.
10
11
## Build the command
12
13
-Start with: `codeflash --subagent` for Python and Java Code
+Start with: `codeflash --subagent` for Python and Java Code or `uv run codeflash --subagent` if a `uv.lock` file is present.
14
Start with: `npx codeflash --subagent`for JS/TS Code
15
16
Then add flags based on `$ARGUMENTS`:
skills/setup/SKILL.md
@@ -19,7 +19,11 @@ For python and java code
19
```bash
20
which codeflash
21
```
22
-
+or
23
+```bash
24
+uv run codeflash --version
25
+```
26
+if a `uv.lock` file is present in the directory.
27
For JS/TS code
28
29
npx codeflash --version
0 commit comments