github eyaltoledano/claude-task-master v0.14.0-rc.1

pre-release3 months ago

Minor Changes

  • #536 f4a83ec Thanks @Crunchyman-ralph! - Add Ollama as a supported AI provider.

    • You can now add it by running task-master models --setup and selecting it.
    • Ollama is a local model provider, so no API key is required.
    • Ollama models are available at http://localhost:11434/api by default.
    • You can change the default URL by setting the OLLAMA_BASE_URL environment variable or by adding a baseUrl property to the ollama model role in .taskmasterconfig.
      • If you want to use a custom API key, you can set it in the OLLAMA_API_KEY environment variable.

Patch Changes

  • #442 2b3ae8b Thanks @eyaltoledano! - Adds costs information to AI commands using input/output tokens and model costs.

  • #442 0288311 Thanks @eyaltoledano! - Small fixes - next command no longer incorrectly suggests that subtasks be broken down into subtasks in the CLI - fixes the append flag so it properly works in the CLI

Don't miss a new claude-task-master release

NewReleases is sending notifications on new releases.