Skip to content

Record injected steering messages in chat history (#17) #14

Record injected steering messages in chat history (#17)

Record injected steering messages in chat history (#17) #14

Triggered via push June 25, 2026 17:20
Status Failure
Total duration 2m 42s
Artifacts

ci.yml

on: push
Build and fast tests (windows-latest)
2m 25s
Build and fast tests (windows-latest)
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
Build and fast tests (windows-latest)
Process completed with exit code 1.
Build and fast tests (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and fast tests (windows-latest)
No files were found with the provided path: scripts/test-results.log. No artifacts will be uploaded.
Build and fast tests (windows-latest): Phantom.Workspaces.Llm.Core.Tests/AgentChatTests.cs#L503
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build and fast tests (windows-latest): Phantom.Workspaces.Llm.Core.Tests/CopilotToolEventMapperTests.cs#L78
Cannot convert null literal to non-nullable reference type.
Build and fast tests (windows-latest): Phantom.Workspaces.Llm.Core.Tests/AgentDefinitionMcpToolTests.cs#L164
Possible null reference argument for parameter 'collection' in 'Tool Assert.Single<Tool>(IEnumerable<Tool> collection)'.
Build and fast tests (windows-latest): Phantom.Workspaces.Llm.Core.Tests/AgentDefinitionMcpToolTests.cs#L85
Possible null reference argument for parameter 'collection' in 'Tool Assert.Single<Tool>(IEnumerable<Tool> collection)'.
Build and fast tests (windows-latest): Phantom.Workspaces.Agent.Gui/Controls/AgentChatOutputControl.axaml.cs#L96
Cannot convert null literal to non-nullable reference type.
Build and fast tests (windows-latest): Phantom.Workspaces.Install.Tests/StartupTaskServiceTests.cs#L67
This call site is reachable on all platforms. 'RealScheduledTasks.BuildTaskRunCommand(ScheduledTaskDefinition)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build and fast tests (windows-latest): Phantom.Workspaces.Llm.Core/WorkspaceEntityToolsetFactory.cs#L658
Nullability of reference types in value of type 'string?[]' doesn't match target type 'IReadOnlyCollection<string>'.
Build and fast tests (windows-latest): Phantom.Workspaces.Llm.Core/WorkspaceEntityToolsetFactory.cs#L474
Cannot convert null literal to non-nullable reference type.