| title | Quickstart: Simple Tig |
|---|---|
| description | Lightweight Tig that saves chats only (no commit/branch linking) |
Simple Tig stores your AI chats so you can search and review them later. It does not link interactions to commits, branches, or PRs.
Go to app.usetig.dev and create an account.
Install the Simple Tig package globally using npm:
npm install -g @tigtech/simple-tigAuthenticate your local installation:
tig loginUse your AI coding assistant as usual in your project. Simple Tig will capture chats locally and upload them when you push if configured.
tig upload-chatsGo to app.usetig.dev to browse and search saved chats.
- No commit/branch/PR linkage
- No PR View comments
- No Tig Blame
If you need code-aware context (commits, PR timelines, blame), use the full Tig:
Install Tig to link chats to commits, enable PR View, and use Tig Blame