aia 0.9.5 → 0.9.7

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: 8e0871ea72c99f1b06e006d699f2da799a5dc222fe0eda9d7173336a58701ee1
4
- data.tar.gz: 4fdf1d39855267676b53ed772efcbb9cdd10aeb98e1d8670a0d612f2a2bfffd6
3
+ metadata.gz: 21134c8c9fa3664309baf0c3d1bce2857dffd3dd1ad8c554c7cb15ac48b57634
4
+ data.tar.gz: 46f64bdbefe73eede9add530bad3a4957f6b7033706a1d1daf5aa6bef1fb6084
5
5
  SHA512:
6
- metadata.gz: bcbd2e64888c7ef357f018efe9eb1c4acbb1fd00f2656cb73b002344ca271dc595e7e0b47e6cde3a593b4cd149bd5d0b511933ddfba184a28242148b96c06a95
7
- data.tar.gz: e00939cd87cedb434b3b1c1951dbc5368292a2996f82a7a6be97ed9cb2f15cd25f3563eb01eb5e08917208a23c1f4c3b9849f6676bfd9d9a618a5901e707d5b2
6
+ metadata.gz: dc1273757619b1962986e1dfac94b8d10b2c493ff0cf0d01d0938c65a902700d96484d42e661770328a4f6f904a1265f6a136964fb8c31218ed22135fed806dc
7
+ data.tar.gz: edc7124424b74f7d167a78635abd7302eb05cd4208058947dd8700e5e05c1200eba47346d1f0beea0ed9ea37a5875ca7cb585d40752dbcf88c64063dc278e398
data/.version CHANGED
@@ -1 +1 @@
1
- 0.9.5
1
+ 0.9.7
data/CHANGELOG.md CHANGED
@@ -1,9 +1,32 @@
1
1
  # Changelog
2
2
  ## [Unreleased]
3
3
 
4
+ ### [0.9.8] WIP
5
+
4
6
  ## Released
7
+
8
+ ### [0.9.7] 2025-06-20
9
+
10
+ - **NEW FEATURE**: Added `--available_models` CLI option to list all available AI models
11
+ - **NEW FEATURE**: Added `//tools` to show a list of available tools and their description
12
+ - **BUG FIX**: Fixed SharedTools compatibility issue with models that don't support function calling
13
+ - **BUG FIX**: Fixed problem with piped text through STDIN not being handled correctly.
14
+ - **BUG FIX**: Fixed issue with output going to the default out_file evenhen --no-out_file is specified.
15
+ - **BUG FIX**: Fixed issue with executable prompt files by adding the --exec option
16
+ - **DOCUMENTATION**: Updated README for better clarity and structure
17
+ - **DEPENDENCY**: Updated Gemfile.lock with latest dependency versions
18
+
19
+ ### [0.9.6] 2025-06-13
20
+ - fixed issue 84 with the //llms directive
21
+ - changed the monkey patch to the RubyLLM::Model::Modalities class at the suggestions of the RubyLLM author in prep for a PR against that gem.
22
+ - added the shared_tools gem - need to add examples on how to use it with the --tools option
23
+ - added the ruby_llm-mcp gem in prep for MCP support in a later version
24
+ - added images/aia.png to README.md
25
+ - let claude code rewrite the README.md file. Some details were dropped but overall in reads better. Need to add the details to a wiki or other documentation site.
26
+
5
27
  ### [0.9.5] 2025-06-04
6
- - updated prompt_manager to v0.5.6 to fix issue-82 with shell integration of $(shell command)
28
+ - changed the RubyLLM::Modalities class to use method_missing for mode query
29
+ - hunting for why the //llms query directive is not finding image_to_image LLMs.
7
30
 
8
31
  ### [0.9.4] 2025-06-03
9
32
  - using RubyLLM v1.3.0