mirror of
https://github.com/superdesigndev/superdesign-skill.git
synced 2026-09-14 13:39:54 +08:00
chore(plugin): bump to 0.5.1 (#42)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
|
||||
"name": "superdesign",
|
||||
"displayName": "Superdesign",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "Design or redesign frontend UI and marketing graphics on the Superdesign infinite canvas. Reads your codebase for context, sets up a design system, and generates branchable design drafts you refine.",
|
||||
"author": {
|
||||
"name": "Superdesign dev, Inc.",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "superdesign",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "Superdesign adds a design skill to ChatGPT that spans both web UI and graphics.",
|
||||
"author": {
|
||||
"name": "Superdesign dev, Inc.",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "superdesign",
|
||||
"displayName": "Superdesign",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "Design or redesign frontend UI and marketing graphics on the Superdesign infinite canvas. Reads your codebase for context, sets up a design system, and generates branchable design drafts you refine.",
|
||||
"author": {
|
||||
"name": "Superdesign dev, Inc.",
|
||||
|
||||
@@ -7,6 +7,14 @@ field is bumped — every release entry below corresponds to a `chore(plugin): b
|
||||
bumps `.claude-plugin/plugin.json`, `.codex-plugin/plugin.json`, `.cursor-plugin/plugin.json`, and the
|
||||
root `package.json` (the DeepSeek Harness bundle) together.
|
||||
|
||||
## 0.5.1
|
||||
|
||||
- Simplify the skill entrypoint into a concise capability catalog while keeping detailed workflows in
|
||||
their scenario-specific references.
|
||||
- Highlight task-aware selection and comparison across leading design-generation models.
|
||||
- Route supporting image and video generation from the skill entrypoint and align the Codex-facing
|
||||
description around creating the best UI and visuals.
|
||||
|
||||
## 0.5.0
|
||||
|
||||
- Add image and video asset generation guidance for the Superdesign CLI: prefer a host agent's native
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "superdesign-dsh",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"type": "module",
|
||||
"description": "Design or redesign frontend UI and marketing graphics on the Superdesign infinite canvas — the Superdesign skill, packaged as a DeepSeek Harness bundle.",
|
||||
"main": "dsh/index.js",
|
||||
|
||||
Reference in New Issue
Block a user