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
/
test
/
at
main
1 folder
77 files
Callie Peden
update models
5w ago
50e00ef6
data
feat(ai): Add image input tests for vision-capable models - Added image tests to OpenAI Completions (gpt-4o-mini) - Added image tests to Anthropic (claude-sonnet-4-0) - Added image tests to Google (gemini-2.5-flash) - Tests verify models can process and describe the red circle test image
1 year ago
abort.test.ts
update models
1 month ago
anthropic-adaptive-thinking-models.test.ts
add max effort
2 months ago
anthropic-eager-tool-input-compat.test.ts
Fix Anthropic eager tool input compat test
3 months ago
anthropic-eager-tool-input-e2e.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
anthropic-force-adaptive-thinking.test.ts
Support adaptive thinking for Anthropic-compatible aliases closes #4790
3 months ago
anthropic-long-cache-retention-e2e.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
anthropic-oauth.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
anthropic-opus-4-7-smoke.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
anthropic-sse-parsing.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
anthropic-thinking-disable.test.ts
test: speed up provider payload coverage
3 months ago
anthropic-tool-name-normalization.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
azure-openai-base-url.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
azure-utils.ts
add Azure deployment name map and refresh generated models
7 months ago
bedrock-convert-messages.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
bedrock-endpoint-resolution.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
bedrock-models.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
bedrock-thinking-payload.test.ts
long cache ttl
2 months ago
bedrock-utils.ts
feat(ai): Add Amazon Bedrock provider (#494) Adds support for Amazon Bedrock with Claude models including: - Full streaming support via Converse API - Reasoning/thinking support for Claude models - Cross-region inference model ID handling - Multiple AWS credential sources (profile, IAM keys, API keys) - Image support in messages and tool results - Unicode surrogate sanitization Also adds 'Adding a New Provider' documentation to AGENTS.md and README. Co-authored-by: nickchan2 <nickchan2@users.noreply.github.com>
7 months ago
cache-retention.test.ts
test: speed up provider payload coverage
3 months ago
cloudflare-utils.ts
fix(ai): finalize cloudflare gateway provider support
4 months ago
codex-websocket-cached-probe.ts
chore: pin dependencies and use native TypeScript
3 months ago
context-overflow.test.ts
update models
1 month ago
cross-provider-handoff.test.ts
update models
1 month ago
empty.test.ts
update models
1 month ago
env-api-keys.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
faux-provider.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
fireworks-models.test.ts
test(ai): avoid hardcoded Fireworks router id
3 months ago
github-copilot-anthropic.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
github-copilot-oauth.test.ts
feat(ai): refactor device code login for copilot
3 months ago
google-shared-convert-tools.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
google-shared-gemini3-unsigned-tool-call.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
google-shared-image-tool-result-routing.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
google-thinking-disable.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
google-thinking-signature.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
google-vertex-api-key-resolution.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
image-tool-result.test.ts
feat(ai): add xhigh effort, thinkingDisplay, and regenerate models - Add `xhigh` effort level for Opus 4.7+ adaptive thinking - Add `thinkingDisplay` option (summarized/omitted) to AnthropicOptions - Switch adaptive thinking detection to compat.forceAdaptiveThinking flag - Regenerate models.generated.ts and image-models.generated.ts from latest upstream data - Update tests to use gpt-4.1 and gemini-2.5-flash (dropped model IDs) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
images.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
interleaved-thinking.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
lazy-module-load.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
mistral-reasoning-mode.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
mistral-tool-schema.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
node-http-proxy.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
oauth-device-code.test.ts
feat(ai): refactor device code login for copilot
3 months ago
oauth.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-codex-cache-affinity-e2e.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-codex-oauth.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-codex-stream.test.ts
long cache ttl
2 months ago
openai-completions-cache-control-format.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-completions-empty-tools.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-completions-prompt-cache.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-completions-response-model.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-completions-retry.test.ts
fix(ai): disable hidden provider 429 retries (#4991)
3 months ago
openai-completions-thinking-as-text.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-completions-tool-choice.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-completions-tool-result-images.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-responses-cache-affinity-e2e.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-responses-copilot-provider.test.ts
long cache ttl
2 months ago
openai-responses-foreign-toolcall-id.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-responses-partial-json-cleanup.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-responses-reasoning-replay-e2e.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openai-responses-tool-result-images.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
openrouter-cache-write-repro.test.ts
long cache ttl
2 months ago
openrouter-images.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
overflow.test.ts
fix(ai): detect Poolside context overflow Closes #4943
3 months ago
responseid.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
stream.test.ts
update models
1 month ago
supports-xhigh.test.ts
add max effort
2 months ago
together-models.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
tokens.test.ts
feat(ai): add xhigh effort, thinkingDisplay, and regenerate models - Add `xhigh` effort level for Opus 4.7+ adaptive thinking - Add `thinkingDisplay` option (summarized/omitted) to AnthropicOptions - Switch adaptive thinking detection to compat.forceAdaptiveThinking flag - Regenerate models.generated.ts and image-models.generated.ts from latest upstream data - Update tests to use gpt-4.1 and gemini-2.5-flash (dropped model IDs) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
tool-call-id-normalization.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
tool-call-without-result.test.ts
update models
1 month ago
total-tokens.test.ts
update models
1 month ago
transform-messages-copilot-openai-to-anthropic.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
unicode-surrogate.test.ts
update models
1 month ago
validation.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
xhigh.test.ts
chore: pin dependencies and use native TypeScript
3 months ago
zen.test.ts
chore: pin dependencies and use native TypeScript
3 months ago