forked from awslabs/cli-agent-orchestrator
-
Notifications
You must be signed in to change notification settings - Fork 0
Add Devin CLI provider #23
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
Closed
Closed
Changes from 32 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
de29f00
Initial plan
Copilot 86d8957
Add Devin CLI provider with tests and registrations in all required l…
Copilot 6d3060b
Address code review: narrow exception handling and add test docstring
Copilot ee8a061
Fix: Markdown heading collision in prompt detection, enforce allowed_…
Copilot b4160c6
Fix: remove timeout tests that have mocking issues
ThePlenkov 95ed164
Fix: add MCP profile merge and E2E tests for Devin CLI provider
ThePlenkov 9641900
Add Devin CLI to web UI provider list
ThePlenkov 1d67bdf
Add Playwright E2E tests for Devin CLI web UI integration
ThePlenkov 2dd285e
fix(devin_cli): add WSL compatibility via history fallback + improve …
ThePlenkov e5527b9
fix: address review comments - temp cleanup, skill prompt, and securi…
ThePlenkov 2430160
fix: update tests to expect use_paste_buffer parameter
ThePlenkov eeb9a4c
fix: replace insecure tempfile.mktemp with NamedTemporaryFile
ThePlenkov a8852d1
fix: apply Black formatting to fix Code Quality CI failure
ThePlenkov eea8902
fix: update test to expect use_paste_buffer parameter
ThePlenkov d24ebdb
chore: exclude web/package-lock.json from git tracking
ThePlenkov ee7f4f0
fix: use npm install instead of npm ci in CI
ThePlenkov 0af03da
fix: disable npm cache and remove lockfile in Web UI Build
ThePlenkov 1e363bd
fix: address all SonarCloud findings
ThePlenkov 567da30
fix: address remaining SonarCloud findings
ThePlenkov a1b5197
fix: Black formatting and module function call
ThePlenkov 2d96ffc
fix: remaining SonarCloud issues and Web UI Build
ThePlenkov 472e031
fix: restrict vitest to src directory only
ThePlenkov b8c121b
fix: add sonar-project.properties to suppress false positives
ThePlenkov abf8568
fix: use CAO_HOME_DIR for FIFO to avoid SonarCloud warning
ThePlenkov 2b1b42d
fix: apply black formatting to constants.py
ThePlenkov f990d4e
fix: replace any types with proper types in E2E tests
ThePlenkov 2427398
refactor: use factory pattern to reduce complexity in manager.py
ThePlenkov 0032a82
fix: use public npm registry instead of JFrog
ThePlenkov aa13888
fix: simplify npm install to use default registry
ThePlenkov 7ca2767
fix: remove package-lock.json removal to use lock file
ThePlenkov bf4ca8d
revert: keep rm package-lock.json due to local npm issues
ThePlenkov f94d97d
fix: keep package-lock.json for predictable dependencies
ThePlenkov 04b25c7
chore: add package-lock.json with public registry URLs
ThePlenkov 325cd33
fix: restore original workflow with rm package-lock.json
ThePlenkov 2458e90
Merge remote-tracking branch 'origin/main' into fix/devin-cli-provider
ThePlenkov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,6 +29,7 @@ | |
| "codex", | ||
| "copilot_cli", | ||
| "cursor_cli", | ||
| "devin_cli", | ||
| "gemini_cli", | ||
| "hermes", | ||
| "kimi_cli", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.