Skip to content

Releases: AbdoKnbGit/tau

v0.92.10

Choose a tag to compare

@AbdoKnbGit AbdoKnbGit released this 22 Jun 16:53
Add DEEPSEEK_BASE_URL to customize the DeepSeek endpoint

Usage (mirrors ANTHROPIC_BASE_URL):

  export DEEPSEEK_API_KEY=sk-...
  export DEEPSEEK_BASE_URL=http://127.0.0.1:8000/v1   # e.g. a local proxy

Unset DEEPSEEK_BASE_URL to fall back to https://api.deepseek.com/v1.

The var was already read in auth/config but never reached the
openai-compat request path; wire it through initLanes and the lane
registrar. Also stop the loopback-URL heuristic from stripping tools /
forcing temperature 0.7 for named providers behind a local proxy — only
bare 'generic' local servers keep that guard — so a proxied DeepSeek
session keeps full tool-calling. Cache-hit usage is unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

v0.92.9

Choose a tag to compare

@AbdoKnbGit AbdoKnbGit released this 19 Jun 14:42
chore: release Tau 0.92.8

Document 25 selectable AI providers, add OpenCode Go and Fireworks AI provider notes, and bump the package version to 0.92.8.

v0.92.7

Choose a tag to compare

@AbdoKnbGit AbdoKnbGit released this 13 Jun 08:31
stabilize cache when spawning agents

v0.91.0

Choose a tag to compare

@AbdoKnbGit AbdoKnbGit released this 05 Jun 09:57
d4f0422
Update README DOCS

v0.9.91

Choose a tag to compare

@AbdoKnbGit AbdoKnbGit released this 29 May 23:02
make anthropic provider models use the native websearch tool

Fix the Anthropic-native web search tool type from web_search_20260209
(code-execution-only; rejected as a top-level tool) to web_search_20250305,
the standalone server tool. Scoped to the firstParty/vertex/foundry path;
third-party providers still use Firecrawl.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v0.9.0

Choose a tag to compare

@AbdoKnbGit AbdoKnbGit released this 23 May 15:19
Fix README markdown rendering issue near video tag

0.8.0

Choose a tag to compare

@AbdoKnbGit AbdoKnbGit released this 09 May 15:48

What's new in 0.8.0

  • Fix Gemini cache hit accounting on the Google-account / CLI lane
  • Add new Gemini SSE parser (src/lanes/gemini/api_sse.ts) plus test coverage
  • Refactor gemini_to_anthropic adapter and gemini_code_assist provider; add cache + provider tests
  • Refresh project logo (Logo.png) and minor README/docs polish

Install

npm install -g @abdoknbgit/tau@0.8.0

0.7.6

Choose a tag to compare

@AbdoKnbGit AbdoKnbGit released this 08 May 11:39

Drooping new Tui/UI design

v0.6.3 — /github command suite + safer release flow

Choose a tag to compare

@AbdoKnbGit AbdoKnbGit released this 03 May 11:27

Added

  • New /github command suite: issue creation with safe permissions, wrap-to-commit/push, and release publish flow.
  • Allow /github release to inspect workflow runs via gh run list.

Changed

  • Refined /github wrap prompt with strict writing style and clearer task phases.
  • Updated /github wrap safety protocol and authorization rules.

Fixed

  • /github release version input no longer auto-submits on every keystroke; partial semver now stops and asks for a full tag.