lex-claude 0.1.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lex-claude
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity
@@ -142,6 +142,8 @@ executables: []
142
142
  extensions: []
143
143
  extra_rdoc_files: []
144
144
  files:
145
+ - ".github/CODEOWNERS"
146
+ - ".github/dependabot.yml"
145
147
  - ".github/workflows/ci.yml"
146
148
  - ".gitignore"
147
149
  - ".rspec"
@@ -156,6 +158,12 @@ files:
156
158
  - lib/legion/extensions/claude.rb
157
159
  - lib/legion/extensions/claude/client.rb
158
160
  - lib/legion/extensions/claude/helpers/client.rb
161
+ - lib/legion/extensions/claude/helpers/errors.rb
162
+ - lib/legion/extensions/claude/helpers/models.rb
163
+ - lib/legion/extensions/claude/helpers/response.rb
164
+ - lib/legion/extensions/claude/helpers/retry.rb
165
+ - lib/legion/extensions/claude/helpers/sse.rb
166
+ - lib/legion/extensions/claude/helpers/tools.rb
159
167
  - lib/legion/extensions/claude/runners/batches.rb
160
168
  - lib/legion/extensions/claude/runners/messages.rb
161
169
  - lib/legion/extensions/claude/runners/models.rb