Skip to content

feat(desktop/agent-stream): first version working of complex context … #56

feat(desktop/agent-stream): first version working of complex context …

feat(desktop/agent-stream): first version working of complex context … #56

Triggered via push January 5, 2025 13:33
Status Failure
Total duration 1m 18s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build
Property 'ensureHyperscrollDir' is missing in type '{ getVaultConfig: () => Promise<VaultConfig>; saveVaultConfig: (config: VaultConfig) => Promise<boolean>; selectVaultDirectory: () => Promise<{ success: boolean; path?: string; isObsidian?: boolean; }>; ... 28 more ...; openInObsidian: (filePath: string) => Promise<...>; }' but required in type 'ElectronAPI'.
build
Type '{ getVaultConfig: () => Promise<VaultConfig>; saveVaultConfig: (config: VaultConfig) => Promise<boolean>; selectVaultDirectory: () => Promise<{ success: boolean; path?: string; isObsidian?: boolean; }>; ... 28 more ...; openInObsidian: (filePath: string) => Promise<...>; }' does not satisfy the expected type 'ElectronAPI'.
build
No overload matches this call.
build
This expression is not constructable.
build
Generic type 'ToolCallUnion' requires 1 type argument(s).
build
Process completed with exit code 2.