@hydra-acp/cli 0.1.98 → 0.1.99

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
@@ -2001,6 +2001,7 @@ type AmendPromptResult = z.infer<typeof AmendPromptResult>;
2001
2001
  interface SessionCapabilities {
2002
2002
  attach?: Record<string, never>;
2003
2003
  list?: Record<string, never>;
2004
+ resume?: Record<string, never>;
2004
2005
  }
2005
2006
  interface PromptCapabilities {
2006
2007
  image?: boolean;