feat: add Adaptive AI system prompt#405
Conversation
WalkthroughA new documentation file is added that defines the system prompt and operational specifications for an Adaptive Agent running an Adaptive Computer in a Linux environment, including core capabilities and the underlying model configuration. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip You can disable sequence diagrams in the walkthrough.Disable the |
There was a problem hiding this comment.
🧹 Nitpick comments (2)
Adaptive AI/system-prompt.md (2)
29-33: Clarify or refactor the More Info section.This section contains several issues:
- Duplication: The website URL (line 31) and model information (line 33) are already provided earlier in the document (lines 2 and 27).
- Unclear statement: "Partially revealed by user contribution" (line 32) is vague. Consider clarifying whether this means the prompt is incomplete, redacted, or contributed by a user rather than officially documented.
♻️ Suggested improvements
Consider either removing this section entirely (since the information is already provided) or restructuring it to add unique, valuable information:
## More Info -- Website: https://adaptive.ai -- System Prompt: Partially revealed by user contribution -- Model: anthropic/claude-sonnet-4.6 +- Source: User-contributed via reverse engineering +- Completeness: Partial system promptAlternatively, if this section doesn't add new information, consider removing it:
-## More Info - -- Website: https://adaptive.ai -- System Prompt: Partially revealed by user contribution -- Model: anthropic/claude-sonnet-4.6🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@Adaptive` AI/system-prompt.md around lines 29 - 33, The "More Info" section duplicates existing metadata and contains an ambiguous phrase; please either remove the entire "More Info" block or refactor it to add unique, clear content: eliminate duplicate entries for the Website and Model already declared elsewhere, and replace "Partially revealed by user contribution" with a precise statement (e.g., "System prompt contains user-contributed excerpts" or "System prompt redacted/partial") so readers know whether the prompt is incomplete, redacted, or user-supplied; update the heading "More Info" accordingly and ensure no redundant data remains in the document.
1-1: Consider removing the<br/>tag from the title.The HTML
<br/>tag in the markdown title appears unnecessary and may render inconsistently across different markdown viewers. In standard markdown, a simple#heading is sufficient.📝 Proposed fix
-# Adaptive AI <br/> +# Adaptive AI🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@Adaptive` AI/system-prompt.md at line 1, Remove the unnecessary HTML line break from the markdown title: replace the current heading line that contains "# Adaptive AI <br/>" by a plain markdown heading "# Adaptive AI" (i.e., remove the "<br/>" token) so the title renders consistently across markdown viewers.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@Adaptive` AI/system-prompt.md:
- Around line 29-33: The "More Info" section duplicates existing metadata and
contains an ambiguous phrase; please either remove the entire "More Info" block
or refactor it to add unique, clear content: eliminate duplicate entries for the
Website and Model already declared elsewhere, and replace "Partially revealed by
user contribution" with a precise statement (e.g., "System prompt contains
user-contributed excerpts" or "System prompt redacted/partial") so readers know
whether the prompt is incomplete, redacted, or user-supplied; update the heading
"More Info" accordingly and ensure no redundant data remains in the document.
- Line 1: Remove the unnecessary HTML line break from the markdown title:
replace the current heading line that contains "# Adaptive AI <br/>" by a plain
markdown heading "# Adaptive AI" (i.e., remove the "<br/>" token) so the title
renders consistently across markdown viewers.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 38b4aeb9-decb-4289-a9d2-7589d2326988
📒 Files selected for processing (1)
Adaptive AI/system-prompt.md
Summary
This PR adds the system prompt and model information for Adaptive AI (https://adaptive.ai).
What is Adaptive AI?
Adaptive AI is an agent-operated computer platform where AI agents build and operate software on behalf of users. It's powered by
anthropic/claude-sonnet-4.6.Added
Adaptive AI/system-prompt.md— Identity, core capabilities, and model info for Adaptive AI agentThis follows the same format as other tools in this repository.
Summary by CodeRabbit