llm-shell 0.9.0 → 0.9.1

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: 5a36478ef62c7e7db413c26a66d77da788a7135846d27e200dc236ee2480b2af
4
- data.tar.gz: 940ecf35df53edd106f0750c3ca6467482ff59c18e45ae05702b9e60a8adff03
3
+ metadata.gz: 2af39ad23ef30a9dcd09b5191da0079b2df3abbcb260a87efc26a04f6e8fbd2e
4
+ data.tar.gz: e8fc3cb2c024f9036c88bcbfc4a42bf937f0833ac5f7079841123c592fd2d8f1
5
5
  SHA512:
6
- metadata.gz: c36710535f7e59346fbc85dba3e90e1ad6ef4ea72ac2d799d743c8c9f482ac85172962c817e3817898f1c8e51f64e9cf5c6172f8e48377f647b4a5ba033f8531
7
- data.tar.gz: 568944aaf6e69b314bc39714dd2d33896943e9716556f75e1bdb9ac38dc415fdb933943b24c7fc346a9d2ef4b904875ee74d3187e0f5c34616841215d477242f
6
+ metadata.gz: 8315f007d4efe93b8c6123a76d4b3375930e1aaf6ff553f95ebfd82359080c63e46b4b118a6510a6bed035e74f3af62c189eeb37a47d829c63103acda097fca1
7
+ data.tar.gz: a15d2594f61a285c76298cb360a89a93a584978cce95d0a8243c885a8796debb61f235ae0f272f96300586100233810ab98dd5d0c56d2adb88b208d4013ef3ed
data/lib/io/line.rb CHANGED
File without changes
data/lib/llm/function.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -35,7 +35,7 @@ class LLM::Shell
35
35
  def start
36
36
  loop do
37
37
  read
38
- eval
38
+ eval while functions.any?
39
39
  emit
40
40
  rescue LLM::ResponseError => ex
41
41
  print Paint[ex.response.class, :red], "\n"
@@ -4,5 +4,5 @@ module LLM
4
4
  end unless defined?(LLM)
5
5
 
6
6
  class LLM::Shell
7
- VERSION = "0.9.0"
7
+ VERSION = "0.9.1"
8
8
  end
data/lib/llm/shell.rb CHANGED
File without changes
data/lib/llm-shell.rb CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llm-shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antar Azri