Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
2fc7798
feat: make fork standalone as Moo Code
DavinciDreams Apr 23, 2026
f43d5ed
fix: update cloud tests and package.json URLs
DavinciDreams Apr 23, 2026
9d5887b
chore: replace extension icon with custom Moo Code branding
DavinciDreams Apr 23, 2026
dae4954
chore: remove telemetry banner from startup UI
DavinciDreams Apr 23, 2026
be83bb6
feat: port Claude Code CLI features and add parallel agent/worktree s…
DavinciDreams Apr 25, 2026
11b0bde
feat: parallel task introspection, orphan detection, error handling, …
DavinciDreams Apr 25, 2026
3b3fe80
docs: add PRD for swarm / true multi-agent execution
DavinciDreams Apr 25, 2026
862d263
feat(swarm-p1): replace clineStack with tasks Map + concurrent spawn …
DavinciDreams Apr 25, 2026
5aecb08
fix(swarm): schema, mode-switch race, abortOnChildFailure for concurr…
DavinciDreams Apr 25, 2026
c2a549a
feat(teams): add run_team_phase tool and TeamsManager for phased mult…
DavinciDreams Apr 25, 2026
b8e2e83
docs: update PRD to reflect Phase 1 + Teams shipped; add teams refere…
DavinciDreams Apr 25, 2026
10b6690
feat(swarm-p2): agent identity, SwarmRegistry, and color dots for con…
DavinciDreams Apr 25, 2026
4705627
feat(swarm-p3): in-process mailbox + idle worker loop
DavinciDreams Apr 25, 2026
a49d961
feat(swarm-p4): leader permission bridge for concurrent worker tool a…
DavinciDreams Apr 25, 2026
28ab0ad
chore: remove unused RooCodeEventName import from presentAssistantMes…
DavinciDreams Apr 25, 2026
9062273
feat(swarm-p5): file-backed mailbox for cross-process workers
DavinciDreams Apr 25, 2026
315e29a
fix(security): escape backslashes and cmd metacharacters in hook exec…
DavinciDreams Apr 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# These owners will be the default owners for everything in the repo
* @mrubens @cte @jr @hannesrudolph @daniel-lxs
# Update with your GitHub username or team
# * @your-username
92 changes: 0 additions & 92 deletions .github/workflows/marketplace-publish.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/nightly-publish.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/update-contributors.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/website-deploy.yml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/workflows/website-preview.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ qdrant_storage/
plans/

roo-cli-*.tar.gz*
`nnul
Loading