Releases: AbdoKnbGit/tau
Releases · AbdoKnbGit/tau
Release list
v0.92.10
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
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
v0.91.0
v0.9.91
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
Fix README markdown rendering issue near video tag
0.8.0
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_anthropicadapter andgemini_code_assistprovider; 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
v0.6.3 — /github command suite + safer release flow
Added
- New
/githubcommand suite: issue creation with safe permissions, wrap-to-commit/push, and release publish flow. - Allow
/github releaseto inspect workflow runs viagh run list.
Changed
- Refined
/github wrapprompt with strict writing style and clearer task phases. - Updated
/github wrapsafety protocol and authorization rules.
Fixed
/github releaseversion input no longer auto-submits on every keystroke; partial semver now stops and asks for a full tag.