autoblogger 0.1.11 → 0.1.12

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/ui.d.mts CHANGED
@@ -239,7 +239,7 @@ interface EssayContext {
239
239
  subtitle?: string;
240
240
  markdown: string;
241
241
  }
242
- type ChatMode = 'ask' | 'agent' | 'plan';
242
+ type ChatMode = 'ask' | 'agent' | 'plan' | 'search';
243
243
  interface EssayEdit {
244
244
  type: 'replace_all' | 'replace_section' | 'insert' | 'delete';
245
245
  title?: string;
package/dist/ui.d.ts CHANGED
@@ -239,7 +239,7 @@ interface EssayContext {
239
239
  subtitle?: string;
240
240
  markdown: string;
241
241
  }
242
- type ChatMode = 'ask' | 'agent' | 'plan';
242
+ type ChatMode = 'ask' | 'agent' | 'plan' | 'search';
243
243
  interface EssayEdit {
244
244
  type: 'replace_all' | 'replace_section' | 'insert' | 'delete';
245
245
  title?: string;