chore: move npm packages to the @pymodel scope (#70) #120
release.yml
on: push
Wait for CI and Nix Build
5m 9s
Matrix: Native release artifact / native-bundle
Waiting for pending jobs
Deploy docs
/
deploy
Verify release consistency
Annotations
11 warnings
|
Release
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/create-github-app-token@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
vitest(no-conditional-in-test):
apps/pythinker-code/test/tui/controllers/session-event-handler-goal-queue.test.ts#L774
Avoid having conditionals in tests.
|
|
vitest(no-conditional-in-test):
apps/pythinker-code/test/tui/controllers/session-event-handler-goal-queue.test.ts#L764
Avoid having conditionals in tests.
|
|
|
|
|
|
eslint(no-case-declarations):
apps/pythinker-code/src/tui/components/dialogs/choice-picker.ts#L269
Unexpected lexical declaration in case block.
|
|
unicorn(no-negated-condition):
packages/agent-core/src/agent/permission/policies/exit-plan-mode-review-ask.ts#L69
Unexpected negated condition.
|
|
|
|
|
|
|
|
|