Download Latest Version Skill Recorder v0.7.0 source code.zip (5.5 MB) Google Add to Preferred Sources
Home / v0.7.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md < 22 hours ago 3.9 kB
Skill Recorder v0.7.0 source code.tar.gz < 22 hours ago 5.4 MB
Skill Recorder v0.7.0 source code.zip < 22 hours ago 5.5 MB
Totals: 3 Items   10.9 MB 0

Source-only release

Skill Recorder 0.7.0 is published from commit b05d59036182e897e1a60e90651e775cf5f97e8d.

This release is source-only. No installers or portable binaries are attached. GitHub's generated archives contain the tagged repository source only.

Changes

  • Add an optional Review SKILL.md button beside the skill install/export actions. Open a read-only modal to inspect the complete file, including frontmatter and substituted values, before placing it.
  • Keep the existing direct Add to Scout and export flow unchanged for users who do not want to review the file.
  • Install or export the exact previewed text without another model turn. Closing and reopening the modal reuses the prepared file; editing the plan invalidates it.
  • Keep modal and main-screen progress, errors and completion synchronized. Installing from the modal closes it and shows the same completed state as installing from the main interface.
  • Support export-only skill destinations, accessible keyboard navigation, long scrollable files, retry after a canceled export, and explicit recovery from expired previews.
  • Handle cancellation and late responses without reviving stale previews or hiding a successfully completed installation.

Compatibility and validation

  • Review is optional and read-only. To change the generated skill, edit its plan and prepare a new preview.
  • Automation creation, tool-permission policy, installer scripts and dependencies are unchanged.
  • Stabilize the Windows installer file-lock regression test by avoiding cold PowerShell cmdlet discovery while its helper holds the simulated lock; keep the installer and retry assertions unchanged.
  • Local validation passed: 267 tests, production build, eval typecheck, lockfile portability and the 285-package license inventory.
  • Isolated browser verification covered direct installation, modal/main-screen completion, export-only destinations, preview reuse and invalidation, raw text, keyboard focus, long content, expiration and cancellation races. The updated local application was also launched for hands-on testing.
  • Windows x64 and ARM64 and macOS and Ubuntu passed on the exact release commit, covering commit-pinned source installation, tests, builds, compliance and applicable packaging/architecture checks.
  • Re-run the pinned source installer below to update. Locally assembled source builds are not redistributable release binaries. Installation remains subject to enterprise and operating-system policies.

Installer script SHA-256

These hashes were calculated from the exact release commit's Git blobs.

:::text
7678f7f8d38d600f2fb732f95afeadc8aa4f9b9802989d26e2f932970795770c  install.ps1
bd8b5200a2c140c5a5ed9299d565ac72cee5420181774008977eaf75f210db1d  install.sh

Commit-pinned installation

Windows 11 x64 or ARM64

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

macOS or Ubuntu

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

For script inspection and hash verification before execution, use the inspect-first instructions.

Full changelog: https://github.com/microsoft/skill-recorder/compare/v0.6.2...v0.7.0

Source: README.md, updated 2026-09-21