opencode-supertask 0.1.25 → 0.1.27

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.
@@ -8,6 +8,7 @@ import { Plugin } from '@opencode-ai/plugin';
8
8
  * [定位]: 通过 supertask_* 工具管理 AI Agent 任务队列
9
9
  */
10
10
 
11
+ declare function shouldAttemptGatewayReplacement(pluginVersion: string, gatewayVersion: string | null): boolean;
11
12
  declare const SuperTaskPlugin: Plugin;
12
13
 
13
- export { SuperTaskPlugin };
14
+ export { SuperTaskPlugin, shouldAttemptGatewayReplacement };