Commit 2a21bb0
Release v0.1.3
New commands and quality-of-life improvements:
- plane upgrade: check for updates and self-upgrade via npm in one command
- Update hint shown on splash banner when a newer version is available
- plane issue delete / close / reopen: full issue lifecycle from the terminal
- plane label create / delete: manage project labels
- plane label add / remove: now accept names instead of raw UUIDs
- plane module add: name and ref based, replacing raw-UUID assign command
- plane comment delete: delete a comment by UUID
- Env var support: PLANE_BASE_URL, PLANE_API_TOKEN, PLANE_WORKSPACE,
PLANE_API_STYLE — no config file needed for CI and automation use
Internal cleanup:
- Removed legacy plane module assign (superseded by module add)
- UUID regex extracted to a shared constant in resolvers.ts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 39aa287 commit 2a21bb0
File tree
21 files changed
+197
-72
lines changed- dist
- commands
- core
- docs
- src
- commands
- core
21 files changed
+197
-72
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
4 | 16 | | |
5 | 17 | | |
6 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
170 | 176 | | |
171 | 177 | | |
172 | 178 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments