Skip to content
Open
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RunVSAgent is an innovative cross-platform development tool that enables develop
- **[Roo Code](https://roocode.com)**: Advanced AI-powered coding assistant with intelligent code generation and refactoring capabilities
- **[Cline](https://cline.bot)**: Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
- **[Kilo Code](https://kilocode.ai)**: Open-source VS Code AI agent
- **[CoStrict](http://costrict.ai/)**: An enterprise-grade AI agent built for serious development
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Use HTTPS for the CoStrict URL to match existing entries.

The new CoStrict entry uses http://costrict.ai/ while all other agent links use https://. For consistency and security best practices, update the URL to use HTTPS.

Apply this diff to fix the URL protocol:

-- **[CoStrict](http://costrict.ai/)**: An enterprise-grade AI agent built for serious development
+- **[CoStrict](https://costrict.ai/)**: An enterprise-grade AI agent built for serious development
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- **[CoStrict](http://costrict.ai/)**: An enterprise-grade AI agent built for serious development
- **[CoStrict](https://costrict.ai/)**: An enterprise-grade AI agent built for serious development
🤖 Prompt for AI Agents
In README.md around line 27, the CoStrict entry uses an http URL while the rest
of agent links use https; update the link to use https://costrict.ai/ so it
matches other entries and follows secure/consistent URL usage — replace the
protocol from http to https in that line.


## 🔧 Supported IDEs

Expand Down