legion-tty 0.4.31 → 0.4.32

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: 2feec70c28da0ec0abe04d48be0fe8f2bc949d469c8fc386e8e29e2507d650fe
4
- data.tar.gz: 61646376fd5db30bb47b4ff7552c72db94fc35b1116c64c71f6438b3ad554acd
3
+ metadata.gz: f4e1f4e9b98e369f3ebd116f0149e94fd6bdbac175e77c96304af5aaceabfba0
4
+ data.tar.gz: 61aad5ca0196500598848b633f432c978bb03cf91a2e5df06b4df49b51c0f9cc
5
5
  SHA512:
6
- metadata.gz: cb53c41ac68e1c56fac2988994d5b679252e827dbc88894256ed14bddd5c5e9fe2cb1dcf710710d75e0b92c9634de981100a15211cfee988cd06158a0eeedd9a
7
- data.tar.gz: f21b89e5c95c2e6f257eb9abdb7af16c139060359b10c86b6a497a6d141a51ab55e3810d18bad280528146ea7b76ca60b6ebd881a9489c24c22c49b6020909cd
6
+ metadata.gz: '0929c7db252c880bd290495f2d64dda58bddcfd4076a81229a06b6a55106a8521d307a8f042f9c42205e7b965c7ba2cbc73845e04054f76e38f832a20916093d'
7
+ data.tar.gz: 74c6301c7aa2212b201f96bbd4de5654848c5767add316ff8fd9e84c7bdd97131c15fff58cda2a791b5bc8d188a8cb83f22dc256dae2ad62647572de3c01950e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.32] - 2026-03-23
4
+
5
+ ### Changed
6
+ - Add `caller:` identity to daemon path LLM call in `send_via_daemon`
7
+
3
8
  ## [0.4.31] - 2026-03-22
4
9
 
5
10
  ### Changed
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Rich terminal UI for the LegionIO async cognition engine.
4
4
 
5
- **Version**: 0.4.28
5
+ **Version**: 0.4.29
6
6
 
7
7
  Think Claude Code meets Codex CLI, but for LegionIO: onboarding wizard with identity detection, streaming AI chat shell with 115 slash commands, operational dashboard, extensions browser, config editor, and session persistence - all rendered with the [tty-ruby](https://ttytoolkit.org/) gem ecosystem.
8
8
 
@@ -256,7 +256,7 @@ module Legion
256
256
  end
257
257
 
258
258
  def send_via_daemon(message)
259
- result = Legion::LLM.ask(message: message)
259
+ result = Legion::LLM.ask(message: message, caller: { source: 'tty', screen: 'chat' })
260
260
 
261
261
  case result&.dig(:status)
262
262
  when :done
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Legion
4
4
  module TTY
5
- VERSION = '0.4.31'
5
+ VERSION = '0.4.32'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: legion-tty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.31
4
+ version: 0.4.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity