agent-media 0.10.0 → 0.10.1

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,8 +42,10 @@ npx skills add agntswrm/agent-media
42
42
  This adds media processing skills that your AI agent can use automatically. Available skills:
43
43
  - `agent-media` - Overview of all capabilities
44
44
  - `image-generate` - Generate images from text
45
+ - `image-edit` - Edit images with text prompts
45
46
  - `image-resize` - Resize images
46
47
  - `image-convert` - Convert image formats
48
+ - `image-extend` - Extend image canvas with padding
47
49
  - `image-remove-background` - Remove backgrounds
48
50
  - `image-crop` - Crop images to specified dimensions
49
51
  - `audio-extract` - Extract audio from video
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-media",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Agent-first media toolkit CLI",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {