perspt 0.4.0

A high-performance CLI application for chatting with various AI models from multiple providers directly in your terminal
# GitHub Actions Status Badges

Add these badges to your README.md to show the status of your CI/CD workflows.

## Status Badges

### CI Status
```markdown
[![CI](https://github.com/eonseed/perspt/actions/workflows/ci.yml/badge.svg)](https://github.com/eonseed/perspt/actions/workflows/ci.yml)
```

### Release Status
```markdown
[![Release](https://github.com/eonseed/perspt/actions/workflows/release.yml/badge.svg)](https://github.com/eonseed/perspt/actions/workflows/release.yml)
```

### Documentation Status
```markdown
[![Documentation](https://github.com/eonseed/perspt/actions/workflows/docs.yml/badge.svg)](https://github.com/eonseed/perspt/actions/workflows/docs.yml)
```

### Latest Release
```markdown
[![Latest Release](https://img.shields.io/github/v/release/eonseed/perspt)](https://github.com/eonseed/perspt/releases/latest)
```

### Downloads
```markdown
[![Downloads](https://img.shields.io/github/downloads/eonseed/perspt/total)](https://github.com/eonseed/perspt/releases)
```

### License
```markdown
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
```

## Example Integration

Add this section to the top of your README.md, right after the title:

```markdown
# 👁️ Perspt: Your Terminal's Window to the AI World 🤖

[![CI](https://github.com/eonseed/perspt/actions/workflows/ci.yml/badge.svg)](https://github.com/eonseed/perspt/actions/workflows/ci.yml)
[![Release](https://github.com/eonseed/perspt/actions/workflows/release.yml/badge.svg)](https://github.com/eonseed/perspt/actions/workflows/release.yml)
[![Documentation](https://github.com/eonseed/perspt/actions/workflows/docs.yml/badge.svg)](https://github.com/eonseed/perspt/actions/workflows/docs.yml)
[![Latest Release](https://img.shields.io/github/v/release/eonseed/perspt)](https://github.com/eonseed/perspt/releases/latest)
[![Downloads](https://img.shields.io/github/downloads/eonseed/perspt/total)](https://github.com/eonseed/perspt/releases)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)

> "The keyboard hums, the screen aglow...
```

Note: Replace `eonseed/perspt` with your actual GitHub organization/repository name if different.