Skip to content

Skillscript

v0.4.4 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agents dsl llm mcp skills workflow

Summary

AI summary

Dashboard 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() polls runtime_capabilities and 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 effective allowed_tools
    allowlist from v0.4.1. Available MCP classes for connectors.json
    surface as a footer note (closed-set registry from v0.4.0).

  • state.capabilities field populates on every poll (30s cadence).
    Refresh path is runtime_capabilities alongside the existing
    skill_list / list_triggers / health_metrics calls.

Implementation notes

  • SPA-only change. No runtime / parser / lint impact. The
    runtime_capabilities MCP 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.ts covering 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

Track Skillscript

Get notified when new releases ship.

Sign up free

About Skillscript

All releases →

Related context

Earlier breaking changes

  • v0.35.0 Editing `# Deadline:` on an approved skill drops it to Draft (signature invalidates).

Beta — feedback welcome: [email protected]