Skip to content

Abject v0.9.6

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 22:05

Abject v0.9.6: CLI Providers, Warm and Separate

The CLI-based LLM providers now run as persistent terminal sessions instead of spawning a fresh process for every request, so responses start faster. Each CLI transport is also listed as its own provider, so you choose the one you want rather than having the system pick for you.

  • Both CLI transports are offered as separate providers: pick the one you want in settings instead of getting an automatic choice
  • CLI providers run as warm terminal sessions kept alive between requests, replacing the one-process-per-request model (less startup overhead on each call)