The plugin repository moved off `main` — the branch no longer exists on the GitHub mirror, so `branch = main` here would have broken `git submodule update --remote` for anyone cloning this workspace. Pins: cloudcli dfc8ba9 → 25ad334 (sidebar resize fixes from PR #1189 review), plugin-taskwork 3dbc55c → cadd21e (pencil-button rename for tasks). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
[submodule "cloudcli"]
|
|
path = cloudcli
|
|
url = https://github.com/bvn13/claudecodeui.git
|
|
branch = dev/taskwork
|
|
[submodule "plugin-taskwork"]
|
|
path = plugin-taskwork
|
|
url = https://github.com/bvn13/cloudcli-plugin-taskwork.git
|
|
branch = master
|