the signals and their derived score are provisional and subject to change.
validate manually before sharing.
475d8da6a22d3729914297f4355234bba3a6258cnone
t3code/docs/providers/claude.mdTool: claude-code# Claude
This guide is for people who want to use more than one Claude setup in T3 Code.
Common reasons:
- use separate work and personal Claude accounts
- try a different Claude Code configuration without disturbing your main setup
- run Claude through a router such as Claude Code Router
- use external providers exposed through a Claude-compatible workflow
## I Only Use One Claude Account
Use the default provider.
Log in with Claude Code normally:
```bash
claude auth login
```
In T3 Code Settings, t3code/CLAUDE.mdTool: claude-codeAGENTS.md
t3code/.cursorTool: cursorfastapi/fastapi/.agents/skills/fastapi/SKILL.mdTool: unspecified---
name: fastapi
description: FastAPI best practices and conventions. Use when working with FastAPI APIs and Pydantic models for them. Keeps FastAPI code clean and up to date with the latest features and patterns, updated with new versions. Write new code or refactor and update old code.
---
# FastAPI
Official FastAPI skill to write code with best practices, keeping up to date with new versions and features.
## Use the `fastapi` CLI
Run the development server on localhost with reload:
```bash
fastapi fastapi/fastapi/.agentsTool: unspecifiedfastapi/fastapi/.agentsTool: unspecifiedfastapi/fastapi/.agentsTool: unspecifiedfastapi/fastapi/.agentsTool: unspecifiedt3code/docs/providers/codex.mdTool: codex# Codex
This guide is for people who want to use more than one Codex account in T3 Code.
Common reasons:
- use a work account for work projects
- use a personal account for personal projects
- switch to another account when one account hits limits
- keep one shared Codex history instead of maintaining two separate Codex setups
## I Only Use One Codex Account
Use the default provider.
In Settings, your Codex provider can stay like this:
```text
Display name: Codex
CODEX_HOME path: ~/.codex
Shadow homet3code/AGENTS.mdTool: agents-md# AGENTS.md
## Task Completion Requirements
- All of `bun fmt`, `bun lint`, and `bun typecheck` must pass before considering tasks completed.
- NEVER run `bun test`. Always use `bun run test` (runs Vitest).
## Project Snapshot
T3 Code is a minimal web GUI for using coding agents like Codex and Claude.
This repository is a VERY EARLY WIP. Proposing sweeping changes that improve long-term maintainability is encouraged.
## Core Priorities
1. Performance first.
2. Reliability first.
3. Keep behavior prednone