Skip to content

Merge pull request #7 from nestm-dev/agent/harness-orchestration #6

Merge pull request #7 from nestm-dev/agent/harness-orchestration

Merge pull request #7 from nestm-dev/agent/harness-orchestration #6

Triggered via push August 2, 2026 17:06
Status Success
Total duration 1m 9s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

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: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
typescript(no-unsafe-type-assertion): src/harness/ai-sdk-harness-compatibility.ts#L34
Unsafe type assertion: type 'Record<string, unknown>' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/ai-sdk.defaults.ts#L111
Unsafe type assertion: type 'AiSdkDirectLanguageModel | undefined' is more narrow than the original type.
typescript(no-unnecessary-type-arguments): src/features/ai-sdk-feature.types.ts#L119
This is the default value for this type parameter, so it can be omitted.
typescript(no-unsafe-type-assertion): src/features/ai-sdk-feature.providers.ts#L44
Unsafe type assertion: type 'ToolSet' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/decorators/ai-tool.decorator.ts#L74
Unsafe assertion from `any` detected: consider using type guards or a safer assertion.
typescript(no-unsafe-type-assertion): src/decorators/ai-tool.decorator.ts#L71
Unsafe assertion from `any` detected: consider using type guards or a safer assertion.
typescript(no-unsafe-type-assertion): src/ai-sdk.defaults.ts#L93
Unsafe type assertion: type '(id: string) => unknown' is more narrow than the original type.
typescript(no-unnecessary-type-assertion): src/decorators/ai-tool.decorator.ts#L53
This assertion is unnecessary since the receiver accepts the original type of the expression.
typescript(no-unsafe-type-assertion): src/features/ai-sdk-feature-discovery.service.ts#L23
Unsafe type assertion: type 'Partial<AiSdkFeatureMarker>' is more narrow than the original type.
unicorn(consistent-function-scoping): tests/unit/http-response.test.ts#L49
Function `acceptResult` does not capture any variables from its parent scope