@aaplugin/platform-opencode
v1.0.0-beta.1
Published
OpenCode Platform integration for AAPlugin.
Readme
@aaplugin/platform-opencode
OpenCode Platform package for aaplugin.
pnpm add -D @aaplugin/kit @aaplugin/platform-opencodeimport { defineConfig } from '@aaplugin/kit';
import openCode from '@aaplugin/platform-opencode';
export default defineConfig({
name: 'my-plugin',
version: '1.0.0',
description: 'Reusable AI workflows.',
platforms: [openCode()],
});The package also exports the named openCode factory, its option types, OpenCodePackageComponent, OpenCodeNativeAgentComponent, PLATFORM_ID, and PLATFORM_API_VERSION.
OpenCodePackageComponent is for trusted Extension contributors that need native workspace delivery. OpenCode owns its validation and rendering and does not create a synthetic Plugin Manifest for it.
License
MIT
