Commit 2ea8a77
committed
fix(ci): unblock release pipeline and auto-sync plugin code pins
The code-intelligence-lsp plugin runs `code lsp-multiplex`, but the pinned
@pleaseai/code@0.1.13 predates that command (added in #100, unreleased), so
the LSP server crashed with "Unknown command: lsp-multiplex". Releases were
blocked because create-github-app-token had no app credentials.
- ci: upgrade create-github-app-token v1 -> v3 and use client-id (recommended
input; requires secrets CLIENT_ID and PRIVATE_KEY)
- release: auto-bump every plugin's @pleaseai/code pin to the code version on
each packages/code release via extra-files json updaters (pins were manual)
- plugins: bump code-intelligence-lsp pin to 0.1.14 (the release that ships
lsp-multiplex)1 parent 95a84ac commit 2ea8a77
3 files changed
Lines changed: 22 additions & 5 deletions
File tree
- .github/workflows
- plugins/code-intelligence-lsp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
69 | 85 | | |
70 | 86 | | |
71 | 87 | | |
| |||
0 commit comments