vidpipe 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,9 +9,9 @@
9
9
  ╚═══╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝ ╚══════╝
10
10
  ```
11
11
 
12
- **Drop a video. Get transcripts, summaries, short clips, captions, blog posts, and social media posts automatically.**
12
+ **Your AI video editor turn raw recordings into shorts, reels, captions, social posts, and blog posts. Record once, publish everywhere.**
13
13
 
14
- An AI-powered CLI pipeline that watches for new video recordings and transforms them into rich, structured content using [GitHub Copilot SDK](https://github.com/github/copilot-sdk) agents and OpenAI Whisper.
14
+ An agentic video editor that watches for new recordings and edits them into social-media-ready content — shorts, reels, captions, blog posts, and platform-tailored social posts — using [GitHub Copilot SDK](https://github.com/github/copilot-sdk) AI agents and OpenAI Whisper.
15
15
 
16
16
  [![CI](https://github.com/htekdev/vidpipe/actions/workflows/ci.yml/badge.svg)](https://github.com/htekdev/vidpipe/actions/workflows/ci.yml)
17
17
  [![npm version](https://img.shields.io/npm/v/vidpipe)](https://www.npmjs.com/package/vidpipe)
@@ -306,7 +306,7 @@ Social media publishing is configured via `schedule.json` and the Late API. See
306
306
 
307
307
  ## 🏗️ Architecture
308
308
 
309
- Agent-based architecture built on the [GitHub Copilot SDK](https://github.com/github/copilot-sdk):
309
+ Agentic architecture built on the [GitHub Copilot SDK](https://github.com/github/copilot-sdk) — each editing task is handled by a specialized AI agent:
310
310
 
311
311
  ```mermaid
312
312
  graph TD
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vidpipe",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "AI-powered pipeline that watches for video recordings and generates transcripts, summaries, short clips, and social media posts",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",