Docs exports: JSON llms.txt llms-full.txt Agent Files

module Shards::AssistantVersions

Defined in:

assistant_versions.cr

Constant Summary

VERSIONS = {{ run("./build_assistant_versions") }}

Embedded at compile time by walking src/assistant_versions/

Class Method Summary

Class Method Detail

def self.all_versions : Array(String) #

[View source]
def self.current_files : Hash(String, String) #

Build current file state by overlaying all versions oldest-to-newest


[View source]
def self.files_changed_since(since_version : String) : Hash(String, String) #

Get only files that changed since a given version


[View source]
def self.latest_version : String #

[View source]