Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]¶
Added¶
- New
dspy-run
command: A new, ergonomicdspy-run
command has been added as the primary way to execute scripts with a profile. It is shorter, more intuitive, and intelligently prependspython
to script files. - The
dspy-run
command now defaults to the "default" profile if no profile is specified. - Human-readable table output for the
show
command. --json
flag for bothlist
andshow
commands for machine-readable output.
Fixed¶
run
command: Thedspy-profiles run
command (and the newdspy-run
command) now correctly activates the specified profile in the subprocess, fixing the "No LM is loaded" error.- Data corruption bugs in
set
anddelete
commands. delete default
command no longer allows deleting the default profile.diff
command now correctly handlesHttpUrl
objects.list
andshow
commands now correctly handleHttpUrl
objects when using the--json
flag.- Incorrect rendering of the quickstart button on the index page.