Skip to content

Conversation

@mashraf-222
Copy link
Contributor

No description provided.

…s from the CLI, common CLI flags, and clarified error messages related to module-root and benchmarks. Updated VS Code extension setup instructions for better clarity.
@Saga4
Copy link
Contributor

Saga4 commented Jan 27, 2026

@mashraf-222 The docs used to create a staging link for review earlier. Not sure why it doesnt create in PR reviews now.

3. **Optimize Button** — Click the **Optimize** button (with lightning bolt icon) to queue the selected function for optimization
1. **FILE** — pick a Python file from your workspace.
2. **FUNCTION/METHOD** — pick a specific function or method in that file.
3. **Optimize** — click the lightning button to queue that function for optimization.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can add a lightning button emoji here


3. **Optimize Button** — Click the **Optimize** button (with lightning bolt icon) to queue the selected function for optimization
1. **FILE** — pick a Python file from your workspace.
2. **FUNCTION/METHOD** — pick a specific function or method in that file.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here the file which user is looking if its not part of the module path that can cause them strangled.

- **`--file PATH`**: Optimize only this file.
- **`--function NAME`**: Optimize only this function (requires `--file`).
- **`--all [PATH]`**: Optimize all functions, optionally under a path.
- **`--no-pr`**: Apply changes locally instead of creating a pull request.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Adding examples for each would be helpful with placeholder I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants