This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryDashboard connectors view now renders the full wired registry from runtime_capabilities.
Full changelog
Dashboard SPA Connectors view shows the wired registry. Closes the
"dashboard MCP view" gap (per 08a08316): pre-v0.4.4 the SPA's
#connectors tab showed only post-hoc activity metrics from
health_metrics, so a user could wire YouTrack through connectors.json
and see an empty page until a skill actually exercised it.
Fixed
-
renderConnectors()pollsruntime_capabilitiesand renders the
full wired registry (MCP, Local model, Memory store, Skill store,
Agent) above the existing activity-metrics table. Each entry shows
class, contract version, and (for MCP) the effectiveallowed_tools
allowlist from v0.4.1. Available MCP classes forconnectors.json
surface as a footer note (closed-set registry from v0.4.0). -
state.capabilitiesfield populates on every poll (30s cadence).
Refresh path isruntime_capabilitiesalongside the existing
skill_list/list_triggers/health_metricscalls.
Implementation notes
- SPA-only change. No runtime / parser / lint impact. The
runtime_capabilitiesMCP tool already surfaced the full registry
shape (v0.4.0 + v0.4.1); this release wires the SPA to consume it. - Tests: 5 new in
tests/v0.4.4.test.tscovering source-level
wiring (polling, render, allowlist, classes) + dist/ build
verification (so deployed dashboards get the fix). - LOC unchanged. SPA changes don't count against narrow core; no
ceiling impact.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Skillscript
All releases →Related context
Related tools
Earlier breaking changes
- v0.35.0 Editing `# Deadline:` on an approved skill drops it to Draft (signature invalidates).
Beta — feedback welcome: [email protected]