Skip to content

feat: add Adaptive AI system prompt#405

Open
arkcode369 wants to merge 1 commit into
x1xhlol:mainfrom
arkcode369:add-adaptive-ai-prompt
Open

feat: add Adaptive AI system prompt#405
arkcode369 wants to merge 1 commit into
x1xhlol:mainfrom
arkcode369:add-adaptive-ai-prompt

Conversation

@arkcode369
Copy link
Copy Markdown

@arkcode369 arkcode369 commented Mar 19, 2026

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 agent

This follows the same format as other tools in this repository.

Summary by CodeRabbit

  • Documentation
    • Added comprehensive system documentation establishing the Adaptive Agent platform's identity and operational scope within Linux environments. Covers essential capabilities including command execution, app building and deployment, third-party service integrations, agent scheduling, web automation, and persistent memory management. Documentation also specifies the underlying system model powering the platform.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 19, 2026

Walkthrough

A 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

Cohort / File(s) Summary
System Prompt Documentation
Adaptive AI/system-prompt.md
New documentation file establishing the identity, capabilities (command execution, app building, deployment, service integrations, scheduling, web automation, persistent memory), and model specification (anthropic/claude-sonnet-4.6 via OpenRouter) for an Adaptive Agent.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 A prompt takes shape, so clear and bright,
With Adaptive powers and Linux might,
Claude whispers instructions to the breeze,
While agents dance through cyber trees! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat: add Adaptive AI system prompt' clearly and concisely describes the main change: adding a system prompt documentation file for Adaptive AI.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can disable sequence diagrams in the walkthrough.

Disable the reviews.sequence_diagrams setting to disable sequence diagrams in the walkthrough.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (2)
Adaptive AI/system-prompt.md (2)

29-33: Clarify or refactor the More Info section.

This section contains several issues:

  1. Duplication: The website URL (line 31) and model information (line 33) are already provided earlier in the document (lines 2 and 27).
  2. 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 prompt

Alternatively, 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

📥 Commits

Reviewing files that changed from the base of the PR and between c727405 and 77c46cf.

📒 Files selected for processing (1)
  • Adaptive AI/system-prompt.md

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.

1 participant