Dashboard › opencode › Distillation
9a01d7c3-ca29-4c3b-9157-d772552cb881["lore_tm_v1_sXfT4JrpPYERTEcL-qmoJNR2-1Jrln_-dUUsrCgVAYU"]
/home/byk/Code/opencode-v2-pilot/packages/core/test/plugin/fixtures/greeting.ts./home/byk/Code/opencode-v2-pilot/packages/core/test/plugin/fixtures/greeting.ts imports Plugin from "@opencode/plugin" and default-exports Plugin.define({ id: "greeting", async setup(ctx) { ... } }).greeting plugin’s setup(ctx) awaits ctx.command.transform(...); its editor adds command greet with description: ctx.options.description and an empty async handler execute: async () => {}.