Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/tools/context/dspyground.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tools:

DSPyGround is a visual prompt optimization playground powered by the GEPA (Genetic-Pareto Evolutionary Algorithm) optimizer. It provides an intuitive web interface for iterative prompt optimization with real-time feedback and multi-dimensional metrics.

**Note**: DSPyGround is an optional tool installed separately from the aidevops CLI. Install it when you need visual prompt optimization capabilities.
**Note**: DSPyGround is an optional tool installed separately from the aidevops CLI. You can install it via `npm install -g dspyground` when you need visual prompt optimization capabilities.

## 🚀 **Quick Start**
Comment on lines +37 to 39

Choose a reason for hiding this comment

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

medium

For better readability and to make the command easier for users to copy, consider placing it in a separate code block. This makes the command stand out more clearly from the surrounding text.

Suggested change
**Note**: DSPyGround is an optional tool installed separately from the aidevops CLI. You can install it via `npm install -g dspyground` when you need visual prompt optimization capabilities.
## 🚀 **Quick Start**
**Note**: DSPyGround is an optional tool installed separately from the aidevops CLI. To install it when you need visual prompt optimization capabilities, run the following command:
npm install -g dspyground


Expand Down
Loading