Changes in version 0.1.0 (2026-01-26) - initial CRAN release Changes in version 0.0.5.9000 - remove references to deprecated ellmer chat functions. - add list_prompts and edit_prompt - reduce warnings & notes as a preparation for CRAN submittal Changes in version 0.0.4.9000 - add language argument for ease-of-use. This enables multilingual LLMs to return different languages. - add a multilingual-support.qmd vignette to showcase the new option. Changes in version 0.0.3.9000 - Gemini 2.5 Pro rewrites all system prompts in kuzco, improving structured return robustness. - add site (https://frankiethull.github.io/kuzco/) Changes in version 0.0.2.9000 - MAJOR CHANGE: add support for all cloud providers in addition to local models. - pre-0.0.2.9000 kuzco only supported Ollama. Now supports all LLM providers via ellmer - add a cloud-providers.qmd vignette Changes in version 0.0.1.71 - add new helpers for I/O and application: view_image, view_llm_results, & kuzco_app