Skip to content

v0.2.88

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jul 12:33

What's new

Use your signed-in Claude Code or Codex subscription

TideMind can now run text-model tasks through the Claude Code and Codex CLIs already signed in on your Mac. This gives you another option alongside API connections and Ollama, without configuring a separate API key for these providers.

  • Add Claude Code or Codex under Settings → Models → New Connection → Local Subscriptions.
  • Test Connection validates every supported model before it becomes selectable.
  • Model selection now separates Connection and Model, while preserving existing task-depth controls.
  • Light, standard, and deep tasks are supported. Embeddings continue to use an API or local-model connection.
  • AI Service Status shows the resolved CLI path, version, login state, latest test result, and actionable error details.
  • Usage statistics now break calls down by connection and source. Subscription calls use API-equivalent token pricing for cost estimates only.

Safer background execution

Local subscription calls run with tools disabled, a restricted environment, isolated runtime directories, bounded concurrency, and explicit shutdown draining. Ambiguous interrupted calls are never automatically replayed, avoiding duplicate remote work.

Reliability and security

  • Improved shutdown coordination across model calls, background memory work, and note-source synchronization.
  • Updated the desktop, cloud, website, and build dependency chains for newly disclosed security advisories.