Skip to content

Releases: iMagdy/ktesio

Ktesio v0.4.0

03 Jun 04:03
580dfa1

Choose a tag to compare

Ktesio v0.4.0

Install the archive for your platform, unpack it, and place kt on your PATH.

Downloads

Platform Target Archive Checksum
macOS Intel x86_64-apple-darwin ktesio-v0.4.0-x86_64-apple-darwin.tar.gz sha256
macOS Apple Silicon aarch64-apple-darwin ktesio-v0.4.0-aarch64-apple-darwin.tar.gz sha256
Windows x64 x86_64-pc-windows-msvc ktesio-v0.4.0-x86_64-pc-windows-msvc.zip sha256
Linux x64 x86_64-unknown-linux-gnu ktesio-v0.4.0-x86_64-unknown-linux-gnu.tar.gz sha256
All checksums ktesio-v0.4.0-checksums.txt -

Changes

Comparison: v0.3.1...v0.4.0

Features

Documentation

Maintenance

Ktesio v0.3.1

02 Jun 01:36
dc0965b

Choose a tag to compare

Ktesio v0.3.1

Install the archive for your platform, unpack it, and place kt on your PATH.

Downloads

Platform Target Archive Checksum
macOS Intel x86_64-apple-darwin ktesio-v0.3.1-x86_64-apple-darwin.tar.gz sha256
macOS Apple Silicon aarch64-apple-darwin ktesio-v0.3.1-aarch64-apple-darwin.tar.gz sha256
Windows x64 x86_64-pc-windows-msvc ktesio-v0.3.1-x86_64-pc-windows-msvc.zip sha256
Linux x64 x86_64-unknown-linux-gnu ktesio-v0.3.1-x86_64-unknown-linux-gnu.tar.gz sha256
All checksums ktesio-v0.3.1-checksums.txt -

Changes

Comparison: v0.3.0...v0.3.1

Features

  • discover fallback skills from agents directory (#31) (634c99a)

Documentation

  • merge install details into quickstart (7913033)
  • update quickstart install paths (1a94d4f)
  • update release notes for v0.3.0 (#28) (05651e6)

Maintenance

Ktesio v0.3.0

01 Jun 22:35
8c1443c

Choose a tag to compare

Ktesio v0.3.0

Install the archive for your platform, unpack it, and place kt on your PATH.

Downloads

Platform Target Archive Checksum
macOS Intel x86_64-apple-darwin ktesio-v0.3.0-x86_64-apple-darwin.tar.gz sha256
macOS Apple Silicon aarch64-apple-darwin ktesio-v0.3.0-aarch64-apple-darwin.tar.gz sha256
Windows x64 x86_64-pc-windows-msvc ktesio-v0.3.0-x86_64-pc-windows-msvc.zip sha256
Linux x64 x86_64-unknown-linux-gnu ktesio-v0.3.0-x86_64-unknown-linux-gnu.tar.gz sha256
All checksums ktesio-v0.3.0-checksums.txt -

Changes

Comparison: v0.2.0...v0.3.0

Features

  • show init adoption progress (7ac8362)

Fixes

  • recognize publish docs examples (8c1443c)

Documentation

Maintenance

Ktesio v0.2.0

01 Jun 22:07
784a02b

Choose a tag to compare

Ktesio v0.2.0

Install the archive for your platform, unpack it, and place kt on your PATH.

Downloads

Platform Target Archive Checksum
macOS Intel x86_64-apple-darwin ktesio-v0.2.0-x86_64-apple-darwin.tar.gz sha256
macOS Apple Silicon aarch64-apple-darwin ktesio-v0.2.0-aarch64-apple-darwin.tar.gz sha256
Windows x64 x86_64-pc-windows-msvc ktesio-v0.2.0-x86_64-pc-windows-msvc.zip sha256
Linux x64 x86_64-unknown-linux-gnu ktesio-v0.2.0-x86_64-unknown-linux-gnu.tar.gz sha256
All checksums ktesio-v0.2.0-checksums.txt -

Changes

Comparison: v0.1.1...v0.2.0

Features

  • add dependency publish manifest model (784a02b)
  • polish CLI terminal output (#26) (86e13be)
  • add skills search and shorthand installs (#23) (17b4e4d)

Documentation

CI

Other Changes

Ktesio v0.1.1

31 May 14:50
00e7fd3

Choose a tag to compare

Ktesio v0.1.1

Install the archive for your platform, unpack it, and place kt on your PATH.

Downloads

Platform Target Archive Checksum
macOS Intel x86_64-apple-darwin ktesio-v0.1.1-x86_64-apple-darwin.tar.gz sha256
macOS Apple Silicon aarch64-apple-darwin ktesio-v0.1.1-aarch64-apple-darwin.tar.gz sha256
Windows x64 x86_64-pc-windows-msvc ktesio-v0.1.1-x86_64-pc-windows-msvc.zip sha256
Linux x64 x86_64-unknown-linux-gnu ktesio-v0.1.1-x86_64-unknown-linux-gnu.tar.gz sha256
All checksums ktesio-v0.1.1-checksums.txt -

Changes

Comparison: Initial release history

Features

  • improve cli visuals and help (052ca93)
  • add release automation and open source polish (f8ef392)
  • Add GitHub CI pipeline for PR checks (#4) (171de35)
  • integrate GitHub issue tracking into task implementation and PR workflow (4b4fdb7)
  • add integration tests and improve unit test coverage (2f6bf07)
  • add skill install fallback discovery (7e6b43f)
  • add comprehensive documentation and test coverage (b5fc1a5)
  • implement agentic skills package manager CLI (73e6ac3)

Fixes

  • allow partial skill manifests (a5f5dc4)
  • install exported skill content safely (2f525b2)

Documentation

  • mark dependabot updates merged (a73ebeb)
  • clarify solo maintainer branch policy (36a1b74)
  • add repository audit checklist (d978ca7)
  • correct repository name and path in quick start instructions (10da4ff)
  • add test coverage and documentation currency principles (v1.1.0) (c72c185)

Tests

  • increase coverage for cli helpers (#7) (7f29853)

CI

  • publish only release asset files (00e7fd3)
  • publish crate before release artifacts (88438e5)
  • identify crates io release check (dc2f96d)
  • use current intel macos release runner (ad0e63d)
  • exempt dependabot prs from dco by author (537742b)
  • align dco checks with automation (5682357)
  • publish release artifacts to ghcr homebrew and crates (#6) (d571bd5)

Maintenance

  • prepare 0.1.1 release (285f059)
  • rename project to ktesio (#10) (d2cfa1f)
  • bump cargo dependency group (3ac0ab6)
  • bump github actions group (4a0ed6e)
  • use canonical apache license text (e5acc16)
  • harden repository governance (c1463f4)

Other Changes

  • Add license, homepage, repository, and readme to Cargo.toml (d636953)
  • apply code formatting and update Rust edition to 2024 (32fbc59)
  • speckit (8d14960)
  • Initial commit from Specify template (76d7354)