-
Notifications
You must be signed in to change notification settings - Fork 81
Add CoStrict to list of AI coding assistants #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughA new supported agent entry for CoStrict was added to the README.md documentation. CoStrict is described as an enterprise-grade AI agent built for serious development. This is a documentation-only change with no code modifications. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
🔇 Additional comments (1)
README.md (1)
24-27: Addition is well-formatted and integrates smoothly.The CoStrict entry follows the established markdown format, includes a clear and professional description, and fits naturally within the Supported Agents section. Once the URL protocol is corrected, this documentation update is ready.
| - **[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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
| - **[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.
|
@qdaxb 你好,README.md 已更新,CoStrict 基于 RunVSAgent 接入使用很方便,非常感谢创建了这个项目 |
Update README.md to add CoStrict to the list of AI coding assistants
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.