alpha
Login
or
Join now
callie.on-her.computer
/
tau
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
more up to date at codeberg https://codeberg.org/cowie/tau.git
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
1
Pipelines
tau
/
packages
/
ai
/
src
/
utils
/
at
main
1 folder
11 files
Armin Ronacher
fix(ai): timeout Codex SSE header stalls
3mo ago
7c02a556
oauth
Clean up OAuth device-code callbacks
3 months ago
abort-signals.ts
fix(ai): timeout Codex SSE header stalls
3 months ago
diagnostics.ts
fix(ai): fall back from codex websocket to sse (#4133)
3 months ago
event-stream.ts
chore(ts): use source import extensions
3 months ago
hash.ts
fix(ai): keep mistral browser-safe
5 months ago
headers.ts
feat(coding-agent): add after_provider_response hook closes #3128
4 months ago
json-parse.ts
Reapply "fix(ai): own Anthropic SSE parsing to avoid SDK JSON.parse hard-failures" This reverts commit fc9220d2dec40595cc6ff7e1a908ded52c9ebc82.
4 months ago
node-http-proxy.ts
fix(ai): vendor proxy env resolution closes #4513
3 months ago
overflow.ts
fix(ai): detect Poolside context overflow Closes #4943
3 months ago
sanitize-unicode.ts
Add Unicode surrogate sanitization for all providers Fixes issue where unpaired Unicode surrogates in tool results cause JSON serialization errors in API providers, particularly Anthropic. - Add sanitizeSurrogates() utility function to remove unpaired surrogates - Apply sanitization in all provider convertMessages() functions: - User message text content (string and text blocks) - Assistant message text and thinking blocks - Tool result output - System prompts - Valid emoji (properly paired surrogates) are preserved - Add comprehensive test suite covering all 8 providers Previously only Google and Groq handled unpaired surrogates correctly. Now all providers (Anthropic, OpenAI Completions/Responses, Google, xAI, Groq, Cerebras, zAI) sanitize text before API submission.
10 months ago
typebox-helpers.ts
fix(typebox): migrate to v1 with extension compat (#3474) * fix(typebox): migrate to v1 with extension compat Replace AJV-based validation with TypeBox-native validation, keep legacy extension imports working (including @sinclair/typebox/compiler), and restore coercion for serialized/plain JSON schemas. This change closes #3112. * fix(typebox): use canonical imports and harden coercion Switch first-party code to canonical typebox imports while retaining legacy extension aliases in the loader. Remove obsolete runtime codegen guards, expand serialized JSON-schema coercion coverage, and update related tests and fixtures. Fixes #3112. --------- Co-authored-by: Mario Zechner <badlogicgames@gmail.com>
4 months ago
validation.ts
chore(ts): use source import extensions
3 months ago