JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 610,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 229424,
"Shell": 57
},
"pushed_at": "2026-07-23T11:46:11Z",
"created_at": "2024-08-12T08:01:07Z",
"owner_type": "User",
"updated_at": "2026-07-23T11:50:32Z",
"description": "Ollama Ruby Library",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "Florian Frank",
"type": "User",
"login": "flori",
"company": null,
"location": "Berlin, Germany",
"followers": 136,
"avatar_url": "https://avatars.githubusercontent.com/u/15918?v=4",
"created_at": "2008-07-03T14:17:21Z",
"is_verified": null,
"public_repos": 124,
"account_age_days": 6593
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.23.0",
"kind": "minor",
"published_at": "2026-07-23T11:46:55Z"
},
{
"tag": "v1.22.0",
"kind": "minor",
"published_at": "2026-06-20T23:57:01Z"
},
{
"tag": "v1.21.0",
"kind": "minor",
"published_at": "2026-03-20T14:15:35Z"
},
{
"tag": "v1.20.0",
"kind": "minor",
"published_at": "2026-03-20T00:09:39Z"
},
{
"tag": "v1.19.2",
"kind": "patch",
"published_at": "2026-03-08T20:13:12Z"
},
{
"tag": "v1.19.1",
"kind": "patch",
"published_at": "2026-03-04T20:09:11Z"
},
{
"tag": "v1.19.0",
"kind": "minor",
"published_at": "2026-03-04T18:14:09Z"
},
{
"tag": "v1.18.0",
"kind": "minor",
"published_at": "2025-12-19T15:52:47Z"
},
{
"tag": "v1.17.0",
"kind": "minor",
"published_at": "2025-12-19T13:13:08Z"
},
{
"tag": "v1.16.0",
"kind": "minor",
"published_at": "2025-12-09T01:09:54Z"
},
{
"tag": "v1.15.0",
"kind": "minor",
"published_at": "2025-12-04T18:13:05Z"
},
{
"tag": "v1.14.0",
"kind": "minor",
"published_at": "2025-12-03T20:24:50Z"
},
{
"tag": "v1.13.0",
"kind": "minor",
"published_at": "2025-12-03T19:09:12Z"
},
{
"tag": "v1.12.0",
"kind": "minor",
"published_at": "2025-11-30T17:02:17Z"
},
{
"tag": "v1.11.0",
"kind": "minor",
"published_at": "2025-11-05T15:33:33Z"
},
{
"tag": "v1.10.1",
"kind": "patch",
"published_at": "2025-10-28T17:01:07Z"
},
{
"tag": "v1.10.0",
"kind": "minor",
"published_at": "2025-10-28T16:07:16Z"
},
{
"tag": "v1.9.0",
"kind": "minor",
"published_at": "2025-10-20T20:23:02Z"
},
{
"tag": "v1.8.1",
"kind": "patch",
"published_at": "2025-09-12T23:14:12Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2025-09-12T17:17:22Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2025-09-09T19:25:30Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2025-09-09T18:41:58Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2025-08-18T18:48:10Z"
}
],
"recent_commits": [
{
"oid": "6c7723a9e962cec37445e9224281b906353eb0d2",
"body": "- Update `rubygems_version` in `ollama-ruby.gemspec` from **4.0.10** to\n **4.0.17**.",
"is_bot": false,
"headline": "Update rubygems dependency version",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-07-23T11:45:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1a4de28331584d4a6523a000868b615aaf60378",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-07-16T23:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf105a053cc40b885d1313534933d358cdc138e1",
"body": "- Upgrade the project version from **1.22.0** to **1.23.0**.\n- Increase the minimum required version of the `tins` gem to **1.54**.",
"is_bot": false,
"headline": "Bump version to **1.23.0** and update dependencies",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-07-16T23:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aee9f58ef0b7f2bb208f91e75cf6d8bb6afb4fd",
"body": "- Add `items` attribute to\n `Ollama::Tool::Function::Parameters::Property` to define the schema\n for array elements.\n- Update `Ollama::Tool::Function::Parameters::Property#initialize` to\n accept and assign the `items` parameter.\n- Expand `spec/ollama/tool_spec.rb` with test cases covering both simple\n string arrays and complex object arrays.",
"is_bot": false,
"headline": "Support array types in tool property definitions",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-07-16T13:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "126db687253fefe1f38ff2db9260caaab649a521",
"body": "- Include `Tins::DeepTransform` in `Ollama::DTO`.\n- Implement shallow `to_hash` and recursive `as_json` in `Ollama::DTO`\n to ensure deep serialization into primitives.\n- Add `properties` attribute to\n `Ollama::Tool::Function::Parameters::Property`.\n- Expand `spec/ollama/tool_spec.rb` with tests for nested and deeply\n nested property serialization.",
"is_bot": false,
"headline": "Support nested properties in tool definitions",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-07-16T13:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aae3831467427852cd9800ccb30df942862f297",
"body": null,
"is_bot": false,
"headline": "Move custom models section into its own section",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-21T00:11:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5caf6fe1d2e94b334e228c6ea8f7ebaa2b8fd119",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-20T23:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c78d4d07de5fa6e46b6898d06aeacc2983e10f0",
"body": "- Bump version to **1.22.0** in `VERSION`, `lib/ollama/version.rb`, and\n `ollama-ruby.gemspec`.\n- Add new blob support implementation files (`lib/ollama/digester.rb`,\n `lib/ollama/commands/blob_exists.rb`,\n `lib/ollama/commands/push_blob.rb`) and their corresponding specs to\n the `files`, `extra_rdoc_files`, and `test_files` lists in\n `ollama-ruby.gemspec`.",
"is_bot": false,
"headline": "Bump version to **1.22.0** and update gemspec",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-20T23:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb8b38c012f35e7fe6703a7d10fb56638814bdae",
"body": "- Add \"Importing Custom Models\" section to `README.md`.\n- Document the two-step workflow of using `push_blob` and `create` for\n importing models (e.g., `.gguf`).\n- Provide a code example utilizing Ruby **3** shorthand syntax for\n `template`, `system`, and `parameters` variables.",
"is_bot": false,
"headline": "Document custom model import process in README",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-20T23:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa9200cec5da2521de5382b200c3d8fdb9f30139",
"body": "- Update `lib/ollama/digester.rb` to provide visual feedback via\n `infobar` during `compute_digest` execution.\n- Implement a detailed message format in `lib/ollama/digester.rb`\n utilizing IEC units and braille spinner frames.\n- Refactor `Ollama::Handlers::Progress#message` in\n `lib/ollama/handlers/progress.rb` to return a configuration hash\n instead of a string, enabling `:braille7` spinner support.",
"is_bot": false,
"headline": "Add progress tracking to digest computation",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-20T20:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18688035330b0c2fbc71539a984208a8660c9aa",
"body": "- Implement `prefix_sha256` in `Ollama::Digester` to handle conditional\n digest formatting.\n- Update `Ollama::Commands::BlobExists#initialize` to use the new\n prefixing utility.\n- Add optional `digest` parameter to\n `Ollama::Commands::PushBlob#initialize` and integrate `prefix_sha256`.\n- Provide YARD documentation for `prefix_sha256` in\n `lib/ollama/digester.rb` and updated parameters in\n `lib/ollama/commands/push_blob.rb`.",
"is_bot": false,
"headline": "Refactor SHA256 prefixing and enhance blob commands",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-20T20:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ce07799d0df7c1e5c52d5db7062abd23e936854",
"body": "- Create `Ollama::Commands::PushBlob` for binary data uploads with\n automatic SHA256 digest calculation via `Ollama::Digester`.\n- Implement `Ollama::Client#upload_file` to enable memory-efficient\n streaming uploads using `Excon` `:request_block`.\n- Update `Ollama::Handlers::Concern` to change `res\n[…]\nrror`,\n `Excon::Errors::Timeout`, and generic `Excon::Error`) to internal\n `Ollama::Errors`.\n- Add comprehensive tests in `spec/ollama/client_spec.rb` and\n `spec/ollama/commands/push_blob_spec.rb`.",
"is_bot": false,
"headline": "Implement blob upload support",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-20T20:20:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "18b9a77a29ad0ccff71d632d7596796ec33fd192",
"body": "- Create `lib/ollama/commands/blob_exists.rb` to verify blobs via `HEAD\n /api/blobs/:digest`.\n- Add `Ollama::Client#blob_exists?` convenience method.\n- Extend `Ollama::Client::Command.command` with a `skip_doc` option to\n suppress automatic documentation for internal commands.\n- Update YARD documentation in `lib/ollama/client.rb` and\n `lib/ollama/client/command.rb`.\n- Add unit tests in `spec/ollama/commands/blob_exists_spec.rb` and\n integration tests in `spec/ollama/client_spec.rb`.",
"is_bot": false,
"headline": "Implement blob existence check",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-20T17:40:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44ce9b59fdb3974ae05981f592c30a84391ed689",
"body": "- Introduce `Ollama::Digester` module in `lib/ollama/digester.rb`.\n- Implement `compute_digest` to calculate SHA256 digests of IO streams\n using a default chunk size of **16384**.\n- Ensure IO objects are rewound both before and after hashing to\n maintain stream state consistency.\n- Add comprehensive tests in `spec/ollama/digester_spec.rb` covering\n empty streams, small chunk sizes, and error recovery.",
"is_bot": false,
"headline": "Add Ollama::Digester for SHA256 binary hashing",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-20T17:40:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2b24384ceb53c87c4bc3674904519d923cb7af7",
"body": "- Remove trailing space before `,stream` in\n `spec/ollama/commands/show_spec.rb`.",
"is_bot": false,
"headline": "Fix formatting in `show_spec.rb`",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-05T22:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de264b40978fd5cad0b242cfe8afebf3ae741e4f",
"body": "- Update `rubygems_version` in `ollama-ruby.gemspec` to **4.0.10**.\n- Bump minimum `gem_hadar` development dependency to **2.17.1** in\n `ollama-ruby.gemspec`.",
"is_bot": false,
"headline": "Update gemspec versions",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-05T21:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e19aabb45aef3ec46f0186b16717c55aed2d28f7",
"body": "- Add `attr_reader :template` to `lib/ollama/commands/create.rb`\n- Add descriptive comment block for the new `template` accessor",
"is_bot": false,
"headline": "Add template accessor to Ollama::Commands::Create",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-20T13:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65e11ee3677da1a7e5b6b287d4144d2292dd185f",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-20T10:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5200b9f9e5900dc2af26b7576641d9aacb8b9b67",
"body": "- Added `to_json` method to `Ollama::Image` that delegates to `as_json`.\n- Included documentation comments for `to_json`.\n- Guarantees `as_json` is invoked when serializing with Ruby’s JSON gems.",
"is_bot": false,
"headline": "Add to_json to Ollama::Image",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-20T10:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf630084c599159ab341a91309852c99979b93e",
"body": "- Update `VERSION` in `lib/ollama/version.rb` to `**1.21.0**`\n- Update `VERSION` file to `**1.21.0**`\n- Change `terminal-table` dependency in `Rakefile` from `~> 3.0` to `>= 3.0`\n- Update gemspec: set `s.version` to `**1.21.0**` and `s.rubygems_version` to `**4.0.8**`\n- Update gemspec dependency for `terminal-table` to `>= 3.0`",
"is_bot": false,
"headline": "Bump Ollama Ruby gem to **1.21.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-20T10:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c4502c89a6bf31d47ac6e41b21195eac02cf443",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-20T00:08:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f134b8e0a94e421efde8ee0c4cbf300f53f2aacd",
"body": "- Created `.rspec` with `--force-color` and `-r spec_helper` options\n- Deleted `require 'spec_helper'` lines from all spec files",
"is_bot": false,
"headline": "Remove spec_helper requires, add .rspec config",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-20T00:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5046776a03a2195f23f9ea05441dd96c4f35dda",
"body": "- Update `VERSION` and `lib/ollama/version.rb` to **1.20.0** (old\n **1.19.2**).\n- Bump `ollama-ruby.gemspec` `s.version` to **1.20.0** and set\n `s.rubygems_version` to **3.6.9** (was **4.0.3**).\n- Add `.envrc` and `.utilsrc` to the gem's `s.files` list.\n- Remove all references to the previous **1.19.2** version.",
"is_bot": false,
"headline": "Bump Ollama Ruby gem to **1.20.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-19T23:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a53c46059df9479dbd2ab54d0cb1fbd4ac5fc826",
"body": "- Added `dimensions` keyword argument to `initialize` in\n `lib/ollama/commands/embeddings.rb`\n- Added `@dimensions` instance variable and corresponding `attr_reader\n :dimensions`\n- Updated the order of instance variables in the constructor of\n `Ollama::Commands::Embeddings`",
"is_bot": false,
"headline": "Add dimensions to Embeddings command",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-19T23:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6a5087788fbbd7f8b09dfa95ff3e338a32a5849",
"body": null,
"is_bot": false,
"headline": "Add .envrc setting OLLAMA_CHAT_TOOLS_TEST_RUNNER",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-19T23:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffaf6f08a604724b9e6d747d9a41426c74dd3b5f",
"body": "- Add `tool_calls` and `tool_name` reader attributes to\n `Ollama::Message` in `lib/ollama/message.rb`.\n- Extend `initialize` signature to accept `tool_calls` and `tool_name`\n and store them.\n- Update `message_spec.rb` to include `tool_calls` and `tool_name` in\n expectations for JSON serialization and round‑trip.\n- Ensure `tool_calls` is normalized to an array when provided.",
"is_bot": false,
"headline": "Add tool call support to Ollama::Message",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-19T23:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f99db17038e2dbe03ae8d5d1faaebf70d8ee1bfa",
"body": "- Added new file ```.utilsrc``` containing configuration blocks for\n ``search``, ``discover``, ``strip_spaces``, ``probe``, ``ssh_tunnel``,\n ``classify`` and ``code_indexer``.\n- Configures pruning of directories such as `.svn`, `.git`, `CVS`,\n `tmp`, `coverage`, etc., and skips files matching pat\n[…]\nn session\n to `/home/${ENV['USER']}` via ``ssh_tunnel``.\n- Defines a comprehensive gem list (e.g., ``all_images``, ``amatch``,\n ``base64``, …, ``yard``) and includes their paths using `bundle show`.",
"is_bot": false,
"headline": "Add .utilsrc for search/discover/indexing config",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-09T18:54:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "610d58548e689b26ed95f0acaada9a499f7d52a4",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-08T20:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1954e491e4981dd91398e0abcc6189d5d411dce6",
"body": "- Update `VERSION` file from **1.19.1** to **1.19.2**\n- Update `Ollama::VERSION` in `lib/ollama/version.rb` from **1.19.1** to **1.19.2**\n- Sync gemspec `ollama-ruby.gemspec` version to **1.19.2**",
"is_bot": false,
"headline": "Bump Ollama gem to version 1.19.2",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-08T20:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d62a76cf998037ed8016d1f29ac20077e12ad5e",
"body": "- Add a robust rescue block: `rescue => e; warn \"Caught #{e.class}:\n #{e}\"; sleep duration`",
"is_bot": false,
"headline": "Improve polling loop safety in ollama_ps",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-08T20:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57c6de537aa918bdf3f59c4cd7678ae4a3d7411d",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-04T20:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64a91a48d91299492e860632e7de9d850758506c",
"body": "- Updated the `VERSION` file to **1.19.1**.\n- Updated the `Ollama::VERSION` constant in `lib/ollama/version.rb` to **1.19.1**.\n- Updated the `ollama-ruby.gemspec` to use version **1.19.1**.",
"is_bot": false,
"headline": "Bump version to 1.19.1",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-04T20:07:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3801b746579722fcba3055ed6a91ad4ec23dc11",
"body": "- Moved `fetch_ps_models or exit` into each format branch (`json`, yaml)\n and the periodic refresh block.\n- Added a guard in the interval loop: `if models =\n fetch_ps_models.full?` before calling `ps_table`.\n- Removed the single pre‑loaded `models` variable that caused stale data\n between intervals.",
"is_bot": false,
"headline": "Fix ps command to fetch models inside loop",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-04T20:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50c611c1152bf837012fd848ddd431eea4ffa648",
"body": null,
"is_bot": false,
"headline": "Reformat changelog",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-04T18:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00f777881a9e5c693121c0f0512fd70dca03b65d",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-04T18:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "882b123a6bedf79065d21525e2ad44c223d32386",
"body": "- Update `VERSION` file to **1.19.0**.\n- Update `lib/ollama/version.rb` constant `VERSION` to **1.19.0**.\n- Update `ollama-ruby.gemspec` version and stub comment to **1.19.0**.",
"is_bot": false,
"headline": "Bump version to 1.19.0",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-04T18:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d90a6443a8e37a2ab398b0df594fc9abc6cb2fd",
"body": "- Updated `lib/ollama/client.rb` – added a private `api_key`\n attribute, introduced header interpolation via `\"Bearer #@api_key\"`,\n and merged the new field into configuration.\n- Extended `bin/ollama_cli` and `bin/ollama_console` to pass an optional\n `api_key` from environment variables.\n- Modified `spec/ollama/client_spec.rb` to test `api_key`",
"is_bot": false,
"headline": "Add API key handling to Ollama client",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-04T18:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "794bb076d37698dc90b42ac0b40bd13a4d7a4759",
"body": "- Add `require 'term/ansicolor'` for screen clearing.\n- Update usage help with flag ``-i INTERVAL`` and default handling.\n- Extend option parsing in `opts = go ...` to include `?i`.\n- Implement loop that clears the terminal, prints table via\n `ps_table(models)`, sleeps `n` seconds, repeats while `n > 0`\n- Use `Term::ANSIColor.clear_screen` and `move_home` to position output.",
"is_bot": false,
"headline": "Add interval option to ollama_ps",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-04T18:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b53903d2f48af871bcc9d787625ad5c1aa79fade",
"body": "- Update `lib/ollama/handlers/progress.rb` to format progress bytes\n using IEC prefix: `Tins::Unit.format(_1, format: '%.2f %U', unit: ?B,\n prefix: :iec_uc)`.\n- Adjust `message` method to include `unit` and `prefix` options.",
"is_bot": false,
"headline": "Improve progress output formatting",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-04T18:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8966d4e4994efa382ea7083ca0635dda5fe1d129",
"body": "- Remove system‑wide gem updates (`gem update --system`, `gem install\n bundler gem_hadar`) from `.all_images.yml`.\n- Replace `bundle update --all` with ``bundle exec rake spec`` in\n `.all_images.yml`.\n- Add `before:` and `after:` hooks to delete ``Gemfile.lock`` and echo\n test results.\n- Bump `al\n[…]\nile` and\n `ollama-ruby.gemspec`.\n- Update `gem_hadar` dev dependency to ``>= **2.17.0**`` in\n `ollama-ruby.gemspec`.\n- Set `rubygems_version` to **4.0.3** (was **4.0.2**) in\n `ollama-ruby.gemspec`.",
"is_bot": false,
"headline": "Update dependencies and test harness",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-04T18:05:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f6d0d563ea9cca80e610caa268a0a89c2af69bc4",
"body": "- Added `changelog` configuration block with `filename` set to\n `'CHANGES.md'` in the Rakefile\n- This enables automated changelog generation for the gem\n- Improves release process automation and documentation maintenance\n- Provides better tracking of changes between versions",
"is_bot": false,
"headline": "Add changelog configuration to Rakefile",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-04T18:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02947b2b05a873f49df76db7f913337df3449e29",
"body": "- Added `after` hook to remove `Gemfile.lock` file during CI runs",
"is_bot": false,
"headline": "Add cleanup step to CI workflow",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-01-23T19:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c62e3ebf155a2c07f3fee029d4a498773fc70114",
"body": "comment formatting\n\n- Corrected YARD comment indentation across multiple classes throughout\n the codebase\n- Ensured proper alignment of continuation lines in `@param` and\n `@return` documentation blocks for improved YARD parsing\n- Applied consistent spacing to documentation comments to maintain\n \n[…]\nanges are stylistic and do not affect functional behavior of the\n **Ollama** client library\n- Addresses formatting issues in **YARD** documentation generation for\n better API documentation rendering",
"is_bot": false,
"headline": "Fix YARD documentation indentation for consistent",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-01-23T19:16:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0c486eaf10f4bfd552b9ccd1b4035de9ef0f461",
"body": "- Updated `all_images` development dependency from version **0.6** to\n **0.12**\n- Updated `gem_hadar` development dependency from version **2.9** to\n **2.17.0**\n- Updated `rubygems` version from **4.0.2** to **4.0.3**\n- Modified build process to use `bundle exec rake spec` instead of `rake\n spec`\n- Added `rm -vf Gemfile.lock` to `before` section for cleaner dependency\n management\n- Removed `bundle update --all` and `gem update --system` commands from\n Dockerfile",
"is_bot": false,
"headline": "Update dependencies and build process for improved reliability",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-01-23T18:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "960f5e4fb3eafd664810a862ba7481c3342c62ca",
"body": "- Changed `ruby:4.0-rc-alpine` to `ruby:4.0-alpine` in the image\n configuration\n- This updates the Ruby version to the stable release instead of the\n release candidate\n- Ensures consistent use of stable Ruby 4.0 image for CI builds",
"is_bot": false,
"headline": "Updated Ruby image version from 4.0-rc-alpine to 4.0-alpine",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-01-23T18:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6234a57df1986dedb7d871d98e4ad179e12c207",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-19T15:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eef371624a79d38cbe8a753e7facb04360915a4b",
"body": "- Updated `VERSION` file to reflect new version **1.18.0**\n- Changed `Ollama::VERSION` constant in `lib/ollama/version.rb` from **1.17.0** to **1.18.0**\n- Modified gemspec version from **1.17.0** to **1.18.0** in `ollama-ruby.gemspec`",
"is_bot": false,
"headline": "Update version to **1.18.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-19T15:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "063d2263debac1e1de25dd6fd3308232be04d6bd",
"body": "- Updated `gem_hadar` development dependency from version **2.8** to **2.9**\n- No other changes to development dependencies or gem specification",
"is_bot": false,
"headline": "Update gem_hadar development dependency version",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-19T15:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5155a2ea91326ee9601ad988e109e7005cce0728",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-19T13:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18f791fa8ceaa5e19422168dd229a0d802730a08",
"body": "- Updated `VERSION` file from **1.16.0** to **1.17.0**\n- Updated `lib/ollama/version.rb` from **1.16.0** to **1.17.0**\n- Updated `ollama-ruby.gemspec` from **1.16.0** to **1.17.0**\n- Changed `s.required_ruby_version` from \"~> 3.1\" to \">= 3.1\"\n- Updated `s.rubygems_version` from **3.7.2** to **4.0.2**",
"is_bot": false,
"headline": "Update version to **1.17.0** and adjust Ruby requirement",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-19T13:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ede582d84b5244375d861cd9773be634814fe475",
"body": "- Changed `bundle update` to `bundle update --all` to update all gems\n- Updated the Ruby version matrix to include the **4.0-rc** release candidate (commented out)\n- Maintained existing Alpine-based Ruby versions (**3.2**, **3.3**, **3.4**)",
"is_bot": false,
"headline": "Update bundle command",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-19T13:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3343be05435db3b4c45827a8b2a83373ca5821b7",
"body": "- This allows usage with **Ruby 3.1** and higher versions including\n **4.0**",
"is_bot": false,
"headline": "Relax Ruby version requirement from ~> 3.1 to >= 3.1",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-19T12:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db58c90c8f56dadd30a38e77c00f90ea8a0f5492",
"body": "- Enhanced `Ollama::Options` class with comprehensive inline comments\n for all configuration parameters\n- Added detailed explanations for each parameter in the `@@types` hash\n including `numa`, `num_ctx`, `num_batch`, `num_gpu`, `main_gpu`,\n `low_vram`, `f16_kv`, `logits_all`, `vocab_only`, `use_\n[…]\nure`, `repeat_penalty`, `presence_penalty`,\n `frequency_penalty`, `mirostat`, `mirostat_tau`, `mirostat_eta`,\n `penalize_newline`, and `stop`\n- Updated documentation link from `.md` to `.mdx` format",
"is_bot": false,
"headline": "Add detailed parameter documentation to Ollama::Options class",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-09T17:37:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0d35281250ddbeb83843a71f81e0dff531247897",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-09T01:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7525f753432812297e1dca9414d13763b6549fb3",
"body": "- Updated `VERSION` file to **1.16.0**\n- Updated `Ollama::VERSION` constant in `lib/ollama/version.rb` to **1.16.0**\n- Updated gem version in `ollama-ruby.gemspec` to **1.16.0**",
"is_bot": false,
"headline": "Update version to **1.16.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-09T01:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d091ac67019d01f4a060c1fce30aaa5ee9a5ba19",
"body": "- Add `Ollama::Errors::BadRequestError` class to handle HTTP 400 status\n codes\n- Update `Ollama::Client#request` method to raise `BadRequestError` for\n 400 responses\n- Add test case in `spec/ollama/client_spec.rb` to verify 400 status\n code handling\n- Properly document the new error class with example usage for think\n mode errors\n- Maintain existing error handling for 404 and other status codes",
"is_bot": false,
"headline": "Add support for 400 Bad Request error handling",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-09T01:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b5327b4ea8236dbed320ff88205795de06ae40f",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-04T18:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "352b14dcbecf392aee309895e836eb79f628ec9c",
"body": "- Updated `VERSION` file to reflect new version **1.15.0**\n- Modified `lib/ollama/version.rb` to set `VERSION` constant to **1.15.0**\n- Updated `ollama-ruby.gemspec` to specify version **1.15.0** in gem specification",
"is_bot": false,
"headline": "Update version to **1.15.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-04T18:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36d6cd5aac501ca55391991f01590c5f7d8dc86d",
"body": "- Document `ollama_ps` executable utility for displaying running Ollama models\n- Include usage examples with `-f` and `-h` flags\n- Add environment variable documentation for `OLLAMA_URL` and `OLLAMA_HOST`\n- Provide example table output with Unicode box-drawing characters\n- Specify supported output formats: **table** (default), **json**, **yaml**\n- Mention practical use cases for monitoring models and resource usage\n- Place section after `ollama_browse` and before `ollama_chat` sections",
"is_bot": false,
"headline": "Add `ollama_ps` documentation to README",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-04T18:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9f88064ffe0eb454f64e77bfa407cd31ff90150",
"body": "- Add `usage` method that displays help information for `ollama_ps`\n- Update option parsing to include `-h` flag for help",
"is_bot": false,
"headline": "Add usage method to ollama_ps script",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-04T17:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8560186da7a0a4ec704736c4b4f7c51d3abafa94",
"body": "- Add `Tins::GO` for command-line argument parsing\n- Support `-f json` and `-f yaml` output formats\n- Refactor into `fetch_ps_models`, `interpret_models`, and `ps_table`\n functions\n- Use dynamic table headings based on model data keys\n- Add comprehensive RDoc documentation for all methods\n- Handle optional model fields with safe navigation (`&.`)\n- Remove hardcoded table generation in favor of flexible output handling",
"is_bot": false,
"headline": "Improve ollama_ps script with better CLI and output formats",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-04T17:34:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0463151225fb16ba095450df2ad8eac00ae25fe1",
"body": "- Add `-I IMAGE` option to `ollama_cli` for sending images to visual models\n- Support multiple image files with repeated `-I` flag usage\n- Integrate image handling with existing Ollama::Image infrastructure\n- Enable multimodal interactions with models like `llava`, `llava-llama3`,\n `qwen3-vl`\n- Add\n[…]\nn\n- Update README.md with image support documentation and usage examples\n- Update command-line usage help text to document new `-I` option\n- Maintain backward compatibility with existing functionality",
"is_bot": false,
"headline": "Add image support to ollama_cli with -I flag",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-04T15:55:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4f859f318342453ae5a937c4d892f2f80dc1b626",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-03T20:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79726a54afaacf970c182fd038996522ebc692aa",
"body": "- Updated `VERSION` file from **1.13.0** to **1.14.0**\n- Updated `Ollama::VERSION` constant from **1.13.0** to **1.14.0**\n- Updated gemspec version from **1.13.0** to **1.14.0**",
"is_bot": false,
"headline": "Update version to **1.14.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-03T20:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5168a54304766b5e2b84dd1fed2e4b43736c05e",
"body": "- Add `as_json` method to `Ollama::Image` class that returns base64\n string\n- Method ensures JSON serialization produces quoted base64 string for\n Ollama API\n- Update `to_s` to return `@data` (**base64** encoded)\n- Add test case verifying `image.to_json` produces quoted base64 string\n- Document method behavior for JSON serialization compatibility\n- Method signature uses `*_args` to accept ignored parameters for JSON\n compatibility",
"is_bot": false,
"headline": "Add as_json method for Ollama API compatibility",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-03T20:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e744b4626a6163928fd8eea023233aeef1ebb9d",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-03T19:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a56250ef30181a01eaae0a71d9545271000ddfe4",
"body": "- Updated `VERSION` file to **1.13.0**\n- Updated `Ollama::VERSION` constant to **1.13.0**\n- Updated gemspec version to **1.13.0**",
"is_bot": false,
"headline": "Update version to **1.13.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-03T19:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04058eb4b70194ccf9ad6964efabb2073849a05c",
"body": "- Updated `Ollama::Image#for_string` to use `Base64.strict_encode64`.\n- Adjusted `image_spec.rb` expectations: size 132196, checksum 20420.\n- Updated `message_spec.rb` JSON to drop trailing newline from image payload.",
"is_bot": false,
"headline": "Use strict base64 encoding for images",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-03T17:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d66ac2ca89f443dc7a76133f1e0b9a8050e99e",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-11-30T16:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "899360b4cce461cb6644ae769567796b881f1d04",
"body": "- Updated `VERSION` file to **1.12.0**\n- Updated `Ollama::VERSION` constant to **1.12.0**\n- Updated gemspec version to **1.12.0**",
"is_bot": false,
"headline": "Update version to **1.12.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-11-30T16:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a17922a71062596c5a4b250225ffb97de1a49799",
"body": "- Add `-i` flag to display Ollama server version using\n `ollama.version.version`\n- Update `go` string to include new `-i` option\n- Refactor model options handling to use `Ollama::Options.from_hash` or\n `Ollama::Options.new`\n- Store client configuration in `ollama` variable for reuse",
"is_bot": false,
"headline": "Add version info flag and refactor argument parsing",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-11-30T16:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c2ba01fc644c9fa2339e0ee91c24395ab4b266a",
"body": "and improve DTO integration\n\n- Add `-d` flag for debug mode in `ollama_cli` instead of environment\n variable\n- Enable debug flag in client configuration with `debug: !!opts[?d]`\n- Include `Ollama::DTO` in `Client::Config` class for consistent\n behavior\n- Improve documentation formatting in `dto.rb` file\n- Update `ollama_cli` usage help to document new `-d` option",
"is_bot": false,
"headline": "Add explicit debug mode to `ollama_cli`",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-11-30T16:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cf7c5b120a3838e867df37af4c6fac17b886799",
"body": "- Add `client_config` method to merge `OLLAMA_CLIENT` environment\n variable with base URL\n- Update `ollama` method to use `Client.configure_with(client_config)`\n instead of direct `Client.new`\n- Add `model` method to retrieve default model from `OLLAMA_MODEL`\n environment variable with fallback t\n[…]\n\n- Add `options` method to parse `OLLAMA_MODEL_OPTIONS` environment\n variable as JSON into `Ollama::Options` object in console.\n- Maintain backward compatibility with existing `base_url` method usage",
"is_bot": false,
"headline": "Enable environment variable configuration for client, model, and options",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-11-14T03:25:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c3ad73c2186fb4860088e21754726284e1be7fa",
"body": "- Updated `think` parameter type documentation in\n `Ollama::Commands::Chat` to accept `Boolean`, `String`, or `nil`\n- Updated `think` parameter type documentation in\n `Ollama::Commands::Generate` to accept `Boolean`, `String`, or `nil`\n- Added documentation that `think` can be \"high\", \"medium\", \"low\"\n instead of just `true`",
"is_bot": false,
"headline": "Update think parameter type documentation to include string values",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-11-14T02:58:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b967650d0f2b4d7bbb858112eb8f687f12843eb",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-11-05T15:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3550e1e8ece07ce2c9ed2d5c0b54cde2b69360a",
"body": "- Updated `VERSION` file from **1.10.1** to **1.11.0**\n- Updated `Ollama::VERSION` constant in `lib/ollama/version.rb` from\n **1.10.1** to **1.11.0**\n- Updated gem version in `ollama-ruby.gemspec` from **1.10.1** to\n **1.11.0**",
"is_bot": false,
"headline": "Update version to **1.11.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-11-05T15:26:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e61697d232f92662d2c9180ccb641ed77117e4e",
"body": "- Replace `tabulo` gem with `terminal-table` **version 3.0**\n- Update `Rakefile` and `ollama-ruby.gemspec` to reflect new dependency\n- Migrate table rendering logic from `Tabulo::Table` to `Terminal::Table`\n- Handle empty model list case with early return",
"is_bot": false,
"headline": "Replace tabulo with terminal-table for table rendering",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-11-05T15:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeb7c6ce4710676bdcace9c227aaa2599d98ff3f",
"body": "- Updated meta key from `guidelins` to `guidelines`\n- Added specific guidelines for documenting `attr_accessor`,\n `attr_reader`, and `attr_writer` using appropriate YARD tags\n- Changed documentation style to use `@attr`, `@attr_reader`, and\n `@attr_writer` instead of `@return` for attribute accessors\n- Maintained existing guidelines for YARD documentation practices",
"is_bot": false,
"headline": "Update YARD documentation guidelines for attribute accessors",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-30T10:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2e2e6688be2eaf6aaab7665229283d0ae07fabf",
"body": "- Updated `VERSION` file to **1.10.1**\n- Updated `lib/ollama/version.rb` to **1.10.1**\n- Updated `ollama-ruby.gemspec` version to **1.10.1**\n- Added `ollama_ps` to `s.executables` list\n- Added `bin/ollama_ps` to `s.files` list\n- Added `lib/ollama/commands/ps.rb` to `s.extra_rdoc_files` list",
"is_bot": false,
"headline": "Update version to **1.10.1** and add `ollama_ps` executable",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-28T17:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "027b197060c0fc796e642630f7ad5980da56f0e7",
"body": "- Added `ollama_ps` executable to the list of executables in the\n Rakefile\n- The `ollama_ps` executable is now included in the gem build\n- This change updates the gem's executable list to include the new\n `ollama_ps` command\n- The modification maintains compatibility with existing executables",
"is_bot": false,
"headline": "Add ollama_ps executable to the gem",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-28T16:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7173e1d829bcba073f769c0c2861888eedb05362",
"body": "- Updated `VERSION` file to **1.10.0**\n- Updated `lib/ollama/version.rb` to **1.10.0**\n- Updated `ollama-ruby.gemspec` to **1.10.0**",
"is_bot": false,
"headline": "Update version to **1.10.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-28T12:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ee179b4bb8ef0ccc14782bd95dc3201ea7f3d0c",
"body": "to `ollama_console` script\n\n- Added comprehensive comment block explaining the script's purpose\n- Documented available environment variables `OLLAMA_URL` and `OLLAMA_HOST`\n- Described script behavior including client initialization and IRB session\n- Included information about displaying version, connection info, and API methods\n- Script now automatically loads Ollama client with configured base URL\n- Client instance is available as `ollama` variable in IRB session",
"is_bot": false,
"headline": "Add detailed documentation and usage information",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-28T02:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66394178ac5976066a712b809d79e2a9da517a77",
"body": "- Added descriptive comments at the top of the `bin/ollama_browse`\n script\n- Updated the script header with information about its purpose\n- Explained that the script fetches and displays model tag information\n- Documented that it shows file sizes, context sizes, and hash information",
"is_bot": false,
"headline": "Add documentation comments to ollama_browse script",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-28T02:56:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aecb02774880bfdcb1abd72329bcdc7fb99da603",
"body": "variable descriptions to Ollama CLI tool\n\n- Added detailed comment block at top of `bin/ollama_cli` script\n- Included feature list explaining chat sessions, prompt templating,\n streaming modes\n- Documented all supported environment variables with their purposes\n- Listed default values for `OLLAMA_U\n[…]\nMA_MODEL`, and other\n configuration options\n- Added explanation of `DEBUG` environment variable for verbose output\n- Maintained existing `require 'ollama'` and `include Ollama` statements\n unchanged",
"is_bot": false,
"headline": "Add comprehensive documentation and environment",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-28T02:54:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8c0ae16ef379da3194202cf20d99692c72c0cbba",
"body": "- Added comprehensive header documentation to `bin/ollama_update`\n- Documented the script's purpose: updating all Ollama models to latest\n versions",
"is_bot": false,
"headline": "Update ollama_update script with detailed header documentation",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-28T02:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7191aa45b06077bab46d1679ba5c37826d8eee36",
"body": "names from HTML elements\n\n- Use `&.text` to safely extract text from HTML elements\n- Add `hash.strip` to clean up hash values before printing\n- Maintain existing functionality for displaying model information and\n tags",
"is_bot": false,
"headline": "Handle potential nil values when extracting tagged",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-28T02:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "871875502ed9796afcdcb2d9a78b4cf6446dce82",
"body": "- Added `nokogiri` dependency with version **1.0** to `GemHadar` block\n in `Rakefile`\n- Added `nokogiri` runtime dependency with version **1.0** to\n `ollama-ruby.gemspec`\n- Updated `s.files` array in `ollama-ruby.gemspec` to include\n `bin/ollama_ps` and `lib/ollama/commands/ps.rb`",
"is_bot": false,
"headline": "Add nokogiri dependency to gemspec and Rakefile",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-28T02:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec69cef57662e18aa8627e0bdca15271bdf390d",
"body": "enhanced model information display\n\n- Add new `bin/ollama_ps` script that displays running Ollama models\n- Include parameter size and quantization level in output\n- Add CPU/GPU allocation calculation and display\n- Update `Rakefile` to include `tabulo` gem as dependency\n- Update `ollama-ruby.gemspec`\n[…]\n CONTEXT, PARAMS, QUANT,\n UNTIL columns\n- Leverages existing Ollama client `ps` command with enhanced\n presentation\n- Supports `OLLAMA_URL` or `OLLAMA_HOST` environment variables for\n configuration",
"is_bot": false,
"headline": "Add ollama_ps utility script with",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-28T02:04:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e7f23425dd79b3d46b7c11e7bdb083f7323838c",
"body": null,
"is_bot": false,
"headline": "Remove yard from ignore",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-20T20:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c57dd39308cf2bed97105e74ac762fd631e11c9",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-20T20:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "494c9dc116827b48fa93c8179118067854c0a20b",
"body": "- Add conditional check for `say` command availability\n- Skip `Ollama::Handlers::Say` tests when `say` command is not found\n- Use `skip_reason` variable to store skip message\n- Apply `skip: skip_reason` metadata to describe block\n- Only run tests on systems where `say` command is executable\n- This ensures tests don't fail on non-macOS environments\n- Maintains test suite reliability across different platforms",
"is_bot": false,
"headline": "Skip Say handler tests on non-macOS systems",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-20T20:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3d04473fcf647bc31321d25d36e02a4a1d70c2a",
"body": "- Add `openssl-dev` and `ghostscript` dependencies to `dockerfile`\n- Remove `rm -f Gemfile.lock` step from CI script\n- Change test command from `rake test` to `rake spec`\n- Add `fail_fast: true` to CI configuration\n- Update `build-base` and `yaml-dev` apk packages\n- Update `script` section to use `bundle update` and `bundle install` commands",
"is_bot": false,
"headline": "Update CI configuration for Ruby 3.4",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-20T20:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5d808ce144d47f7fc00f47db3f087913568ba75",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-20T19:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ed32f40224c291b59bb57cfcc227890847756da",
"body": "- Updated `VERSION` file to **1.9.0**\n- Updated `Ollama::VERSION` constant to **1.9.0**\n- Updated gemspec version to **1.9.0**",
"is_bot": false,
"headline": "Update version to **1.9.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-20T19:47:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bb584e4e5ae3503638570cad48dd26c808f655c",
"body": "- Add `dimensions` parameter to `Ollama::Commands::Embed#initialize`\n- Add `attr_reader :dimensions` for accessing the parameter\n- Update JSON serialization to include `dimensions` field\n- Add specs for `dimensions` parameter instantiation and JSON conversion\n- Parameter defaults to **nil** followin\n[…]\ns\n- Supports truncating output embeddings to specified dimensions as per Ollama API\n- Maintains backward compatibility with existing code\n- Parameter type documented as `Integer, nil` in YARD comments",
"is_bot": false,
"headline": "Add dimensions parameter to embed commands",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-20T19:43:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "082750056ed866b02d17bf6e664c770cd74cd6f7",
"body": "- Bump `s.rubygems_version` from **3.6.9** to **3.7.2**\n- Update `gem_hadar` development dependency from **~> 2.7** to **~> 2.8**",
"is_bot": false,
"headline": "Update RubyGems and gem_hadar dependencies",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-10-20T19:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "167192322418ada30995e9609155eb2831fec508",
"body": null,
"is_bot": false,
"headline": "Update license link in README.md",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-30T14:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95f862e8c84cf1cbe00ba508be74ce20539758ad",
"body": "and documentation link\n\n- Added new GitHub Actions workflow file `.github/workflows/static.yml`\n- Configured workflow to deploy static content to GitHub Pages\n- Set up Ruby environment with version **3.4** for documentation generation\n- Added steps to install `gem_hadar`, run `bundle install`, and execute `rake doc`\n- Updated `README.md` to include documentation link at https://flori.github.io/ollama-ruby/",
"is_bot": false,
"headline": "Add GitHub Actions workflow for static content deployment",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-30T14:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "573a41b31a993ff43b621d8d8ee3e0c80972cb38",
"body": "- Added `github_workflows` configuration for `static.yml` in `Rakefile`\n- Updated `gem_hadar` development dependency from version **2.6** to\n **2.7** in `ollama-ruby.gemspec`",
"is_bot": false,
"headline": "Add GitHub Actions workflow and update gem_hadar dependency",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-30T13:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62e44014b03664bbfd879e3ec308ec126c5079d2",
"body": null,
"is_bot": false,
"headline": "Updated comment style guideline for initialize methods",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-30T13:57:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 23,
"commits_last_year": 122,
"latest_release_at": "2026-07-23T11:46:55Z",
"latest_release_tag": "v1.23.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 23,
"days_since_latest_release": 0,
"mean_days_between_releases": 25.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ollama-ruby",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/ollama-ruby",
"is_deprecated": false,
"latest_version": "1.23.0",
"repository_url": "https://github.com/flori/ollama-ruby",
"versions_count": 55,
"total_downloads": 43338,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2024-08-12T08:02:54.623000Z",
"latest_published_at": "2026-07-23T11:46:30.263000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 2,
"stars": 29,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 14800,
"source_files_sampled": 80,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "flori",
"commits": 447,
"avatar_url": "https://avatars.githubusercontent.com/u/15918?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"static.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "16 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6c7723a9e962cec37445e9224281b906353eb0d2",
"ran_at": "2026-07-23T11:52:43Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T11:47:10Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/flori/ollama-ruby",
"host": "github.com",
"name": "ollama-ruby",
"owner": "flori"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 58 is calibrated to 62 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 58,
"calibrated": 62,
"calibration": "2026-08-02"
}
}
],
"value": 62,
"inputs": {
"security": 49,
"vitality": 88,
"community": 42,
"governance": 53,
"calibration": "2026-08-02",
"engineering": 56,
"ai_readiness": 34,
"weighted_overall_raw": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 88,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"commits_last_year": 122,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 23
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "23/52 weeks with commits",
"points": 15.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 23
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "122 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 122
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "16 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 23,
"latest_release_tag": "v1.23.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 25.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "23 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 23
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~25.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 25.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 12,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 12 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 12
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 42,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"forks": 2,
"stars": 29,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "29 stars",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 29
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"packages": [
"ollama-ruby"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 43338,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "43,338 downloads all-time across rubygems",
"points": 48.2,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 43338,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 53,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "weak",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 1,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/1 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 1
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 136,
"owner_type": "User",
"is_verified": null,
"owner_login": "flori",
"public_repos": 124,
"account_age_days": 6593
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "136 followers of flori",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 136,
"login": "flori"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "124 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 124
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ollama-ruby"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "55 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 55
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 49,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "16 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 34,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.75,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "75 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 75,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 14800,
"source_files_sampled": 80,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/80 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 80,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:rubygems",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-23T11:52:47.770870Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/flori/ollama-ruby.svg",
"full_name": "flori/ollama-ruby",
"license_state": "standard",
"license_spdx": "MIT"
}