aia 0.5.16 → 0.5.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e8b6a3c91dad9236a014bbe130c6f359ba3121a8e731398304f6d6305158138
4
- data.tar.gz: ce833e093f76d57388296361371484e1ce75c48442f4199895135f24ab3a8289
3
+ metadata.gz: 299a84f02f8f0fd0d2d26e8dd0c371e22bf7b19330c858273731eae0a017b965
4
+ data.tar.gz: 64a39d4045392d1e207e6e21714925cb9cf28c68dba92df8b516efff7525b57f
5
5
  SHA512:
6
- metadata.gz: bfd04950aeb63e7d35f1063d8264fcdbd5e66d09ddf0ca9776caacfe978c4340a00b3e26ccadd728f0b83d9278eedc391b72c942e357a95acd6e39f6aab93f4d
7
- data.tar.gz: 7e4f2a9698906c61d84eb4d19f9d059867579e922da77e1a7ddb55fe1dc50a6784b1f7e831ea6c3daf68a3e5078c21ec61514dafee29b135bc7ebf9c55a585c8
6
+ metadata.gz: d687ba13fa6a323046fd592efa9697502ba2ababe06623814ada87a5df430809bb9e54cd7da5d82c24b49d09641e59d8c77f0ed70fd4d3ae63878d2beaacc283
7
+ data.tar.gz: 2c5e3d861ec585231206a2e92a973100f1228f4eddbc5066782e0ace4a6bb76de2dd5530df9e29d87e9dd3b5aa82c03fb5002c83fda6c2b1272918d9ed3a04c4
data/.version ADDED
@@ -0,0 +1 @@
1
+ 0.5.18
data/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
- ## [Unreleased]
1
+ ## Unreleased
2
2
 
3
- ## [0.5.16] 2024-04-02
3
+ ### [0.5.18] 2024-10-26
4
+ - updated dependencies; using prompt_manager v0.4.2
5
+
6
+ ## Released
7
+
8
+ ### [0.5.17] 2024-05-17
9
+ - removed replaced `semver` with `versionaire`
10
+
11
+ ### [0.5.16] 2024-04-02
4
12
  - fixed prompt pipelines
5
13
  - added //next and //pipeline directives as shortcuts to //config [next,pipeline]
6
14
  - Added new backend "client" as an internal OpenAI client
@@ -10,82 +18,82 @@
10
18
  - Added --image_size and --image_quality (--is --iq)
11
19
 
12
20
 
13
- ## [0.5.15] 2024-03-30
21
+ ### [0.5.15] 2024-03-30
14
22
  - Added the ability to accept piped in text to be appeded to the end of the prompt text: curl $URL | aia ad_hoc
15
23
  - Fixed bugs with entering directives as follow-up prompts during a chat session
16
24
 
17
- ## [0.5.14] 2024-03-09
25
+ ### [0.5.14] 2024-03-09
18
26
  - Directly access OpenAI to do text to speech when using the `--speak` option
19
27
  - Added --voice to specify which voice to use
20
28
  - Added --speech_model to specify which TTS model to use
21
29
 
22
- ## [0.5.13] 2024-03-03
30
+ ### [0.5.13] 2024-03-03
23
31
  - Added CLI-utility `llm` as a backend processor
24
32
 
25
- ## [0.5.12] 2024-02-24
33
+ ### [0.5.12] 2024-02-24
26
34
  - Happy Birthday Ruby!
27
35
  - Added --next CLI option
28
36
  - Added --pipeline CLI option
29
37
 
30
- ## [0.5.11] 2024-02-18
38
+ ### [0.5.11] 2024-02-18
31
39
  - allow directives to return information that is inserted into the prompt text
32
40
  - added //shell command directive
33
41
  - added //ruby ruby_code directive
34
42
  - added //include path_to_file directive
35
43
 
36
- ## [0.5.10] 2024-02-03
44
+ ### [0.5.10] 2024-02-03
37
45
  - Added --roles_dir to isolate roles from other prompts if desired
38
46
  - Changed --prompts to --prompts_dir to be consistent
39
47
  - Refactored common fzf usage into its own tool class
40
48
 
41
- ## [0.5.9] 2024-02-01
49
+ ### [0.5.9] 2024-02-01
42
50
  - Added a "I'm working" spinner thing when "--verbose" is used as an indication that the backend is in the process of composing its response to the prompt.
43
51
 
44
- ## [0.5.8] 2024-01-17
52
+ ### [0.5.8] 2024-01-17
45
53
  - Changed the behavior of the --dump option. It must now be followed by path/to/file.ext where ext is a supported config file format: yml, yaml, toml
46
54
 
47
- ## [0.5.7] 2024-01-15
55
+ ### [0.5.7] 2024-01-15
48
56
  - Added ERB processing to the config_file
49
57
 
50
- ## [0.5.6] 2024-01-15
58
+ ### [0.5.6] 2024-01-15
51
59
  - Adding processing for directives, shell integration and erb to the follow up prompt in a chat session
52
60
  - some code refactoring.
53
61
 
54
- ## [0.5.3] 2024-01-14
62
+ ### [0.5.3] 2024-01-14
55
63
  - adding ability to render markdown to the terminal using the "glow" CLI utility
56
64
 
57
- ## [0.5.2] 2024-01-13
65
+ ### [0.5.2] 2024-01-13
58
66
  - wrap response when its going to the terminal
59
67
 
60
- ## [0.5.1] 2024-01-12
68
+ ### [0.5.1] 2024-01-12
61
69
  - removed a wicked puts "loaded" statement
62
70
  - fixed missed code when the options were changed to --out_file and --log_file
63
71
  - fixed completion functions by updating $PROMPT_DIR to $AIA_PROMPTS_DIR to match the documentation.
64
72
 
65
- ## [0.5.0] 2024-01-05
73
+ ### [0.5.0] 2024-01-05
66
74
  - breaking changes:
67
75
  - changed `--config` to `--config_file`
68
76
  - changed `--env` to `--shell`
69
77
  - changed `--output` to `--out_file`
70
78
  - changed default `out_file` to `STDOUT`
71
79
 
72
- ## [0.4.3] 2023-12-31
80
+ ### [0.4.3] 2023-12-31
73
81
  - added --env to process embedded system environment variables and shell commands within a prompt.
74
82
  - added --erb to process Embedded RuBy within a prompt because have embedded shell commands will only get you in a trouble. Having ERB will really get you into trouble. Remember the simple prompt is usually the best prompt.
75
83
 
76
- ## [0.4.2] 2023-12-31
84
+ ### [0.4.2] 2023-12-31
77
85
  - added the --role CLI option to pre-pend a "role" prompt to the front of a primary prompt.
78
86
 
79
- ## [0.4.1] 2023-12-31
87
+ ### [0.4.1] 2023-12-31
80
88
  - added a chat mode
81
89
  - prompt directives now supported
82
90
  - version bumped to match the `prompt_manager` gem
83
91
 
84
- ## [0.3.20] 2023-12-28
92
+ ### [0.3.20] 2023-12-28
85
93
  - added work around to issue with multiple context files going to the `mods` backend
86
94
  - added shellwords gem to santize prompt text on the command line
87
95
 
88
- ## [0.3.19] 2023-12-26
96
+ ### [0.3.19] 2023-12-26
89
97
  - major code refactoring.
90
98
  - supports config files \*.yml, \*.yaml and \*.toml
91
99
  - usage implemented as a man page. --help will display the man page/
@@ -98,10 +106,10 @@
98
106
  3. envar values over-rides ...
99
107
  4. default values
100
108
 
101
- ## [0.3.0] = 2023-11-23
109
+ ### [0.3.0] = 2023-11-23
102
110
 
103
111
  - Matching version to [prompt_manager](https://github.com/prompt_manager) This version allows for the user of history in the entery of values to prompt keywords. KW_HISTORY_MAX is set at 5. Changed CLI enteraction to use historical selection and editing of prior keyword values.
104
112
 
105
- ## [0.1.0] - 2023-11-23
113
+ ### [0.1.0] - 2023-11-23
106
114
 
107
115
  - Initial release
data/README.md CHANGED
@@ -1,21 +1,13 @@
1
1
  # AI Assistant (AIA)
2
2
 
3
- `aia` is a command-line utility that facilitates interaction with AI models. It automates the management of pre-compositional prompts and executes generative AI (Gen-AI) commands on those prompts.
3
+ `aia` is a command-line utility that facilitates interaction with AI models. It automates the management of pre-compositional prompts and executes generative AI (Gen-AI) commands on those prompts taking advantage of modern LLMs increased context window size.
4
4
 
5
5
  It leverages the `prompt_manager` gem to manage prompts for the `mods` and `sgpt` CLI utilities. It utilizes "ripgrep" for searching for prompt files. It uses `fzf` for prompt selection based on a search term and fuzzy matching.
6
6
 
7
7
  **Most Recent Change**: Refer to the [Changelog](CHANGELOG.md)
8
8
 
9
+ > Just an FYI ... I am working in the `develop` branch to **drop the dependency on backend LLM processors like mods and llm.** I'm refactor aia to use my own universal client gem called ai_client which gives access to all models and all providers.
9
10
 
10
- > v0.5.16
11
- > - fixed bugs with the prompt pipeline
12
- > - Added new backend "client" which is an `aia` internal client to the OpenAI API that allows both text-to-speech and speech-to-text
13
- > - Added --image_size and --image_quality to support image generation with the dall-e-2 and dall-e-3 models using the new internal `aia` OpenAI client.
14
- >
15
- > v0.5.15
16
- > - Support piped content by appending to end of prompt text
17
- > - fixed bugs with directives entered as follow-up while in chat mode
18
- >
19
11
 
20
12
 
21
13
  <!-- Tocer[start]: Auto-generated, don't remove. -->
@@ -578,19 +570,17 @@ Here is what my `chat` prompt file looks like:
578
570
 
579
571
  ## Development
580
572
 
581
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
573
+ This CLI tool started life as a few lines of ruby in a file in my scripts repo. I just kep growing as I decided to add more capability and more backend tools. There was no real architecture to guide the design. What was left is a large code mess which is slowly being refactored into something more maintainable. That work is taking place in the `develop` branch. I welcome you help. Take a look at what is going on in that branch and send me a PR against it.
574
+
575
+ Of course if you see something in the main branch send me a PR against that one so that we can fix the problem for all.
582
576
 
583
577
  ## Contributing
584
578
 
585
579
  Bug reports and pull requests are welcome on GitHub at https://github.com/MadBomber/aia.
586
580
 
587
- I've designed `aia` so that it should be easy to integrate other backend LLM processors. If you've found one that you like, send me a pull request or a feature request.
588
-
589
581
  When you find problems with `aia` please note them as an issue. This thing was written mostly by a human and you know how error prone humans are. There should be plenty of errors to find.
590
582
 
591
- I've been thinking that the REGEX used to identify a keyword within a prompt could be a configuration item. I chose to use square brackets and uppercase in the default regex; maybe, you have a collection of prompt files that use some other regex. Why should it be one way and not the other.
592
-
593
- Also I'm not happy with the way where I a some command line options for external command hard coded. I think they should be part of the configuration as well. For example the way I'm using `rg` and `fzf` may not be the way that you want to use them.
583
+ I'm not happy with the way where some command line options for external command are hard coded. I'm specific talking about the way in which the `rg` and `fzf` tools are used. There options decide the basic look and feel of the search capability on the command line. Maybe they should be part of the overall configuration so that users can tune their UI to the way they like.
594
584
 
595
585
  ## License
596
586
 
data/justfile CHANGED
@@ -1,10 +1,12 @@
1
1
  # aia/main.just
2
2
  #
3
3
  # Support man pages with ...
4
- # gem install kramdown-man
4
+ # gem install kramdown-man versionaire
5
5
  #
6
6
 
7
- RR := env_var('RR')
7
+ RR := env_var('RR')
8
+ version_filepath := env_var('RR') + "/.version"
9
+ man_filepath := env_var('RR') + "/man/aia.1.md"
8
10
 
9
11
  # with ~/.justfile
10
12
 
@@ -21,9 +23,10 @@ RR := env_var('RR')
21
23
 
22
24
  set fallback # search up for recipe name if not found locally.
23
25
 
24
- set positional-arguments := true
25
- set allow-duplicate-recipes := true
26
- set dotenv-load := false
26
+ set positional-arguments := true
27
+ set allow-duplicate-recipes := true
28
+ set allow-duplicate-variables := true
29
+ set dotenv-load := false
27
30
 
28
31
  # my common variables
29
32
 
@@ -78,6 +81,18 @@ mods_delete_all:
78
81
  mods -l | awk '{print $1}' | xargs -I {} mods -d {}
79
82
 
80
83
 
84
+ #############################################
85
+ ## iTerm2-related
86
+
87
+ # Fix half-duplex terminal
88
+ fix:
89
+ stty sane
90
+
91
+
92
+ # Clear the scroll-back buffer
93
+ @clear_buffer:
94
+ printf "\e[3J"
95
+
81
96
  #################################################
82
97
  ## Private recipes
83
98
 
@@ -115,7 +130,7 @@ mods_delete_all:
115
130
 
116
131
  module_repo := "/Users/dewayne/sandbox/git_repos/repo.just"
117
132
  module_gem := "/Users/dewayne/sandbox/git_repos/gem.just"
118
- module_version := "/Users/dewayne/just_modules/version.just"
133
+ module_version := "/Users/dewayne/just_modules/version_versionaire.just"
119
134
  module_git := "/Users/dewayne/just_modules/git.just"
120
135
 
121
136
 
@@ -170,7 +185,7 @@ tag_push_and_bump: tag push bump
170
185
 
171
186
  # Create a git tag for the current version
172
187
  tag:
173
- git tag $(semver)
188
+ git tag v`head -1 {{version_filepath}}`
174
189
 
175
190
  # Push the git current working directory and all tags
176
191
  push:
@@ -180,12 +195,22 @@ push:
180
195
 
181
196
  alias inc := bump
182
197
 
183
- # Increament version's level: major.minor.patch
198
+ # Increment version's level: major.minor.patch
184
199
  @bump level='patch':
185
- semver increment {{level}}
186
- echo "Now working on: $(semver)"
187
- git add {{RR}}/.semver
188
-
200
+ #!/usr/bin/env ruby
201
+ require 'versionaire'
202
+ old_version = Versionaire::Version File.read("{{version_filepath}}").strip
203
+ level = "{{level}}".to_sym
204
+ new_version = old_version.bump level
205
+ puts "Bumping #{level}: #{old_version} to #{new_version}"
206
+ File.open("{{version_filepath}}", 'w')
207
+ .write(new_version.to_s + "\n")
208
+ #
209
+ content = File.read({{man_filepath}}).sub(old_version, new_version)
210
+ #
211
+ File.write({{man_filepath}}, content)
212
+ #
213
+ `git add {{version_filepath}} {{man_filepath}}`
189
214
 
190
215
 
191
216
  # Module repo
@@ -0,0 +1,92 @@
1
+ # lib/aia/tools/ai_client_backend.rb
2
+
3
+ # This is WIP in the `develop` branch
4
+ # do not use.
5
+
6
+ require 'ai_client'
7
+ require_relative 'backend_common'
8
+
9
+ class AIA::AiClientBackend < AIA::Tools
10
+ include AIA::BackendCommon
11
+
12
+ meta(
13
+ name: 'ai_client',
14
+ role: :backend,
15
+ desc: 'AI Client integration for unified model access',
16
+ url: 'https://github.com/path/to/ai_client', # TODO: Update URL
17
+ install: 'gem install ai_client',
18
+ )
19
+
20
+ attr_reader :client, :raw_response
21
+
22
+ DEFAULT_PARAMETERS = ''
23
+ DIRECTIVES = %w[
24
+ model
25
+ temperature
26
+ max_tokens
27
+ top_p
28
+ frequency_penalty
29
+ presence_penalty
30
+ ]
31
+
32
+ def initialize(text: "", files: [])
33
+ super
34
+ @client = AiClient.new
35
+ end
36
+
37
+ def build_command
38
+ # No-op - ai_client doesn't use command line
39
+ @parameters = ""
40
+ end
41
+
42
+ def run
43
+ handle_model(AIA.config.model)
44
+ rescue => e
45
+ puts "Error handling model #{AIA.config.model}: #{e.message}"
46
+ end
47
+
48
+ private
49
+
50
+ def handle_model(model_name)
51
+ case model_name
52
+ when /vision/
53
+ image2text
54
+ when /^gpt/
55
+ text2text
56
+ when /^dall-e/
57
+ text2image
58
+ when /^tts/
59
+ text2audio
60
+ when /^whisper/
61
+ audio2text
62
+ else
63
+ raise "Unsupported model: #{model_name}"
64
+ end
65
+ end
66
+
67
+ def text2text
68
+ response = client.complete(
69
+ prompt: text,
70
+ model: AIA.config.model,
71
+ temperature: AIA.config.temp
72
+ )
73
+ response.completion
74
+ end
75
+
76
+ # Placeholder methods to maintain API compatibility
77
+ def image2text
78
+ raise "Not yet implemented for ai_client"
79
+ end
80
+
81
+ def text2image
82
+ raise "Not yet implemented for ai_client"
83
+ end
84
+
85
+ def text2audio
86
+ raise "Not yet implemented for ai_client"
87
+ end
88
+
89
+ def audio2text
90
+ raise "Not yet implemented for ai_client"
91
+ end
92
+ end
data/lib/aia/version.rb CHANGED
@@ -1,10 +1,10 @@
1
1
  # lib/aia/version.rb
2
2
  # frozen_string_literal: true
3
3
 
4
- require 'semver'
4
+ require 'versionaire'
5
5
 
6
6
  module AIA
7
- # .semver is located at the gem's root directory
8
- version_file_path = File.join(__dir__, '..', '..')
9
- VERSION = SemVer.find(version_file_path).to_s[1..]
7
+ VERSION_FILEPATH = "#{__dir__}/../../.version"
8
+ VERSION = Versionaire::Version File.read(VERSION_FILEPATH).strip
9
+ def self.version = VERSION
10
10
  end
data/main.just CHANGED
@@ -1,10 +1,12 @@
1
1
  # aia/main.just
2
2
  #
3
3
  # Support man pages with ...
4
- # gem install kramdown-man
4
+ # gem install kramdown-man versionaire
5
5
  #
6
6
 
7
- RR := env_var('RR')
7
+ RR := env_var('RR')
8
+ version_filepath := env_var('RR') + "/.version"
9
+ man_filepath := env_var('RR') + "/man/aia.1.md"
8
10
 
9
11
  with ~/.justfile
10
12
 
@@ -13,7 +15,7 @@ with ~/.justfile
13
15
 
14
16
  module repo /Users/dewayne/sandbox/git_repos/repo.just
15
17
  module gem /Users/dewayne/sandbox/git_repos/gem.just
16
- module version /Users/dewayne/just_modules/version.just
18
+ module version /Users/dewayne/just_modules/version_versionaire.just
17
19
  module git /Users/dewayne/just_modules/git.just
18
20
 
19
21
 
@@ -68,7 +70,7 @@ tag_push_and_bump: tag push bump
68
70
 
69
71
  # Create a git tag for the current version
70
72
  tag:
71
- git tag $(semver)
73
+ git tag v`head -1 {{version_filepath}}`
72
74
 
73
75
  # Push the git current working directory and all tags
74
76
  push:
@@ -78,9 +80,19 @@ push:
78
80
 
79
81
  alias inc := bump
80
82
 
81
- # Increament version's level: major.minor.patch
83
+ # Increment version's level: major.minor.patch
82
84
  @bump level='patch':
83
- semver increment {{level}}
84
- echo "Now working on: $(semver)"
85
- git add {{RR}}/.semver
86
-
85
+ #!/usr/bin/env ruby
86
+ require 'versionaire'
87
+ old_version = Versionaire::Version File.read("{{version_filepath}}").strip
88
+ level = "{{level}}".to_sym
89
+ new_version = old_version.bump level
90
+ puts "Bumping #{level}: #{old_version} to #{new_version}"
91
+ File.open("{{version_filepath}}", 'w')
92
+ .write(new_version.to_s + "\n")
93
+ #
94
+ content = File.read({{man_filepath}}).sub(old_version, new_version)
95
+ #
96
+ File.write({{man_filepath}}, content)
97
+ #
98
+ `git add {{version_filepath}} {{man_filepath}}`
data/man/aia.1 CHANGED
@@ -1,6 +1,6 @@
1
1
  .\" Generated by kramdown-man 1.0.1
2
2
  .\" https://github.com/postmodern/kramdown-man#readme
3
- .TH aia 1 "v0.5.16" AIA "User Manuals"
3
+ .TH aia 1 "v0.5.18" AIA "User Manuals"
4
4
  .SH NAME
5
5
  .PP
6
6
  aia \- command\-line interface for an AI assistant
data/man/aia.1.md CHANGED
@@ -1,4 +1,4 @@
1
- # aia 1 "v0.5.16" AIA "User Manuals"
1
+ # aia 1 "v0.5.18" AIA "User Manuals"
2
2
 
3
3
  ## NAME
4
4
 
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.16
4
+ version: 0.5.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dewayne VanHoozer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-03 00:00:00.000000000 Z
11
+ date: 2024-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: ai_client
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: hashie
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +95,7 @@ dependencies:
81
95
  - !ruby/object:Gem::Version
82
96
  version: '0'
83
97
  - !ruby/object:Gem::Dependency
84
- name: semver2
98
+ name: shellwords
85
99
  requirement: !ruby/object:Gem::Requirement
86
100
  requirements:
87
101
  - - ">="
@@ -95,7 +109,7 @@ dependencies:
95
109
  - !ruby/object:Gem::Version
96
110
  version: '0'
97
111
  - !ruby/object:Gem::Dependency
98
- name: shellwords
112
+ name: toml-rb
99
113
  requirement: !ruby/object:Gem::Requirement
100
114
  requirements:
101
115
  - - ">="
@@ -109,7 +123,7 @@ dependencies:
109
123
  - !ruby/object:Gem::Version
110
124
  version: '0'
111
125
  - !ruby/object:Gem::Dependency
112
- name: toml-rb
126
+ name: tty-screen
113
127
  requirement: !ruby/object:Gem::Requirement
114
128
  requirements:
115
129
  - - ">="
@@ -123,7 +137,7 @@ dependencies:
123
137
  - !ruby/object:Gem::Version
124
138
  version: '0'
125
139
  - !ruby/object:Gem::Dependency
126
- name: tty-screen
140
+ name: tty-spinner
127
141
  requirement: !ruby/object:Gem::Requirement
128
142
  requirements:
129
143
  - - ">="
@@ -137,7 +151,7 @@ dependencies:
137
151
  - !ruby/object:Gem::Version
138
152
  version: '0'
139
153
  - !ruby/object:Gem::Dependency
140
- name: tty-spinner
154
+ name: versionaire
141
155
  requirement: !ruby/object:Gem::Requirement
142
156
  requirements:
143
157
  - - ">="
@@ -255,7 +269,7 @@ files:
255
269
  - ".better-commits.json"
256
270
  - ".config/tocer/configuration.yml"
257
271
  - ".envrc"
258
- - ".semver"
272
+ - ".version"
259
273
  - CHANGELOG.md
260
274
  - LICENSE
261
275
  - LICENSE.txt
@@ -277,6 +291,7 @@ files:
277
291
  - lib/aia/main.rb
278
292
  - lib/aia/prompt.rb
279
293
  - lib/aia/tools.rb
294
+ - lib/aia/tools/ai_client_backend.rb
280
295
  - lib/aia/tools/backend_common.rb
281
296
  - lib/aia/tools/client.rb
282
297
  - lib/aia/tools/editor.rb
@@ -317,7 +332,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
317
332
  - !ruby/object:Gem::Version
318
333
  version: '0'
319
334
  requirements: []
320
- rubygems_version: 3.5.7
335
+ rubygems_version: 3.5.22
321
336
  signing_key:
322
337
  specification_version: 4
323
338
  summary: AI Assistant (aia) a command-line (CLI) utility
data/.semver DELETED
@@ -1,6 +0,0 @@
1
- ---
2
- :major: 0
3
- :minor: 5
4
- :patch: 16
5
- :special: ''
6
- :metadata: ''