Skip to content

Show plugin settings in system property list#1696

Open
amarkdotdev wants to merge 1 commit into
apple:mainfrom
amarkdotdev:codex/plugin-property-list
Open

Show plugin settings in system property list#1696
amarkdotdev wants to merge 1 commit into
apple:mainfrom
amarkdotdev:codex/plugin-property-list

Conversation

@amarkdotdev

@amarkdotdev amarkdotdev commented Jun 11, 2026

Copy link
Copy Markdown

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Motivation and Context

container system property list showed core system configuration but omitted plugin-scoped values from [plugin.*] sections. This change includes those plugin settings in TOML and JSON output, using the same daemon-reported app-root and install-root config files as the core system properties. Nested plugin values preserve the existing first-match-wins layering behavior.

Fixes #607

Testing

  • Tested locally
  • Added/updated tests
  • Added/updated docs

Commands run locally:

  • swift test --filter PluginPropertiesTests
  • swift test --filter ContainerCommandsTests

@amarkdotdev amarkdotdev force-pushed the codex/plugin-property-list branch from 11056e0 to ac3b357 Compare June 11, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: container system property ls includes plugin settings values.

1 participant