2 Commits
Author SHA1 Message Date
2b06fd4970 fix: wrap plugin_settings index response in data key for trmnlp compatibility
The trmnlp APIClient unwraps a 'data' key from the response body, but
PluginSettingsController#index was returning a bare JSON array, causing
`trmnlp list` to always show "No plugins found." Update the controller
and corresponding test to use the `{'data': [...]}` envelope.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 23:55:34 +02:00
7b7bee1dfa feat: add trmnlp-compatible plugin settings API endpoints
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 23:55:34 +02:00