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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/legion/tty/screens/chat.rb +1 -1
- data/lib/legion/tty/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4e1f4e9b98e369f3ebd116f0149e94fd6bdbac175e77c96304af5aaceabfba0
|
|
4
|
+
data.tar.gz: 61aad5ca0196500598848b633f432c978bb03cf91a2e5df06b4df49b51c0f9cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0929c7db252c880bd290495f2d64dda58bddcfd4076a81229a06b6a55106a8521d307a8f042f9c42205e7b965c7ba2cbc73845e04054f76e38f832a20916093d'
|
|
7
|
+
data.tar.gz: 74c6301c7aa2212b201f96bbd4de5654848c5767add316ff8fd9e84c7bdd97131c15fff58cda2a791b5bc8d188a8cb83f22dc256dae2ad62647572de3c01950e
|
data/CHANGELOG.md
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.
|
|
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
|
|
data/lib/legion/tty/version.rb
CHANGED