pi-vision-handoff 0.3.0 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-vision-handoff",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Give text-only pi models vision — describe images with a vision model you pick via an interactive picker, then hand off the text description to non-vision models",
5
5
  "type": "module",
6
6
  "author": "Tom X Nguyen",
package/vision-handoff.ts CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  import crypto from "node:crypto";
30
30
  import type { ExtensionAPI, ExtensionCommandContext, ExtensionContext, ModelRegistry } from "@earendil-works/pi-coding-agent";
31
- import { complete } from "@earendil-works/pi-ai";
31
+ import { complete } from "@earendil-works/pi-ai/compat";
32
32
  import type { Api, ImageContent, Message, Model, TextContent } from "@earendil-works/pi-ai";
33
33
  import {
34
34
  DEFAULT_USER_PROMPT_PREFIX,