- Add pageviews table and /api/v1/analytics/pageview endpoint - Abuse reporting API already existed at /api/v1/reports - Add health_check.py script for monitoring - ChatGPT additions: report modal UI, analytics tracking JS 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| config.yaml | ||
README.md
summarize
Summarize text using AI. Designed for quick overviews, briefs, or executive summaries.
Usage
summarize --max-length 200 --style neutral < input.txt
Arguments
--max-length: Maximum length of the summary in words. Default:200.--style: Summary style. Options:neutral,bullet,executive.
Examples
cat report.txt | summarize --max-length 120 --style executive