chore: initial public release of Pythinker Code #18
Annotations
6 errors and 14 warnings
|
test
Process completed with exit code 1.
|
|
[cli] test/scripts/native/release-artifacts.test.ts > native release artifacts > produces a manifest from zip archive checksums:
apps/pythinker-code/test/scripts/native/release-artifacts.test.ts#L139
AssertionError: expected { …(3) } to deeply equal { version: '0.5.0', …(2) }
- Expected
+ Received
@@ -4,7 +4,7 @@
"checksum": "76d7ad9b5902020461ee993221ed8a21cd98c418d85d13a3164cba060948d4fb",
"filename": "pythinker-code-darwin-arm64.zip",
},
},
"tag": "@pythoughts/pythinker-code@0.5.0",
- "version": "0.5.0",
+ "version": "@pythoughts/pythinker-code@0.5.0",
}
❯ test/scripts/native/release-artifacts.test.ts:139:22
|
|
[cli] test/cli/update/preflight.test.ts > runUpdatePreflight > native on win32: prints manual powershell command, does not spawn:
apps/pythinker-code/test/cli/update/preflight.test.ts#L513
AssertionError: expected 'A newer version of @pythoughts/pythin…' to contain 'irm https://pythinker.com/install.ps1…'
- Expected
+ Received
- irm https://pythinker.com/install.ps1 | iex
+ A newer version of @pythoughts/pythinker-code is available (0.4.0 -> 0.5.0).
+ Detected install source: native (windows). Auto-update is not supported on this platform.
+ To update manually, run: irm https://code.pythinker.com/pythinker-code/install.ps1 | iex
+
❯ test/cli/update/preflight.test.ts:513:31
|
|
[cli] test/cli/update/preflight.test.ts > runUpdatePreflight > native on darwin: spawns bash -c with pipefail-guarded curl|bash:
apps/pythinker-code/test/cli/update/preflight.test.ts#L497
AssertionError: expected 'set -o pipefail; curl -fsSL https://c…' to contain 'curl -fsSL https://pythinker.com/inst…'
Expected: "curl -fsSL https://pythinker.com/install.sh"
Received: "set -o pipefail; curl -fsSL https://code.pythinker.com/pythinker-code/install.sh | bash"
❯ test/cli/update/preflight.test.ts:497:22
|
|
[pythinker-core] test/tools/rg-locator.test.ts > ensureRgPath download branch > fetches ripgrep over HTTPS:
packages/agent-core/test/tools/rg-locator.test.ts#L316
Error: Snapshot `ensureRgPath download branch > fetches ripgrep over HTTPS 1` mismatched
Expected: "[Error: Ripgrep archive checksum mismatch for ripgrep-15.0.0-aarch64-apple-darwin.tar.gz: expected 98bb2e61e7277ba0ea72d2ae2592497fd8d2940934a16b122448d302a6637e3b, got d09ddfae9f45fa5423557d7d5887afb665ef2174a9e3a1417c8c0b97a87c6269. CDN content may have changed.]"
Received: "[Error: Ripgrep archive checksum mismatch for ripgrep-15.0.0-x86_64-unknown-linux-musl.tar.gz: expected 253ad0fd5fef0d64cba56c70dccdacc1916d4ed70ad057cc525fcdb0c3bbd2a7, got d09ddfae9f45fa5423557d7d5887afb665ef2174a9e3a1417c8c0b97a87c6269. CDN content may have changed.]"
❯ test/tools/rg-locator.test.ts:316:56
|
|
[server] test/sessions-workspace.e2e.test.ts:
packages/server/test/sessions-workspace.e2e.test.ts#L19
Error: ENOTDIR: not a directory, open '/home/runner/work/pythinker-code/pythinker-code/packages/agent-core/src/index.ts/session/store'
❯ test/sessions-workspace.e2e.test.ts:19:1
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|