mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 18:03:50 +00:00
fix(coding-agent): git temp path resolution, add pi list command (#645)
- Fix getGitInstallPath to check scope === 'temporary' directly - Remove redundant temporary parameter from git methods - Add 'pi list' command to show installed extensions from settings
This commit is contained in:
parent
4058680d22
commit
8ec7d6867a
4 changed files with 46 additions and 15 deletions
|
|
@ -1245,6 +1245,7 @@ pi [options] [@files...] [messages...]
|
|||
| `install <source> [-l]` | Install extension source and add to settings (`-l` for project) |
|
||||
| `remove <source> [-l]` | Remove extension source from settings |
|
||||
| `update [source]` | Update installed extensions (skips pinned sources) |
|
||||
| `list` | List installed extensions from settings |
|
||||
|
||||
### Options
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue