legionio 1.4.190 → 1.4.191

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b136bf0f2f2e32c879f8d83d2f5347ca030903bb6fdaee089f16b82ea0a07e1
4
- data.tar.gz: 0be1a905e4d7d63864f900395a0a7e387be9e05a78173e0590e21bcb1980e775
3
+ metadata.gz: 0a8aed0ec8e6c6f4f154f454f0fe06bc2a40d04d89e02cb1e68a1fab6feb25fb
4
+ data.tar.gz: f2df575740e58620b5ae0bf20c0b19fe533c6a61a63ed7d6abbd38a9fe7265d6
5
5
  SHA512:
6
- metadata.gz: bb553891cc502e622ef8b96d541b27dcfeba2f68410f3ecfae8b799279456f1ed5ea94a1a6e0f19ab60c948a87ce7ae2c8d1337bfad3818bd80c83c69e179c09
7
- data.tar.gz: fbf3214bab1a73614e42a9adf82f39961cc1515d8ad19b3a28940683d191d843ceb56bd1ca03830b64d84cb832d7e7a83e480e4b80a9e2f2c92d739194af32e0
6
+ metadata.gz: 0362c0482fd0da966ebb36257d161375d583395c14b802fea81235e4cdcf61e13d02b285af3c8097ff8e709afea9a24c2fc5a6074227d6554f5d3bef5c9a0b7d
7
+ data.tar.gz: cf2cdc25ce57e4dbfa447ea65f44b295fe796f96def408c414b5bc71c29633fc399c29f267f8b8aee0671471d10fc22863149b9c0f481024a55b6954d9e8990f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Legion Changelog
2
2
 
3
+ ## [1.4.191] - 2026-03-23
4
+
5
+ ### Changed
6
+ - Add `caller: { source: 'cli', command: 'chat' }` to `Legion::LLM.chat` call in `CLI::ChatCommand#create_chat`, completing Wave 5 consumer migration
7
+
3
8
  ## [1.4.190] - 2026-03-23
4
9
 
5
10
  ### Changed
@@ -237,7 +237,7 @@ module Legion
237
237
  opts.compact!
238
238
 
239
239
  require 'legion/cli/chat/tool_registry'
240
- chat = Legion::LLM.chat(**opts)
240
+ chat = Legion::LLM.chat(**opts, caller: { source: 'cli', command: 'chat' })
241
241
  chat.with_tools(*Chat::ToolRegistry.all_tools)
242
242
  chat
243
243
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Legion
4
- VERSION = '1.4.190'
4
+ VERSION = '1.4.191'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: legionio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.190
4
+ version: 1.4.191
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity