Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"name": "component-developer",
"description": "Comprehensive toolkit for building Keboola Python components with Agent Skills format",
"version": "3.3.1",
"version": "3.3.2",
"source": "./plugins/component-developer",
"category": "development"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/component-developer/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "component-developer",
"version": "3.3.1",
"version": "3.3.2",
"description": "Comprehensive toolkit for building Keboola Python components with Agent Skills format. Includes specialized skills for component development, UI/schema design, unified testing (datadir, unit, VCR), debugging, consolidated code quality and backward compatibility review, and platform context knowledge.",
"author": {
"name": "Keboola :(){:|:&};: s.r.o.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ Options control field behavior and appearance.
| `editor.placeholder` | string | Placeholder text for empty editor |
| `editor.autofocus` | boolean | Auto-focus editor on load |
| `editor.lint` | boolean | Enable linting (for JSON mode) |
| `encryption_hint` | boolean | Set to `false` to hide the "properties prefixed with `#` will be encrypted" note under a JSON-mode editor |
| `only_keys` | boolean | SSH form: show only keys (not full tunnel) |

### Behavior Options
Expand Down Expand Up @@ -642,6 +643,7 @@ Use with `format: "editor"` and `options.editor.mode`.
> - Default mode is `application/json` when `options.editor.mode` is not specified
> - JSON mode (`application/json`) supports field encryption — use `"type": "object"` (not `"string"`) so the UI can store an encrypted JSON object
> - All other modes use `"type": "string"`
> - JSON mode renders a note about `#`-prefixed properties being encrypted; hide it with `options.encryption_hint: false` when the field is not Keboola configuration (a vendor filter tree, a payload template)

### Available Modes

Expand Down
Loading