opencode-swarm 6.86.3 → 6.86.6

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.
@@ -1045,6 +1045,7 @@ export declare const PluginConfigSchema: z.ZodObject<{
1045
1045
  }, z.core.$strip>>;
1046
1046
  }, z.core.$strip>>;
1047
1047
  turbo_mode: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1048
+ quiet: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1048
1049
  full_auto: z.ZodDefault<z.ZodOptional<z.ZodObject<{
1049
1050
  enabled: z.ZodDefault<z.ZodBoolean>;
1050
1051
  critic_model: z.ZodOptional<z.ZodString>;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  import type { Plugin } from '@opencode-ai/plugin';
2
+ import { addDeferredWarning, deferredWarnings } from './services/warning-buffer.js';
3
+ export { addDeferredWarning, deferredWarnings };
2
4
  declare const OpenCodeSwarm: Plugin;
3
5
  export default OpenCodeSwarm;
4
6
  export type { AgentDefinition } from './agents';