Skip to content

Releases: anton-kostryukov/3d-printing-ops

0.3.0

Choose a tag to compare

@anton-kostryukov anton-kostryukov released this 13 Jul 17:33
ae9e5d1

Highlights

  • Added the klipper-ops-mcp Python stdio server with 11 typed, bounded printer operations.
  • Split the skill policy layer from MCP execution while keeping portable shell fallbacks.
  • Added backup, staged validation, expiring plan hashes, drift checks, atomic config apply, service health checks, and automatic rollback.
  • Hardened dotenv parsing, atomic pulls, shell pushes, allowlisted restarts, workspace paths, and active-print gates.
  • Added Codex, Claude Code, Gemini CLI, Cursor, and generic MCP setup guidance plus CI and 18 tests.

See CHANGELOG.md for the granular release record.

3d-printing-ops 0.2.0

Choose a tag to compare

@anton-kostryukov anton-kostryukov released this 05 Jun 14:49
4a3dd21

Changed

  • Documented GitHub Flow with main as the primary branch.
  • Clarified that versions, git tags, and GitHub Releases are reserved for functional changes and bugfixes.
  • Clarified AI-agent installation for Codex-compatible skill loaders.
  • Reshaped and renamed the repository as the 3d-printing-ops marketplace, currently containing the klipper-ops skill at skills/klipper-ops.

klipper-ops 0.1.3

Choose a tag to compare

@anton-kostryukov anton-kostryukov released this 04 Jun 14:27

Changed

  • Made the README introduction tool-agnostic by describing the project as an AI-agent skill rather than a Codex-specific skill.
  • Updated the published GitHub repository description to avoid Codex-specific positioning.

klipper-ops 0.1.2

Choose a tag to compare

@anton-kostryukov anton-kostryukov released this 04 Jun 14:26

Changed

  • Renamed the published GitHub repository to klipper-ops-skill so consumers can recognize it as a skill package.
  • Updated README clone and initialization examples to use anton-kostryukov/klipper-ops-skill.

klipper-ops 0.1.1

Choose a tag to compare

@anton-kostryukov anton-kostryukov released this 04 Jun 14:24

Added

  • Human-readable README with quick start, configuration, AI-agent integration snippets, script reference, and release contract.
  • scripts/init-project.sh for bootstrapping printer workspaces with env files, config directories, backups, and optional local wrappers.
  • .gitignore entries for local printer env, known hosts, backups, and config mirrors.

Changed

  • Bumped skill version to 0.1.1 for publication documentation and project initialization support.