diff options
Diffstat (limited to 'dispatch-adapter-interface.gemspec')
| -rw-r--r-- | dispatch-adapter-interface.gemspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dispatch-adapter-interface.gemspec b/dispatch-adapter-interface.gemspec index 0cd449a..a240145 100644 --- a/dispatch-adapter-interface.gemspec +++ b/dispatch-adapter-interface.gemspec @@ -9,7 +9,8 @@ Gem::Specification.new do |spec| spec.email = ["[email protected]"] spec.summary = "Shared interface for Dispatch LLM adapter gems" - spec.description = "Defines the base class, data structs, and error hierarchy shared by all " \ + spec.description = "Defines the base class, data structs, error hierarchy, and shared utilities " \ + "(RateLimiter, UsageReport, cache-control, thinking blocks) used by all " \ "Dispatch adapter gems (Copilot, Claude, Tester, etc.)." spec.homepage = "https://github.com/realtradam/dispatch-adapter-interface" spec.license = "MIT" |
