@ottocode/web-sdk 0.1.274 → 0.1.276
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/components/chat/ChatInputContainer.d.ts.map +1 -1
- package/dist/components/file-browser/FileViewerPanel.d.ts +2 -1
- package/dist/components/file-browser/FileViewerPanel.d.ts.map +1 -1
- package/dist/components/index.js +884 -292
- package/dist/components/index.js.map +18 -18
- package/dist/components/messages/MessagePartItem.d.ts.map +1 -1
- package/dist/components/messages/renderers/DiffView.d.ts.map +1 -1
- package/dist/components/ui/Toaster.d.ts.map +1 -1
- package/dist/components/workspace/ToolPreviewPanel.d.ts.map +1 -1
- package/dist/components/workspace/ViewerTabs.d.ts.map +1 -1
- package/dist/hooks/index.js +301 -60
- package/dist/hooks/index.js.map +8 -8
- package/dist/hooks/useProviderUsage.d.ts +1 -1
- package/dist/hooks/useProviderUsage.d.ts.map +1 -1
- package/dist/hooks/useQueueState.d.ts +9 -0
- package/dist/hooks/useQueueState.d.ts.map +1 -1
- package/dist/hooks/useSessionStream.d.ts.map +1 -1
- package/dist/index.js +885 -292
- package/dist/index.js.map +18 -18
- package/dist/lib/api-client/index.d.ts +6 -0
- package/dist/lib/api-client/index.d.ts.map +1 -1
- package/dist/lib/api-client/sessions.d.ts +6 -0
- package/dist/lib/api-client/sessions.d.ts.map +1 -1
- package/dist/lib/commands.d.ts.map +1 -1
- package/dist/lib/index.js +17 -1
- package/dist/lib/index.js.map +4 -4
- package/dist/stores/index.js +77 -16
- package/dist/stores/index.js.map +3 -3
- package/dist/stores/viewerTabsStore.d.ts +9 -0
- package/dist/stores/viewerTabsStore.d.ts.map +1 -1
- package/dist/types/api.d.ts +1 -1
- package/dist/types/api.d.ts.map +1 -1
- package/package.json +5 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatInputContainer.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ChatInputContainer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatInputContainer.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ChatInputContainer.tsx"],"names":[],"mappings":"AA+BA,UAAU,uBAAuB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACpD,aAAa,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;CACrC;AAED,MAAM,WAAW,qBAAqB;IACrC,KAAK,EAAE,MAAM,IAAI,CAAC;CAClB;AAkBD,eAAO,MAAM,kBAAkB,sHAue9B,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import type { ToolActivityHighlight, ToolPatchPreview, ToolWritePreview } from '../../stores/viewerTabsStore';
|
|
1
|
+
import type { ToolActivityAnnotation, ToolActivityHighlight, ToolPatchPreview, ToolWritePreview } from '../../stores/viewerTabsStore';
|
|
2
2
|
interface FileViewerPanelProps {
|
|
3
3
|
mode?: 'overlay' | 'pane';
|
|
4
4
|
open?: boolean;
|
|
5
5
|
file?: string | null;
|
|
6
6
|
highlight?: ToolActivityHighlight;
|
|
7
|
+
annotations?: ToolActivityAnnotation[];
|
|
7
8
|
patchPreview?: ToolPatchPreview;
|
|
8
9
|
writePreview?: ToolWritePreview;
|
|
9
10
|
onClose?: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileViewerPanel.d.ts","sourceRoot":"","sources":["../../../src/components/file-browser/FileViewerPanel.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EACX,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,MAAM,8BAA8B,CAAC;AAuGtC,UAAU,oBAAoB;IAC7B,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"FileViewerPanel.d.ts","sourceRoot":"","sources":["../../../src/components/file-browser/FileViewerPanel.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EACX,sBAAsB,EACtB,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,MAAM,8BAA8B,CAAC;AAuGtC,UAAU,oBAAoB;IAC7B,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC,WAAW,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACvC,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,eAAe,4DA6U1B,CAAC"}
|