Add an option to the "run" cli command that allows to post the output as a github issue. Also add a flag to assign the issue to copilot. The flag should take a optional issue identifier, in which case the LLM would post the response as an additional comment to the existing issue. #70
Annotations
8 errors
|
test/github-issue-edge-cases.test.ts > GitHub Issue Edge Cases > Issue number validation > should reject invalid issue numbers:
packages/api/test/github-issue-edge-cases.test.ts#L18
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ test/github-issue-edge-cases.test.ts:18:25
❯ test/github-issue-edge-cases.test.ts:16:17
|
|
test/parsers.test.ts > parsers > XLSX:
packages/core/src/xlsx.ts#L22
Error: Cannot find package 'xlsx' imported from '/home/runner/work/genaiscript/genaiscript/packages/core/src/xlsx.ts'
❯ XLSXParse src/xlsx.ts:22:27
❯ test/parsers.test.ts:108:20
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Caused by: Error: Failed to load url xlsx (resolved id: xlsx) in /home/runner/work/genaiscript/genaiscript/packages/core/src/xlsx.ts. Does the file exist?
❯ loadAndTransform ../../node_modules/.pnpm/vite@7.0.5_@types+node@22.15.28_jiti@2.4.2_tsx@4.20.3_yaml@2.8.0/node_modules/vite/dist/node/chunks/dep-Bg4HVnP5.js:26447:33
|
|
test/mdchunk.test.ts > chunkMarkdown > chunk genaiscript/llms-full.txt:
packages/core/test/mdchunk.test.ts#L196
TypeError: fetch failed
❯ test/mdchunk.test.ts:196:7
Caused by: Caused by: Error: getaddrinfo EAI_AGAIN microsoft.github.io
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -3001, code: 'EAI_AGAIN', syscall: 'getaddrinfo', hostname: 'microsoft.github.io' }
|
|
test/grep.test.ts > grepSearch (integration) > should return files and matches for string pattern:
packages/core/src/grep.ts#L22
Error: Cannot find package '@lvce-editor/ripgrep' imported from '/home/runner/work/genaiscript/genaiscript/packages/core/src/grep.ts'
❯ importRipGrep src/grep.ts:22:24
❯ grepSearch src/grep.ts:69:18
❯ test/grep.test.ts:16:20
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Error: Failed to load url @lvce-editor/ripgrep (resolved id: @lvce-editor/ripgrep) in /home/runner/work/genaiscript/genaiscript/packages/core/src/grep.ts. Does the file exist?
❯ loadAndTransform ../../node_modules/.pnpm/vite@7.0.5_@types+node@22.15.28_jiti@2.4.2_tsx@4.20.3_yaml@2.8.0/node_modules/vite/dist/node/chunks/dep-Bg4HVnP5.js:26447:33
|
|
test/grep.test.ts > grepSearch (integration) > should bypass .gitignore filtering if applyGitIgnore is false:
packages/core/src/grep.ts#L22
Error: Cannot find package '@lvce-editor/ripgrep' imported from '/home/runner/work/genaiscript/genaiscript/packages/core/src/grep.ts'
❯ importRipGrep src/grep.ts:22:24
❯ grepSearch src/grep.ts:69:18
❯ test/grep.test.ts:16:20
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Error: Failed to load url @lvce-editor/ripgrep (resolved id: @lvce-editor/ripgrep) in /home/runner/work/genaiscript/genaiscript/packages/core/src/grep.ts. Does the file exist?
❯ loadAndTransform ../../node_modules/.pnpm/vite@7.0.5_@types+node@22.15.28_jiti@2.4.2_tsx@4.20.3_yaml@2.8.0/node_modules/vite/dist/node/chunks/dep-Bg4HVnP5.js:26447:33
|
|
test/grep.test.ts > grepSearch (integration) > should not read file content if readText is false:
packages/core/src/grep.ts#L22
Error: Cannot find package '@lvce-editor/ripgrep' imported from '/home/runner/work/genaiscript/genaiscript/packages/core/src/grep.ts'
❯ importRipGrep src/grep.ts:22:24
❯ grepSearch src/grep.ts:69:18
❯ test/grep.test.ts:16:20
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Error: Failed to load url @lvce-editor/ripgrep (resolved id: @lvce-editor/ripgrep) in /home/runner/work/genaiscript/genaiscript/packages/core/src/grep.ts. Does the file exist?
❯ loadAndTransform ../../node_modules/.pnpm/vite@7.0.5_@types+node@22.15.28_jiti@2.4.2_tsx@4.20.3_yaml@2.8.0/node_modules/vite/dist/node/chunks/dep-Bg4HVnP5.js:26447:33
|
|
test/grep.test.ts > grepSearch (integration) > should support RegExp pattern and ignoreCase:
packages/core/src/grep.ts#L22
Error: Cannot find package '@lvce-editor/ripgrep' imported from '/home/runner/work/genaiscript/genaiscript/packages/core/src/grep.ts'
❯ importRipGrep src/grep.ts:22:24
❯ grepSearch src/grep.ts:69:18
❯ test/grep.test.ts:16:20
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Error: Failed to load url @lvce-editor/ripgrep (resolved id: @lvce-editor/ripgrep) in /home/runner/work/genaiscript/genaiscript/packages/core/src/grep.ts. Does the file exist?
❯ loadAndTransform ../../node_modules/.pnpm/vite@7.0.5_@types+node@22.15.28_jiti@2.4.2_tsx@4.20.3_yaml@2.8.0/node_modules/vite/dist/node/chunks/dep-Bg4HVnP5.js:26447:33
|
|
test/grep.test.ts > grepSearch (integration) > ** glob:
packages/core/src/grep.ts#L22
Error: Cannot find package '@lvce-editor/ripgrep' imported from '/home/runner/work/genaiscript/genaiscript/packages/core/src/grep.ts'
❯ importRipGrep src/grep.ts:22:24
❯ grepSearch src/grep.ts:69:18
❯ test/grep.test.ts:16:20
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Caused by: Error: Failed to load url @lvce-editor/ripgrep (resolved id: @lvce-editor/ripgrep) in /home/runner/work/genaiscript/genaiscript/packages/core/src/grep.ts. Does the file exist?
❯ loadAndTransform ../../node_modules/.pnpm/vite@7.0.5_@types+node@22.15.28_jiti@2.4.2_tsx@4.20.3_yaml@2.8.0/node_modules/vite/dist/node/chunks/dep-Bg4HVnP5.js:26447:33
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
results
Expired
|
3.4 KB |
sha256:a638b05d4c471782e443ca8eff5578115713338721e3706ffa330d192009081a
|
|