Skip to content

Releases: Algiras/skillz

Skillz v0.8.4

Choose a tag to compare

@github-actions github-actions released this 10 Jan 20:59

What's Changed in v0.8.4

✨ Features

  • feat: Add progressive disclosure, skill repos, bundles & LLM discovery

🐛 Bug Fixes

  • fix(ci): Resolve clippy warnings and internal lint errors
  • fix: Gracefully handle in tool manifests

📚 Documentation

  • docs: Add new hero image to README
  • docs: Add Learning Skills blog post and update homepage

🔧 Other Changes

  • release: v0.8.4
  • style: Fix formatting in src/main.rs
  • chore: Cleanup and move tests to py_tests (ignored)
  • git: Add .fastembed_cache to .gitignore

Full Changelog: v0.8.3...v0.8.4

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 05 Dec 19:38
fix: call_tool arguments schema validation

Changed CallToolArgs arguments from Option<Value> to Option<HashMap<String, Value>> to generate correct JSON schema. Bumped version to 0.8.3.

Skillz v0.8.2

Choose a tag to compare

@github-actions github-actions released this 02 Dec 19:55

What's Changed in v0.8.2

🐛 Bug Fixes

  • fix: resolve clippy lints (Default trait, ptr_arg, manual_flatten)

🔧 Other Changes

  • chore: bump version to 0.8.2
  • style: fix cargo fmt issues

Full Changelog: v0.8.1...v0.8.2

Skillz v0.8.1

Choose a tag to compare

@github-actions github-actions released this 02 Dec 19:40
1fdc259

What's Changed in v0.8.1

✨ Features

  • feat: implement docker services integration and update documentation
  • feat: Add MCP server integration with namespace support

📚 Documentation

  • docs: update architecture diagrams and document docker/pipeline flows (v0.8.1)
  • docs: Update docs and bump version to 0.6.0
  • docs: add research publication pdf and link

🔧 Other Changes

  • Merge pull request #2 from Algiras/main
  • v0.7.0: Add built-in MCP prompts for tool creation
  • Fix: Initialize prompt registry with default prompts
  • Add native MCP prompts for Skillz tool creation
  • Merge pull request #1 from Algiras/main
  • ci: separate paper build from pages deployment
  • ci: update pages workflow to publish research pdf to root
  • Cleanup: Remove tracked Quarto artifacts and fix .gitignore
  • Config: Disable HTML output, publish PDF only
  • Fix: Restore paper, remove cache, and merge deployment workflows

Full Changelog: v0.5.0...v0.8.1

Skillz v0.5.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 07:23

What's Changed in v0.5.0

✨ Features

  • feat: migrate to rusqlite for Windows compatibility (v0.5.0)

🔧 Other Changes

  • Add installation warning and release workflow
  • Add blog post about Skillz origin story

Full Changelog: v0.4.9...v0.5.0

Skillz v0.4.9

Choose a tag to compare

@github-actions github-actions released this 30 Nov 17:26

What's Changed in v0.4.9

✨ Features

  • feat: Add resource subscriptions
  • feat: Add cancellation handler (on_cancelled)
  • feat: Add _meta forwarding, listChanged notifications, resource templates
  • feat: Add streaming output for progressive results
  • feat: Add tools/call - tools can call other tools
  • feat: Add TTL support to memory for caching

🐛 Bug Fixes

  • fix: Switch from libsql to rusqlite for Windows compatibility
  • fix: remove duplicate code and enhance test coverage

📚 Documentation

  • docs: Add comprehensive architecture documentation
  • docs: add comprehensive architecture and flow explanations
  • docs: remove one-line install section
  • docs: remove Cursor one-click install button
  • docs: Update all documentation with full MCP support
  • docs: Add tools/call, streaming, TTL documentation
  • docs: Mark caching, tools/call, streaming as completed
  • docs: Update FUTURE_PLANS with new priorities

🔧 Other Changes

  • chore: Bump version to 0.4.9
  • ci: Fix workflow concurrency and release binaries
  • chore: Bump version to 0.4.6
  • style: apply rustfmt formatting

Full Changelog: v0.4.8...v0.4.9

Skillz v0.4.8

Choose a tag to compare

@github-actions github-actions released this 29 Nov 22:36

What's Changed in v0.4.8

✨ Features

  • feat: support version pinning and zero-install run mode in installer
  • feat: add one-line install script and update README

📚 Documentation

  • docs: update website with one-click install and new features
  • docs: add smithery one-click install button and env var note

🔧 Other Changes

  • chore: bump version to 0.4.8

Full Changelog: v0.4.7...v0.4.8

Skillz v0.4.7

Choose a tag to compare

@github-actions github-actions released this 29 Nov 22:27

What's Changed in v0.4.7

🐛 Bug Fixes

  • fix: replace libsql with rusqlite for Windows support

Full Changelog: v0.4.6...v0.4.7

Skillz v0.4.6

Choose a tag to compare

@github-actions github-actions released this 29 Nov 22:06

What's Changed in v0.4.6

✨ Features

  • feat: add tool templates with filesystem storage

🔧 Other Changes

  • ci: parallelize builds across Windows, macOS, Linux

Full Changelog: v0.4.5...v0.4.6

Skillz v0.4.5

Choose a tag to compare

@github-actions github-actions released this 29 Nov 21:38

What's Changed in v0.4.5

🔧 Other Changes

  • chore: add pre-commit hook and coding standards
  • Fix clippy warnings with allow(dead_code) attributes

Full Changelog: v0.4.4...v0.4.5