Skip to content

Autolith 0.38.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 20:45
· 54 commits to master since this release

Autolith 0.38.0

Autolith 0.38.0 adds Nous Research and Mistral providers while moving reusable provider and Skill protocols into focused libraries.

  • Nous Research subscription access uses browser device authentication, process-safe rotating refresh tokens, authenticated model discovery, and automatic Chat Completions or Anthropic Messages routing by model.
  • Mistral API-key access discovers chat-capable account models and uses the provider's documented max_tokens request field.
  • RFC 8628 device authentication is shared between Grok and Nous with strict verification URL handling and issue-time expiry enforcement.
  • Provider value types and protocols now come from cl-llm-provider-api; Skill discovery, parsing, caching, and rendering now come from cl-skills.
  • Child activity suppresses stale primary status text while work is still running.

Full commit history