-
Notifications
You must be signed in to change notification settings - Fork 66
feat: add first-class Devin CLI support #1816
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
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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
48 changes: 48 additions & 0 deletions
48
.agentworkforce/trajectories/compacted/compact_c0wgy00tu5ff_2026-09-20.json
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 |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| { | ||
| "id": "compact_c0wgy00tu5ff", | ||
| "version": 1, | ||
| "type": "compacted", | ||
| "compactedAt": "2026-09-20T05:55:47.761Z", | ||
| "sourceTrajectories": [ | ||
| "traj_dcxgossuw06x" | ||
| ], | ||
| "dateRange": { | ||
| "start": "2026-09-20T05:41:06.719Z", | ||
| "end": "2026-09-20T05:55:47.571Z" | ||
| }, | ||
| "summary": { | ||
| "totalDecisions": 2, | ||
| "totalEvents": 2, | ||
| "uniqueAgents": [ | ||
| "default" | ||
| ] | ||
| }, | ||
| "decisionGroups": [ | ||
| { | ||
| "category": "security", | ||
| "decisions": [ | ||
| { | ||
| "question": "Handle Devin word-wrapped idle placeholders after confirming installed CLI at 40 columns; use cache-only wrap credential handoff", | ||
| "chosen": "Handle Devin word-wrapped idle placeholders after confirming installed CLI at 40 columns; use cache-only wrap credential handoff", | ||
| "reasoning": "Live 3000.10.31 output wraps the exact prompt onto an indented continuation row. SDK registration already short-circuits seeded credentials, but explicit cache-only access eliminates takeover fallback even on a missing cache entry.", | ||
| "fromTrajectory": "traj_dcxgossuw06x" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "category": "api", | ||
| "decisions": [ | ||
| { | ||
| "question": "Count wrap retries only when injectable; override inherited worker opt-out and restrict native Devin spelling to devin/devin.exe", | ||
| "chosen": "Count wrap retries only when injectable; override inherited worker opt-out and restrict native Devin spelling to devin/devin.exe", | ||
| "reasoning": "Validated retry budget was spent on busy deferrals and stale parent RELAY_SKIP_PROMPT could disable requested MCP. portable-pty directly launches programs, so unimplemented Windows batch launchers are no longer claimed as supported.", | ||
| "fromTrajectory": "traj_dcxgossuw06x" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "keyLearnings": [], | ||
| "keyFindings": [], | ||
| "filesAffected": [], | ||
| "commits": [] | ||
| } |
21 changes: 21 additions & 0 deletions
21
.agentworkforce/trajectories/compacted/compact_c0wgy00tu5ff_2026-09-20.md
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 |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| # Trajectory Compaction: Sep 19, 2026 - Sep 19, 2026 | ||
|
|
||
| ## Summary | ||
| - Sessions: 1 | ||
| - Decisions: 2 | ||
| - Events: 2 | ||
| - Agents: default | ||
| - Files: 0 | ||
| - Commits: 0 | ||
|
|
||
| ## Security | ||
| - Handle Devin word-wrapped idle placeholders after confirming installed CLI at 40 columns; use cache-only wrap credential handoff -> Handle Devin word-wrapped idle placeholders after confirming installed CLI at 40 columns; use cache-only wrap credential handoff (traj_dcxgossuw06x) | ||
|
|
||
| ## Api | ||
| - Count wrap retries only when injectable; override inherited worker opt-out and restrict native Devin spelling to devin/devin.exe -> Count wrap retries only when injectable; override inherited worker opt-out and restrict native Devin spelling to devin/devin.exe (traj_dcxgossuw06x) | ||
|
|
||
| ## Key Learnings | ||
| - None | ||
|
|
||
| ## Key Findings | ||
| - None | ||
37 changes: 37 additions & 0 deletions
37
.agentworkforce/trajectories/compacted/compact_fiats1hqsz1w_2026-09-20.json
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 |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| { | ||
| "id": "compact_fiats1hqsz1w", | ||
| "version": 1, | ||
| "type": "compacted", | ||
| "compactedAt": "2026-09-20T07:35:59.621Z", | ||
| "sourceTrajectories": [ | ||
| "traj_wgktv31za7qa" | ||
| ], | ||
| "dateRange": { | ||
| "start": "2026-09-20T07:32:32.259Z", | ||
| "end": "2026-09-20T07:35:59.393Z" | ||
| }, | ||
| "summary": { | ||
| "totalDecisions": 1, | ||
| "totalEvents": 1, | ||
| "uniqueAgents": [ | ||
| "default" | ||
| ] | ||
| }, | ||
| "decisionGroups": [ | ||
| { | ||
| "category": "testing", | ||
| "decisions": [ | ||
| { | ||
| "question": "Fix CI regressions in test expectations and asynchronous PTY observation only", | ||
| "chosen": "Fix CI regressions in test expectations and asynchronous PTY observation only", | ||
| "reasoning": "All five JS failures point to omitted devin profile expectation. macOS fails fixture result assertion after a fixed 100ms sleep. Preserve 250ms submit behavior and both semantic assertions; await observed output up to 5s and keep fixture alive until shutdown.", | ||
| "fromTrajectory": "traj_wgktv31za7qa" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "keyLearnings": [], | ||
| "keyFindings": [], | ||
| "filesAffected": [], | ||
| "commits": [] | ||
| } |
18 changes: 18 additions & 0 deletions
18
.agentworkforce/trajectories/compacted/compact_fiats1hqsz1w_2026-09-20.md
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 |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # Trajectory Compaction: Sep 20, 2026 - Sep 20, 2026 | ||
|
|
||
| ## Summary | ||
| - Sessions: 1 | ||
| - Decisions: 1 | ||
| - Events: 1 | ||
| - Agents: default | ||
| - Files: 0 | ||
| - Commits: 0 | ||
|
|
||
| ## Testing | ||
| - Fix CI regressions in test expectations and asynchronous PTY observation only -> Fix CI regressions in test expectations and asynchronous PTY observation only (traj_wgktv31za7qa) | ||
|
|
||
| ## Key Learnings | ||
| - None | ||
|
|
||
| ## Key Findings | ||
| - None |
48 changes: 48 additions & 0 deletions
48
.agentworkforce/trajectories/compacted/compact_qfdvu5sy4t0s_2026-09-20.json
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 |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| { | ||
| "id": "compact_gekdxmou0hhn", | ||
| "version": 1, | ||
| "type": "compacted", | ||
| "compactedAt": "2026-09-20T05:37:28.642Z", | ||
| "sourceTrajectories": [ | ||
| "traj_7j8hrargfgl8" | ||
| ], | ||
| "dateRange": { | ||
| "start": "2026-09-20T05:11:41.894Z", | ||
| "end": "2026-09-20T05:37:15.421Z" | ||
| }, | ||
| "summary": { | ||
| "totalDecisions": 2, | ||
| "totalEvents": 3, | ||
| "uniqueAgents": [ | ||
| "default" | ||
| ] | ||
| }, | ||
| "decisionGroups": [ | ||
| { | ||
| "category": "security", | ||
| "decisions": [ | ||
| { | ||
| "question": "Use private per-worker XDG config snapshots and delayed bracketed-paste submission for Devin", | ||
| "chosen": "Use private per-worker XDG config snapshots and delayed bracketed-paste submission for Devin", | ||
| "reasoning": "Installed Devin ignores --config for MCP file relocation; XDG isolation preserved authentication in an actual probe. One-write body+Enter parked text, while a later Enter submitted. Keep user trust and approvals intact.", | ||
| "fromTrajectory": "traj_7j8hrargfgl8" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "category": "other", | ||
| "decisions": [ | ||
| { | ||
| "question": "Actual Devin two-message E2E passed with approval boundaries preserved", | ||
| "chosen": "Actual Devin two-message E2E passed with approval boundaries preserved", | ||
| "reasoning": "Worker devin-e2e-mu9dgnex (agent ID 227298977995862016) on isolated node node_devin-e2e-mu9dgnex in rw_7ccfea89 sent initial DM 227300144622936064. Lead follow-up 227300225157185536 was injected into the idle PTY and read at 2026-09-20T05:31:36Z. Actual Devin sent follow-up reply 227301341519724544. Lead confirmed both. Each send_dm was approved once; inbox approval was cancelled to prove PTY delivery. Production broker untouched.", | ||
| "fromTrajectory": "traj_7j8hrargfgl8" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "keyLearnings": [], | ||
| "keyFindings": [], | ||
| "filesAffected": [], | ||
| "commits": [] | ||
| } |
21 changes: 21 additions & 0 deletions
21
.agentworkforce/trajectories/compacted/compact_qfdvu5sy4t0s_2026-09-20.md
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 |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| # Trajectory Compaction: Sep 19, 2026 - Sep 19, 2026 | ||
|
|
||
| ## Summary | ||
| - Sessions: 1 | ||
| - Decisions: 2 | ||
| - Events: 3 | ||
| - Agents: default | ||
| - Files: 0 | ||
| - Commits: 0 | ||
|
|
||
| ## Security | ||
| - Use private per-worker XDG config snapshots and delayed bracketed-paste submission for Devin -> Use private per-worker XDG config snapshots and delayed bracketed-paste submission for Devin (traj_7j8hrargfgl8) | ||
|
|
||
| ## Other | ||
| - Actual Devin two-message E2E passed with approval boundaries preserved -> Actual Devin two-message E2E passed with approval boundaries preserved (traj_7j8hrargfgl8) | ||
|
|
||
| ## Key Learnings | ||
| - None | ||
|
|
||
| ## Key Findings | ||
| - None |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.