v1.1.0

Panniantong/Agent-Reachv1.1.0Feb 25, 2026by Panniantong

AI Summary

This release expands platform support by adding Instagram, LinkedIn, and Boss直聘 channels. It also enhances the CLI with specific search subcommands for these new integrations.

Key Highlights

  • Added Instagram support via Instaloader and Exa search
  • Added LinkedIn profile, company page, and job detail reading
  • Added Boss直聘 support via QR code login
  • Added CLI subcommands: search-instagram, search-linkedin, search-bosszhipin

New Features

  • Instagram public post and profile reading
  • LinkedIn profile, company page, and job search
  • Boss直聘 QR code login and recruiter greeting
  • CLI search subcommands for new channels

Full Release Notes

## 🆕 New Channels / 新增渠道

### 📷 Instagram
- Read public posts and profiles via [instaloader](https://github.com/instaloader/instaloader) (⭐9.8K)
- Search via Exa (free, no API key)
- Optional cookie login for private content

### 💼 LinkedIn
- Read person profiles, company pages, and job details via [linkedin-scraper-mcp](https://github.com/stickerdaniel/linkedin-mcp-server)
- Search people and jobs via MCP, with Exa fallback
- Fallback to Jina Reader when MCP is not configured

### 🏢 Boss直聘 (BOSS Zhipin)
- QR code login via [mcp-bosszp](https://github.com/mucsbr/mcp-bosszp)
- Job search and recruiter greeting via MCP
- Fallback to Jina Reader for reading job pages

## 📈 Improvements / 改进
- Channel count: 9 → **12** (12/12 passing `agent-reach doctor`)
- CLI: added `search-instagram`, `search-linkedin`, `search-bosszhipin` subcommands
- Updated install guide with setup instructions for new channels
- Added `CHANGELOG.md`

## 📦 Upgrade / 升级
```bash
pip install --upgrade https://github.com/Panniantong/agent-reach/archive/main.zip
```

---

**Full Changelog**: https://github.com/Panniantong/Agent-Reach/compare/v1.0.0...v1.1.0