OpenCode plugin that predicts your next message and shows it as ghost text — role-plays as you using your conversation history. /pred-on to enable.
LPM treats this as warn-only first-party agent extension lifecycle risk. At OpenCode plugin runtime, the package registers a package-owned predictor agent and commands. Explicit profile/seeding commands collect OpenCode conversation text into local project data files; prediction submits session text through the configured OpenCode client/model.
`src/index.ts` registers an OpenCode `_predictor` agent and prediction commands at plugin load.
src/index.tsView on unpkg`src/index.ts` sends current-session text to the configured OpenCode model to generate ghost-text predictions.
src/index.tsView on unpkg`src/index.ts` registers an OpenCode `_predictor` agent and prediction commands at plugin load.
src/index.tsView on unpkg`src/index.ts` sends current-session text to the configured OpenCode model to generate ghost-text predictions.
src/index.tsView on unpkg