Bump Netclaw.SkillClient from 0.2.1 to 0.3.0#936
Merged
Aaronontheweb merged 1 commit intodevfrom May 9, 2026
Merged
Conversation
6 tasks
Aaronontheweb
added a commit
that referenced
this pull request
May 8, 2026
…gs on wizard poll-timeout (closes #925, #936) (#938) DailyStatsActor was running CREATE TABLE IF NOT EXISTS in PreStart on a fresh on-disk SQLite db. On Windows CI cold-start (AV scan + first-time fsync) this regularly pushed the first Ask past its 3s timeout. The schema is now owned by the migration files (existing 004_daily_stats.sql plus new 005_daily_skill_usage.sql), applied unconditionally by SchemaMigrator before the actor system starts. Test mirrors production by invoking the migrator before ActorOf. HealthCheckStepViewModel's daemon-startup polling loop also flaked on Windows: when WaitForExit(1500) missed a fast-failing fake daemon, DaemonManager.Start returned success and the loop spun for the full 30s before reporting a generic "Daemon did not become ready" message, hiding the real crash reason. Two fixes: - Fast-fail when DaemonManager.GetStatus().IsRunning flips to false during polling (real production improvement: dead daemons no longer cost 30s of wall time before reporting). - After poll exhaustion, read the structured crash-log line via DaemonManager.TryReadStartupFailureFromCrashLog and surface it on the wizard, matching the immediate-fail path's UX. Also: HealthCheckStepViewModel now takes TimeProvider (constitution compliance), and the "not ready" message is a single constant.
Collaborator
|
@dependabot rebase |
a837337 to
30ba6f7
Compare
Collaborator
|
@dependabot rebase |
--- updated-dependencies: - dependency-name: Netclaw.SkillClient dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
30ba6f7 to
3588a04
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pinned Netclaw.SkillClient at 0.3.0.
Release notes
Sourced from Netclaw.SkillClient's releases.
0.3.0
0.3.0 May 5th 2026
New Features
skillserverCLI tool for publishing and managing skills from the command line (#56)publish,publish-all,delete,list,versions,verify,config,api-keydotnet tool install -g Netclaw.SkillServer.Cli) and standalone trimmed binaries for linux-x64, linux-arm64, osx-arm64, and win-x64install-skillserver.sh) and Windows (install-skillserver.ps1)UploadSkillWithResourcesAsyncandUploadSkillIfNotExistsAsynctoNetclaw.SkillClientfor idempotent publishing with resource file support (#56)Improvements
publish_nuget.ymlandpublish_container.ymlinto a unifiedrelease.ymlworkflow — NuGet packages, CLI binaries, and container images build in parallel with a single coordinated publish stage (#56)Dependency Updates
Commits viewable in compare view.