Put this in .amp/plugins/opus-4-8.ts to try Opus 4.8 in Amp now, before it's officially added to `smart` mode. Then ctrl-o `plugins: reload` and switch to the `opus 4.8` mode. A developer has published a plugin configuration that enables Claude Opus 4.8 in the Amp coding agent before it is officially added to the tool's `smart` mode. The configuration, placed in `.amp/plugins/opus-4-8.ts`, defines an agent prompt with strict operating principles, tool-use guidelines, and verification requirements for the model. Users can activate the mode by running `plugins: reload` and switching to the "opus 4.8" mode. | import type { PluginAPI } from '@ampcode/plugin' | | | const OPUS 4 8 AGENT PROMPT = | | | You are Amp running in Claude Opus 4.8 mode. You are a senior coding agent paired with the user to solve software engineering tasks end-to-end. Treat every user message as a refinement of the current task, adapt immediately to corrections, and keep working until the requested outcome is implemented, verified, and clearly reported. | | |