Commit b763314
committed
Be honest about opencode: feature is upstream-pending, not just unshipped
opencode 1.14.48 has no plugin-side statusline hook. I enumerated the
full event surface in @opencode-ai/plugin's dist/index.d.ts to be sure:
chat.{headers,message,params}, command.execute.before, experimental.*
(messages/system transform, compaction, text), permission.ask,
shell.env, tool.{definition,execute.before,execute.after}. All
behavioral hooks. No render surface. tui.showToast is transient.
chat.message injection works but costs context tokens — exactly what
upstream issue anomalyco/opencode#8619 was filed to avoid.
So opencode is upstream-blocked, not waiting on us. The installer was
printing 'opencode wired' on success, which misled users into thinking
the statusline would appear. It now prints a clear 'pending upstream'
warning with the issue link. Config keys are still written
speculatively so a future upstream ship auto-activates without
re-install.
README + AGENTS.md status rows updated to match.1 parent 9db9981 commit b763314
4 files changed
Lines changed: 26 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
10 | 26 | | |
11 | 27 | | |
12 | 28 | | |
| |||
123 | 139 | | |
124 | 140 | | |
125 | 141 | | |
126 | | - | |
| 142 | + | |
| 143 | + | |
127 | 144 | | |
128 | 145 | | |
129 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments