Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

50 lines (40 loc) · 4.8 KB

1.0.1 (2025-01-18)

Bug Fixes

  • image not link in README (14b8dbb)

1.0.0 (2025-01-18)

Bug Fixes

Features

  • add dynamic exposure of capabilities (042b5a2)
  • add experimental decorator sample file and support for roots (333863e)
  • Add GitHub Actions workflow and semantic release configuration, fix types issue related to Context object (bf3b6a9)
  • add listCapabilities method to introspect (2345772)
  • add prompt and resource (80532a2)
  • add uri parser to support resource integration with custom protocols (3b0e99a)
  • almost done with Resources (5d876a0)
  • basic logger (9425ced)
  • basic tool checkin (45b98d3)
  • better abstraction for tools (3efa7eb)
  • checkin resource management (3f2a09c)
  • checkin with working tool call (096782b)
  • correctly adds and passes config to tool manager (531ee29)
  • fix type issues with decorators (e6b942c)
  • implement context object for logging, progress, and resource fetching (3f9ffc8)
  • pass arguments correctly to fns to fulfill tools (6bec6c6)
  • polished decorators with optional overrides, update README and TODO (c461cad)
  • prompt list and get both work (5a348b9)
  • README (8530284)
  • ResourceManager checkpoint (0819c59)
  • ResourceTemplate support and fixing all tests (5e6c0a6)
  • restore Resource functionality via discrimination between it and templates (fdb88fd)
  • support for ResourceTemplates (8dd1b91)
  • support for roots (bee2dfd)
  • tool calling works + parameter passing (bb77bdd)
  • update documentation (30b43f4)