diff options
| author | Adam Malczewski <[email protected]> | 2026-04-29 21:40:58 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-04-29 21:40:58 +0900 |
| commit | 27af03cb3540539f065334c199fdb42c48776fc5 (patch) | |
| tree | 9dcaecc59f4383d88933519b5b049793e772427b /dispatch-adapter-interface.gemspec | |
| parent | 07277435c0688ad9f5fa682633b86b99ef5bb854 (diff) | |
| download | dispatch-adapter-interface-27af03cb3540539f065334c199fdb42c48776fc5.tar.gz dispatch-adapter-interface-27af03cb3540539f065334c199fdb42c48776fc5.zip | |
update to support claude
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" |
