diff --git a/release_notes.md b/release_notes.md index eae882c9..de06cf80 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,56 +1,33 @@ -## [6.8.0] - 2026-03-02 - "Productivity Boost & In-App Sync" +## v6.9.0 - Multi-Tool & Agent Infrastructure -> **Major productivity enhancements to existing skills and new in-app skill synchronization feature.** +> **Agent capabilities expand with email infrastructure, video intelligence, and multi-tool installer support.** -This release delivers version 2.0.0 upgrades to two critical skills: `vibe-code-auditor` and `tutorial-engineer`, packed with pattern recognition shortcuts, deterministic scoring, and copy-paste templates. Plus, a new "Sync Skills" button in the Web App enables live skill updates from GitHub without leaving the browser. +### đ New Skills -## đ New Features +**đ§ AgentMail** â Email infrastructure for AI agents +- Create email accounts with karma-based rate limiting +- Send/receive emails with attachments +- Webhook signature verification for secure notifications +- Full SDK examples and API reference -### đ In-App Sync Skills Button +**đš VideoDB** â Video and audio perception, indexing, and editing +- Ingest from files, URLs, RTSP/live feeds, or desktop capture +- Semantic, visual, and spoken word indexes with timestamp search +- Timeline editing with subtitles, overlays, transcoding +- AI generation for images, video, music, voiceovers -**One-click skill synchronization from the Web App UI.** -Replaces the unreliable START_APP.bat auto-updater. Users can now click "Sync Skills" in the web app to download the latest skills from GitHub instantly. +### đĻ Improvements -- Vite dev server plugin exposing `/api/refresh-skills` endpoint -- Downloads and extracts only the `/skills/` folder and `skills_index.json` -- Live UI updates without page refresh +- **Multi-Tool Install Support**: Install skills for multiple tools simultaneously (e.g., `npx antigravity-awesome-skills --claude --codex`). Fixes #182. +- **Web-App Sync Optimization**: Hybrid sync strategy using git fetch (5+ min â < 2 sec). Includes sort by "Most Stars". +- **Registry**: 970 skills (+2 new) -## đĻ Improvements +### đĨ Contributors -### ⨠vibe-code-auditor v2.0.0 - -**Productivity-focused overhaul with 10x faster audits.** - -- **Pattern Recognition Shortcuts**: 10 heuristics for rapid issue detection -- **Quick Checks**: 3-second scans for each of 7 audit dimensions -- **Executive Summary**: Critical findings upfront -- **Deterministic Scoring**: Replaces subjective ranges with algorithmic scoring -- **Code Fix Blocks**: Before/after examples for copy-paste remediation -- **Quick Wins Section**: Fixes completable in <1 hour -- **Calibration Rules**: Scoring adjusted by code size (snippet vs multi-file) -- **Expanded Security**: SQL injection, path traversal, insecure deserialization detection - -### đ tutorial-engineer v2.0.0 - -**Evidence-based learning with 75% better retention.** - -- **4-MAT Model**: Why/What/How/What If framework for explanations -- **Learning Retention Shortcuts**: Evidence-based patterns (+75% retention) -- **Cognitive Load Management**: 7Âą2 rule, One Screen, No Forward References -- **Exercise Calibration**: Difficulty table with time estimates -- **Format Selection Guide**: Quick Start vs Deep Dive vs Workshop -- **Pre-Publish Audit Checklist**: Comprehension, progression, technical validation -- **Speed Scoring Rubric**: 1-5 rating on 5 dimensions -- **Copy-Paste Template**: Ready-to-use Markdown structure -- **Accessibility Checklist**: WCAG compliance for tutorials - -## đĨ Credits - -A huge shoutout to our community contributors: - -- **@munir-abbasi** for the v2.0.0 productivity enhancements to `vibe-code-auditor` and `tutorial-engineer` (PR #172) -- **@zinzied** for the In-App Sync Skills Button and START_APP.bat simplification (PR #178) +- @zinzied â Web-app sync optimization (PR #180) +- @0xrohitgarg â VideoDB skill (PR #181) +- @uriva â AgentMail skill (PR #183) --- -_Upgrade now: `git pull origin main` to fetch the latest skills._ +_Upgrade: `npx antigravity-awesome-skills` or `git pull origin main`_ diff --git a/web-app/.env.example b/web-app/.env.example new file mode 100644 index 00000000..c9b5b776 --- /dev/null +++ b/web-app/.env.example @@ -0,0 +1,4 @@ +# Supabase Configuration +# Get these values from your Supabase project settings +VITE_SUPABASE_URL=https://your-project.supabase.co +VITE_SUPABASE_ANON_KEY=your-anon-key-here diff --git a/web-app/index.html b/web-app/index.html index a04b9def..a1ef51d8 100644 --- a/web-app/index.html +++ b/web-app/index.html @@ -15,6 +15,6 @@
- +