Skip to content

feat: add open interpreter resource - #312

Draft
jellydn wants to merge 6 commits into
mainfrom
feat/open-interpreter-resource
Draft

feat: add open interpreter resource#312
jellydn wants to merge 6 commits into
mainfrom
feat/open-interpreter-resource

Conversation

@jellydn

@jellydn jellydn commented Jul 14, 2026

Copy link
Copy Markdown
Owner

What

Why

  • This keeps the recommended tools/resources list current with Open Interpreter's latest blog post about the application layer for open models.

How

  • Added a single README entry with the link and a short description.
  • Based the PR branch on the latest origin/main before creating the draft PR.

Checklist

  • Tests added or updated
  • Documentation updated
  • No breaking changes

@changeset-bot

changeset-bot Bot commented Jul 14, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: c3d61fa

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9822cad2-1df1-43e7-9042-b79dff3d4947

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/open-interpreter-resource

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.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the README.md file to include a link to the Open Interpreter blog post, which covers the application layer for open models and lightweight coding agents. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

jellydn added 5 commits July 14, 2026 15:47
Add default config.toml (MCP servers, harness settings) and AGENTS.md
(agent guidelines) under configs/openinterpreter/ so cli.sh can install
them into ~/.openinterpreter/. Include pr_openinterpreter.bats to verify
config structure and CLI/generate.sh integration in CI.
Add copy_openinterpreter_configs() to cli.sh with detect_tool gating,
backup support, and tool allowlist integration. Add
generate_openinterpreter_configs() to export ~/.openinterpreter/ back
to repo. Exclude .openinterpreter from indexer and update UI banner to
list Open Interpreter alongside other supported tools.
Add Open Interpreter to tool lists in AGENTS.md and README.md. Add MCP
server table row and a full installation/configuration section with
details on config.toml, AGENTS.md, and the bidirectional sync workflow.
- Add install_openinterpreter function to lib/install.sh using
  the official install script from openinterpreter.com
- Wire installer into cli.sh main() behind allowlist check
- Guard copy_openinterpreter_configs against missing repo configs
  to avoid confusing output when configs are absent
- Include openinterpreter in the post-install "Next steps" CLI list
- Add bats tests for the new installer function and its integration
…definitions

Open Interpreter is a Codex-fork harness, so users migrating from Codex need
portable files (AGENTS.md, agents/, hooks.json, themes/) carried over. This
adds a self-contained --migrate-codex flag that installs Open Interpreter,
imports those files from ~/.codex/, then overlays this repo's configs.

Key changes:
- Add --migrate-codex flag and migrate_codex_to_openinterpreter() flow in cli.sh
- Copy hooks.json in both install and generate directions
- Enable hooks, multi_agent, and other fork features in config.toml
- Add 10 subagent definitions (code-reviewer, test-generator, ai-slop-remover,
  documentation-writer, security-audit, feature-team-coordinator) ported from Codex
- Document migration mapping and post-import review checklist in README.md
- Add tests for migrate-codex flag and code-reviewer agent presence
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