Skip to content

v0.33.1

Choose a tag to compare

@foo-ogawa foo-ogawa released this 03 Jun 08:09
· 47 commits to main since this release
6284e37

Changes

  • Add model_class field to task schema (fast, standard, thinking) for per-task LLM selection
  • Export ModelClassSchema and ModelClass type from schema
  • Propagate model_class through DelegatableTaskView render context
  • Update JSON Schema (dsl.schema.json) with model_class enum
  • Update README with model_class documentation and examples