release: v0.1.1 — enable_thinking=False default + corrected bench gold + CHANGELOG

This commit is contained in:
transcrilive
2026-05-10 14:38:27 +02:00
parent 81e8ac88cc
commit b65bf91e37
6 changed files with 34 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ runner = CliRunner()
def test_version_command_prints_version():
result = runner.invoke(app, ["version"])
assert result.exit_code == 0
assert "0.1.0" in result.stdout
assert "0.1.1" in result.stdout
def test_solve_help_shows_required_flags():