opencode-ultra 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import type { Plugin } from "@opencode-ai/plugin";
2
2
  declare const OpenCodeUltra: Plugin;
3
3
  export default OpenCodeUltra;
4
+ export { OpenCodeUltra };
4
5
  export type { PluginConfig } from "./config";
package/dist/index.js CHANGED
@@ -27919,5 +27919,6 @@ ${rules}`);
27919
27919
  };
27920
27920
  var src_default = OpenCodeUltra;
27921
27921
  export {
27922
- src_default as default
27922
+ src_default as default,
27923
+ OpenCodeUltra
27923
27924
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-ultra",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Lightweight OpenCode 1.2.x plugin — ultrawork mode, multi-agent orchestration, rules injection",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",