Releases: intent-solutions-io/perception-with-intent
Releases · intent-solutions-io/perception-with-intent
v0.6.0 - Articles Page & HN Popular Blogs
What's New
Articles Page with Trending
- New home page for the dashboard with category-based news feed
- Per-category trending section with score algorithm (relevance + recency + HN points)
- HN API integration to match top 30 stories and boost trending scores
- Expandable article cards with click-to-expand summaries
HN Popular Blogs Collection (92 sources)
- Curated tech blog RSS feeds from Hacker News favorites
- Featured filter button with distinctive orange styling
- Sources include antirez.com, danluu.com, jvns.ca, and more
Author-Focused Dashboard
- Author discovery from articles
- Author tracking and status management
Infrastructure Improvements
- 27 bug fixes for Firestore, ADK deployment, and CI/CD
- Switched from Terraform to OpenTofu
- 128 total feed sources
Full Changelog
See CHANGELOG.md for complete details.
🤖 Released with Claude Code
v0.5.0 - Comprehensive Test Suite
Release v0.5.0 - Comprehensive Test Suite
🧪 4,800+ passing tests making Perception production-ready!
Highlights
- Comprehensive Test Suite with extensive coverage
- Headless Browser E2E Tests using Playwright
- Terminal UI Tests for TUI components
- Security Validation Tests (XSS, SQL injection, path traversal)
- Modern Python Packaging with pyproject.toml
- Enhanced CI/CD Pipeline with parallel jobs
Test Categories
| Category | Tests |
|---|---|
| Unit Tests | 404 |
| Parametrized Tests | 2,853 |
| Bulk Scenario Tests | 1,552 |
| Security Tests | 61 |
| TUI Tests | 56 |
| E2E Tests | 35 |
| Total | 4,800+ |
New Files
pyproject.toml- Modern Python packagingpytest.ini- Test configurationrequirements-test.txt- Test dependenciesscripts/run_all_tests.sh- Batch test runnertests/- 37 test files
CI/CD Enhancements
- Dedicated test job with multiple batches
- Security scanning with safety
- Python 3.12 with pip caching
- Parallel lint, test, security, terraform jobs
Full Changelog: https://github.com/intent-solutions-io/perception-with-intent/blob/main/CHANGELOG.md
v0.4.0: Feed Expansion + Terminal UI
What's New in v0.4.0
🚀 Massive RSS Feed Expansion (15 → 128 feeds)
- 22 content categories covering tech, AI, business, sports, automotive, and more
- Brex Top 100 SaaS research: 39 new feeds from fastest-growing startups
- All feeds tested and verified active with feedparser
🖥️ Cyberpunk Terminal UI
- Synthwave aesthetic with cyan/magenta/purple palette
- Dashboard view with feeds table, status panel, metrics
- Commands:
./perception [dashboard|feeds|test|status]
📊 New Feed Categories
| Category | Count | Examples |
|---|---|---|
| SaaS/Dev Tools | 24 | Vercel, Supabase, PostHog, LangChain |
| Infrastructure | 10 | Docker, Kubernetes, HashiCorp, Grafana |
| AI Companies | 5 | OpenAI, Anthropic, Hugging Face |
| + 19 more | 89 | Tech, Business, Crypto, Science, etc. |
🔧 Infrastructure
- MCP service deployed to Cloud Run
- E2E ingestion pipeline validated
- 8-agent orchestration system complete
Full changelog: CHANGELOG.md