chore: bump plugin version to 1.3.0

Picks up the cb0eb2b camera-position fix as a minor release.

- .claude-plugin/plugin.json: 1.2.0 → 1.3.0
- .claude-plugin/marketplace.json: 1.2.0 → 1.3.0
- README.md: version badge + verify-output snippet
- CHANGELOG.md: new [1.3.0] entry documenting the camera-position lock
This commit is contained in:
Pika Labs
2026-05-14 04:21:22 +00:00
parent cb0eb2bac6
commit 21c50cdc0d
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"description": "Pika-fy your Claude — give Claude a face, name, voice, and personality, plus a full creative stack of image, video, audio, and editing tools. 4 curated /pika:* slash commands backed by 42 atomic media tools at mcp.pika.me.",
"source": "./",
"category": "creative",
"version": "1.2.0",
"version": "1.3.0",
"author": {
"name": "Pika Labs",
"email": "support@pika.art"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "pika",
"description": "Pika-fy your Claude — give Claude a face, name, voice, and personality, plus a full creative stack of image, video, audio, and editing tools. 4 curated /pika:* slash commands backed by 42 atomic media tools at mcp.pika.me.",
"version": "1.2.0",
"version": "1.3.0",
"author": { "name": "Pika Labs", "email": "support@pika.art" },
"homepage": "https://pika.me",
"repository": "https://github.com/Pika-Labs/Pika-Plugins",
+6
View File
@@ -3,6 +3,12 @@
All notable changes to the Pika Claude Code plugin are documented here.
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [1.3.0] — 2026-05-14
### Fixed
- **`/pika:baseball-trend`** — Lock camera position in Step 1 to prevent inverted shots. The prior recipe didn't specify the broadcast camera's physical position, so `gpt-image-2` sometimes placed the camera in the upper deck looking toward the field (with the subject turned around to face it) instead of in the foul-ground photographers' pit looking back at the premium seats (the correct trend composition). Added a verbatim camera-position anchor (`Camera is positioned in the foul-ground photographers' pit just past home plate, low angle, shooting BACK at the premium seats — the baseball field is BEHIND the camera and NOT visible anywhere in the frame.`), registered it in the Load-bearing phrases section, and added a fail-fast self-check + dedicated failure-cheat-sheet row for the "field visible behind subject" symptom.
## [1.2.0] — 2026-05-14
### Added
+2 -2
View File
@@ -5,7 +5,7 @@
</p>
<p align="center">
<a href="./CHANGELOG.md"><img src="https://img.shields.io/badge/plugin-v1.2.0-blue" alt="Plugin version"></a>
<a href="./CHANGELOG.md"><img src="https://img.shields.io/badge/plugin-v1.3.0-blue" alt="Plugin version"></a>
<a href="https://mcp.pika.me/api/mcp"><img src="https://img.shields.io/badge/MCP-mcp.pika.me-green" alt="MCP server"></a>
<a href="./tools-manifest.json"><img src="https://img.shields.io/badge/tools-42_atomic_primitives-purple" alt="Tools"></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache_2.0-blue" alt="License"></a>
@@ -99,7 +99,7 @@ The agent reads your prompt and runs the matching skill (or falls back to atomic
```bash
claude plugin list
# pika@pika-plugins Version: 1.2.0 Status: enabled
# pika@pika-plugins Version: 1.3.0 Status: enabled
claude mcp list
# pika: https://mcp.pika.me/api/mcp (HTTP) - Connected
```