@huanlin/dsh-plugin-aigc-canvas 0.1.1 → 0.1.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.
- package/cordis.patch.yml +2 -2
- package/package.json +1 -1
package/cordis.patch.yml
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# dsh-aigc-canvas bundle layer: inserts the plugin row.
|
|
2
|
-
# Loaded by `dsh plugin --profile <name> add @
|
|
2
|
+
# Loaded by `dsh plugin --profile <name> add @huanlin/dsh-plugin-aigc-canvas`.
|
|
3
3
|
# The `name` is the package entry; Loader resolves it from profile node_modules.
|
|
4
4
|
# Provider config is editable at runtime via the DSH GUI settings page;
|
|
5
5
|
# the values below are first-boot seeds only. The stub provider
|
|
6
6
|
# (endpoint=stub://aigc-backend) produces synthetic test media — no real API calls.
|
|
7
7
|
- insert:
|
|
8
8
|
- id: dsh-aigc-canvas
|
|
9
|
-
name: '@
|
|
9
|
+
name: '@huanlin/dsh-plugin-aigc-canvas'
|
|
10
10
|
config:
|
|
11
11
|
providers:
|
|
12
12
|
- id: stub
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huanlin/dsh-plugin-aigc-canvas",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "DSH plugin: an infinite free canvas for the better-sidebar plus provider-agnostic generation. Exposes aigc_get_provider_info / aigc_http_request (endpoint + apiKey auto-attached) / aigc_provider_set_instructions / aigc_canvas_place / aigc_canvas_link / aigc_canvas_unlink / aigc_canvas_list_elements tools; generated files are placed at arbitrary canvas positions and can be double-clicked for prompt + params.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|