Skip to content

feat: standard json schema support #1016

feat: standard json schema support

feat: standard json schema support #1016

Triggered via pull request June 14, 2026 23:02
Status Failure
Total duration 1m 54s
Artifacts

tests.yml

on: pull_request
Matrix: Desktop (Electron) tests
Matrix: Web tests (browser matrix)
Fit to window
Zoom out
Zoom in

Annotations

30 errors
Desktop (Electron) tests (ubuntu-latest, Linux): src/test/unit-test/file_actions.simple.test.ts#L50
Argument of type 'RCEContext<undefined, undefined, { readonly filePath: "src/index.ts"; }>' is not assignable to parameter of type 'RCEContext<{ filePath?: string | undefined; folderPath?: string | undefined; }, ZodObject<{ filePath: ZodString; }, $strip>, { filePath: string; }>'.
Desktop (Electron) tests (ubuntu-latest, Linux): src/test/unit-test/file_actions.simple.test.ts#L40
Argument of type 'RCEContext<undefined, undefined, { readonly recursive: false; }>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (ubuntu-latest, Linux): src/test/unit-test/file_actions.simple.test.ts#L30
Argument of type 'RCEContext<undefined, undefined, { readonly recursive: true; }>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (ubuntu-latest, Linux): src/test/unit-test/file_actions.simple.test.ts#L20
Argument of type 'RCEContext<undefined, undefined, { readonly folder: "src/"; }>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (ubuntu-latest, Linux): src/test/unit-test/file_actions.simple.test.ts#L11
Argument of type 'RCEContext<undefined, undefined, {}>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (ubuntu-latest, Linux): src/test/unit-test/delete_text.simple.test.ts#L20
Argument of type 'RCEContext<undefined, undefined, { readonly find: "hello"; readonly match: "firstInFile"; readonly useRegex: false; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ find: ZodString; useRegex: ZodOptional<ZodBoolean>; match: ZodEnum<{ firstInFile: "firstInFile"; lastInFile: "lastInFile"; firstAfterCursor: "firstAfterCursor"; lastBeforeCursor: "lastBeforeCursor"; allInFile: "allInFile"; }>; lineRange: ZodOptional<...>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (ubuntu-latest, Linux): src/test/unit-test/delete_text.simple.test.ts#L10
Argument of type 'RCEContext<undefined, undefined, { readonly find: "a+b"; readonly match: "firstInFile"; readonly useRegex: true; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ find: ZodString; useRegex: ZodOptional<ZodBoolean>; match: ZodEnum<{ firstInFile: "firstInFile"; lastInFile: "lastInFile"; firstAfterCursor: "firstAfterCursor"; lastBeforeCursor: "lastBeforeCursor"; allInFile: "allInFile"; }>; lineRange: ZodOptional<...>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (ubuntu-latest, Linux): src/test/unit-test/delete_lines.simple.test.ts#L31
Argument of type 'RCEContext<undefined, undefined, { readonly startLine: 7; readonly endLine: 3; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ startLine: ZodInt; endLine: ZodInt; }, $strip>, { startLine: number; endLine: number; }>'.
Desktop (Electron) tests (ubuntu-latest, Linux): src/test/unit-test/delete_lines.simple.test.ts#L21
Argument of type 'RCEContext<undefined, undefined, { readonly startLine: 5; readonly endLine: 5; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ startLine: ZodInt; endLine: ZodInt; }, $strip>, { startLine: number; endLine: number; }>'.
Desktop (Electron) tests (ubuntu-latest, Linux): src/test/unit-test/delete_lines.simple.test.ts#L10
Argument of type 'RCEContext<undefined, undefined, { readonly startLine: 3; readonly endLine: 7; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ startLine: ZodInt; endLine: ZodInt; }, $strip>, { startLine: number; endLine: number; }>'.
Desktop (Electron) tests (macos-latest, macOS): src/test/unit-test/file_actions.simple.test.ts#L50
Argument of type 'RCEContext<undefined, undefined, { readonly filePath: "src/index.ts"; }>' is not assignable to parameter of type 'RCEContext<{ filePath?: string | undefined; folderPath?: string | undefined; }, ZodObject<{ filePath: ZodString; }, $strip>, { filePath: string; }>'.
Desktop (Electron) tests (macos-latest, macOS): src/test/unit-test/file_actions.simple.test.ts#L40
Argument of type 'RCEContext<undefined, undefined, { readonly recursive: false; }>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (macos-latest, macOS): src/test/unit-test/file_actions.simple.test.ts#L30
Argument of type 'RCEContext<undefined, undefined, { readonly recursive: true; }>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (macos-latest, macOS): src/test/unit-test/file_actions.simple.test.ts#L20
Argument of type 'RCEContext<undefined, undefined, { readonly folder: "src/"; }>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (macos-latest, macOS): src/test/unit-test/file_actions.simple.test.ts#L11
Argument of type 'RCEContext<undefined, undefined, {}>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (macos-latest, macOS): src/test/unit-test/delete_text.simple.test.ts#L20
Argument of type 'RCEContext<undefined, undefined, { readonly find: "hello"; readonly match: "firstInFile"; readonly useRegex: false; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ find: ZodString; useRegex: ZodOptional<ZodBoolean>; match: ZodEnum<{ firstInFile: "firstInFile"; lastInFile: "lastInFile"; firstAfterCursor: "firstAfterCursor"; lastBeforeCursor: "lastBeforeCursor"; allInFile: "allInFile"; }>; lineRange: ZodOptional<...>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (macos-latest, macOS): src/test/unit-test/delete_text.simple.test.ts#L10
Argument of type 'RCEContext<undefined, undefined, { readonly find: "a+b"; readonly match: "firstInFile"; readonly useRegex: true; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ find: ZodString; useRegex: ZodOptional<ZodBoolean>; match: ZodEnum<{ firstInFile: "firstInFile"; lastInFile: "lastInFile"; firstAfterCursor: "firstAfterCursor"; lastBeforeCursor: "lastBeforeCursor"; allInFile: "allInFile"; }>; lineRange: ZodOptional<...>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (macos-latest, macOS): src/test/unit-test/delete_lines.simple.test.ts#L31
Argument of type 'RCEContext<undefined, undefined, { readonly startLine: 7; readonly endLine: 3; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ startLine: ZodInt; endLine: ZodInt; }, $strip>, { startLine: number; endLine: number; }>'.
Desktop (Electron) tests (macos-latest, macOS): src/test/unit-test/delete_lines.simple.test.ts#L21
Argument of type 'RCEContext<undefined, undefined, { readonly startLine: 5; readonly endLine: 5; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ startLine: ZodInt; endLine: ZodInt; }, $strip>, { startLine: number; endLine: number; }>'.
Desktop (Electron) tests (macos-latest, macOS): src/test/unit-test/delete_lines.simple.test.ts#L10
Argument of type 'RCEContext<undefined, undefined, { readonly startLine: 3; readonly endLine: 7; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ startLine: ZodInt; endLine: ZodInt; }, $strip>, { startLine: number; endLine: number; }>'.
Desktop (Electron) tests (windows-latest, Windows): src/test/unit-test/file_actions.simple.test.ts#L50
Argument of type 'RCEContext<undefined, undefined, { readonly filePath: "src/index.ts"; }>' is not assignable to parameter of type 'RCEContext<{ filePath?: string | undefined; folderPath?: string | undefined; }, ZodObject<{ filePath: ZodString; }, $strip>, { filePath: string; }>'.
Desktop (Electron) tests (windows-latest, Windows): src/test/unit-test/file_actions.simple.test.ts#L40
Argument of type 'RCEContext<undefined, undefined, { readonly recursive: false; }>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (windows-latest, Windows): src/test/unit-test/file_actions.simple.test.ts#L30
Argument of type 'RCEContext<undefined, undefined, { readonly recursive: true; }>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (windows-latest, Windows): src/test/unit-test/file_actions.simple.test.ts#L20
Argument of type 'RCEContext<undefined, undefined, { readonly folder: "src/"; }>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (windows-latest, Windows): src/test/unit-test/file_actions.simple.test.ts#L11
Argument of type 'RCEContext<undefined, undefined, {}>' is not assignable to parameter of type 'RCEContext<object | undefined, ZodObject<{ folder: ZodOptional<ZodString>; recursive: ZodOptional<ZodBoolean>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (windows-latest, Windows): src/test/unit-test/delete_text.simple.test.ts#L20
Argument of type 'RCEContext<undefined, undefined, { readonly find: "hello"; readonly match: "firstInFile"; readonly useRegex: false; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ find: ZodString; useRegex: ZodOptional<ZodBoolean>; match: ZodEnum<{ firstInFile: "firstInFile"; lastInFile: "lastInFile"; firstAfterCursor: "firstAfterCursor"; lastBeforeCursor: "lastBeforeCursor"; allInFile: "allInFile"; }>; lineRange: ZodOptional<...>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (windows-latest, Windows): src/test/unit-test/delete_text.simple.test.ts#L10
Argument of type 'RCEContext<undefined, undefined, { readonly find: "a+b"; readonly match: "firstInFile"; readonly useRegex: true; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ find: ZodString; useRegex: ZodOptional<ZodBoolean>; match: ZodEnum<{ firstInFile: "firstInFile"; lastInFile: "lastInFile"; firstAfterCursor: "firstAfterCursor"; lastBeforeCursor: "lastBeforeCursor"; allInFile: "allInFile"; }>; lineRange: ZodOptional<...>; }, $strip>, { ...; }>'.
Desktop (Electron) tests (windows-latest, Windows): src/test/unit-test/delete_lines.simple.test.ts#L31
Argument of type 'RCEContext<undefined, undefined, { readonly startLine: 7; readonly endLine: 3; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ startLine: ZodInt; endLine: ZodInt; }, $strip>, { startLine: number; endLine: number; }>'.
Desktop (Electron) tests (windows-latest, Windows): src/test/unit-test/delete_lines.simple.test.ts#L21
Argument of type 'RCEContext<undefined, undefined, { readonly startLine: 5; readonly endLine: 5; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ startLine: ZodInt; endLine: ZodInt; }, $strip>, { startLine: number; endLine: number; }>'.
Desktop (Electron) tests (windows-latest, Windows): src/test/unit-test/delete_lines.simple.test.ts#L10
Argument of type 'RCEContext<undefined, undefined, { readonly startLine: 3; readonly endLine: 7; }>' is not assignable to parameter of type 'RCEContext<undefined, ZodObject<{ startLine: ZodInt; endLine: ZodInt; }, $strip>, { startLine: number; endLine: number; }>'.