Skip to content

Releases: AIKernel-NET/AIKernel.Tools

AIKernel.Tools v0.1.1 — Unifying observability

10 Jun 13:52
a157ced

Choose a tag to compare

June 10th, 2026 — Unifying observability.

2026年6月10日──可観測性を統合する。

Unifying observability: canonical formatting, inspection, and replay surfaces synchronize into a single instrumentation spine.

可観測性の統合──正準フォーマット・インスペクション・リプレイ面が単一の計測スパインへ同期する。

Highlights

AIKernel.Tools 0.1.1 finalizes the observability, inspection, replay, ROM storage, and CLI tooling layer for AIKernel. This release positions Tools as the instrumentation spine of the Semantic OS, providing the operational surfaces needed to inspect, replay, format, and invoke AIKernel capabilities.

What's Changed

  • Finalized 0.1.1 documentation and release notes for Tools.
  • Clarified Tools as the observability and instrumentation layer of the AIOS SDK.
  • Updated CLI README guidance, including clearer Quick Start examples.
  • Clarified capability invocation syntax using the module/operation form.
  • Added installation guidance for the CLI/tooling surface.
  • Improved provider manifest explanation in CLI-related documentation.
  • Updated scheduling examples to use safer defaults for first-time users.
  • Standardized SKILL.md / Skill.MD explanation where applicable.
  • Added AIKernel.Monolith context as the official distribution that will consume the tooling layer.
  • Ensured release notes and user-facing documentation consistently refer to 0.1.1.

Package Scope

This release covers:

  • AIKernel.Tools.Instrumentation
  • AIKernel.Tools.Inspectors.Vfs
  • AIKernel.Tools.Inspectors.KernelClock
  • AIKernel.Tools.Inspectors.ChatHistoryScraper
  • AIKernel.Tools.Capability.RomStorage
  • AIKernel.CLI

CLI Scope

The CLI surface is intended to support practical Semantic OS workflows, including:

  • runtime checks
  • system information
  • VFS access
  • capability listing and invocation
  • provider-oriented workflows
  • scheduling-oriented workflows

Compatibility

  • Target version: 0.1.1
  • Compatible with AIKernel.NET 0.1.1 and AIKernel.Core 0.1.1.
  • CLI is distributed as a tool package and should not be treated as a normal library PackageReference.

Validation

  • Release build passed.
  • Tools test suite passed.