v0.3.1

Patch Changes

  • Make the plugins directory configurable via structure.plugins in the config file and --plugins flag in alloy init. The plugins directory was hardcoded to plugins/ while all other managed directories were configurable.

    # alloy.config.yaml
    structure:
      content: "src/content"
      layouts: "src/layouts"
      plugins: "src/plugins"
  • Fix plugin file changes not being detected by the dev server watcher.

  • Fix nested plugin paths (e.g. tools/plugins) breaking Node runtime project root derivation.