Skip to content

Skill Recorder v0.2.1

Choose a tag to compare

@adilei adilei released this 29 Jul 19:50
790da39

Skill Recorder v0.2.1

This is a source-only release. No prebuilt application, installer, or
portable binary is attached. GitHub provides the tagged source archives, and
the commands below build the exact release commit locally.

Highlights

  • Sign in to GitHub Copilot from the app. Skill Recorder installs the Copilot
    CLI as an application dependency, so a source installation has no global
    copilot command. A failed analysis or build now says so plainly and offers
    Sign in to Copilot, which opens a terminal running the bundled CLI's
    login command and prints that command so it can also be run by hand.
  • The readiness check resolves the bundled Copilot CLI before falling back to
    PATH, so a source installation no longer reports GitHub Copilot: missing
    while analysis works.
  • The macOS source installer now installs a relaunch app bundle.

Upgrading is recommended for anyone who installed with the commit-pinned
source installers and was told to run a copilot command that does not exist
on their machine.

Release identity

  • Tag: v0.2.1
  • Commit: 790da396d881a4810a8831a804c3c5b848f71a5b

Installer script SHA-256 values:

873b9601e998b710e9db455e60e455ea57e34c3470c75c9bbcfc34058343dcae  install.ps1
a67893701328c14f74b8694d9ab7248b73fdf0076a8631ef9a87d15e9692e481  install.sh

Install from the exact release

Windows PowerShell:

$commit="790da396d881a4810a8831a804c3c5b848f71a5b"; $env:SKILL_RECORDER_COMMIT=$commit; irm "https://raw.githubusercontent.com/microsoft/skill-recorder/$commit/install.ps1" | iex

macOS or Ubuntu:

commit="790da396d881a4810a8831a804c3c5b848f71a5b"; curl -fsSL "https://raw.githubusercontent.com/microsoft/skill-recorder/$commit/install.sh" | SKILL_RECORDER_COMMIT="$commit" bash

The safer procedure is to download and inspect the script, verify its SHA-256
against the values above, and only then execute it. See the immutable
installation guide.

The source installers do not require administrator access or a global Node.js
or Copilot CLI installation. GitHub Copilot authentication, entitlement, and
network access are required; this release makes that sign-in reachable from
the app itself.

Licensing boundary

The MIT license covers Skill Recorder's own code. Third-party components remain
under their respective licenses and notices. The source installers retain the
applicable legal materials in the local installation. A locally assembled
application is for local execution only and must not be redistributed as a
release artifact.

Maintainers should follow the immutable
release runbook
before publishing later versions or any binary artifact.