Skip to content

Releases: vladpazych/lumen

vscode-v0.1.4

17 Mar 20:00

Choose a tag to compare

What's new

  • Workspace home - lumen.config.json opens as the top-level control plane for setup, server lifecycle, pipeline creation, skill installation, and config navigation.
  • Simpler project layout - Lumen uses committed server/ source alongside assets/ for .lumen configs and generated outputs.
  • Agent-ready setup - workspace initialization installs the policy-guided agent surface and generates a root AGENTS.md.
  • Schema-driven editing - .lumen files can pick up already-running local servers and discover pipelines more reliably.
  • Safer local runtime auth - Lumen keeps its own bearer token in VS Code secrets while aligning Modal auth with the native machine CLI flow.
  • Pipeline authoring UX - the extension can scaffold pipelines, manage runtime updates, and keep the server contract discoverable for non-developers.

Internal

  • Marketplace packaging - the extension has release metadata, a license, changelog, icon, and a cleaned VSIX payload suitable for public publishing.
  • Publish workflow fixes - GitHub Actions installs Dexter from the public registry and builds the extension before calling vsce publish.
  • Listing rename - the Marketplace-facing extension name is now Lumen for Modal.

vscode-v0.1.3

17 Mar 19:55

Choose a tag to compare

What's new

  • Workspace home - lumen.config.json opens as the top-level control plane for setup, server lifecycle, pipeline creation, skill installation, and config navigation.
  • Simpler project layout - Lumen uses committed server/ source alongside assets/ for .lumen configs and generated outputs.
  • Agent-ready setup - workspace initialization installs the policy-guided agent surface and generates a root AGENTS.md.
  • Schema-driven editing - .lumen files can pick up already-running local servers and discover pipelines more reliably.
  • Safer local runtime auth - Lumen keeps its own bearer token in VS Code secrets while aligning Modal auth with the native machine CLI flow.
  • Pipeline authoring UX - the extension can scaffold pipelines, manage runtime updates, and keep the server contract discoverable for non-developers.

Internal

  • Marketplace packaging - the extension has release metadata, a license, changelog, icon, and a cleaned VSIX payload suitable for public publishing.
  • Publish workflow fixes - GitHub Actions now installs Dexter from the public registry and builds the extension before calling vsce publish.

vscode-v0.1.2

17 Mar 19:54

Choose a tag to compare

What's new

  • Workspace home - lumen.config.json opens as the top-level control plane for setup, server lifecycle, pipeline creation, skill installation, and config navigation.
  • Simpler project layout - Lumen uses committed server/ source alongside assets/ for .lumen configs and generated outputs.
  • Agent-ready setup - workspace initialization installs the policy-guided agent surface and generates a root AGENTS.md.
  • Schema-driven editing - .lumen files can pick up already-running local servers and discover pipelines more reliably.
  • Safer local runtime auth - Lumen keeps its own bearer token in VS Code secrets while aligning Modal auth with the native machine CLI flow.
  • Pipeline authoring UX - the extension can scaffold pipelines, manage runtime updates, and keep the server contract discoverable for non-developers.

Internal

  • Marketplace packaging - the extension has release metadata, a license, changelog, icon, and a cleaned VSIX payload suitable for public publishing.
  • Publish workflow fixes - GitHub Actions now installs all Dexter dependencies from the public registry instead of depending on local filesystem paths.

vscode-v0.1.1

17 Mar 19:53

Choose a tag to compare

What's new

  • Workspace home - lumen.config.json opens as the top-level control plane for setup, server lifecycle, pipeline creation, skill installation, and config navigation.
  • Simpler project layout - Lumen uses committed server/ source alongside assets/ for .lumen configs and generated outputs.
  • Agent-ready setup - workspace initialization installs the policy-guided agent surface and generates a root AGENTS.md.
  • Schema-driven editing - .lumen files can pick up already-running local servers and discover pipelines more reliably.
  • Safer local runtime auth - Lumen keeps its own bearer token in VS Code secrets while aligning Modal auth with the native machine CLI flow.
  • Pipeline authoring UX - the extension can scaffold pipelines, manage runtime updates, and keep the server contract discoverable for non-developers.

Internal

  • Marketplace packaging - the extension has release metadata, a license, changelog, icon, and a cleaned VSIX payload suitable for public publishing.
  • Publish workflow fix - GitHub Actions now installs Dexter from the public registry instead of depending on a local filesystem path.

vscode-v0.1.0

17 Mar 19:51

Choose a tag to compare

What's new

  • Workspace home - lumen.config.json now opens as the top-level control plane for setup, server lifecycle, pipeline creation, skill installation, and config navigation.
  • Simpler project layout - Lumen now uses committed server/ source alongside assets/ for .lumen configs and generated outputs.
  • Agent-ready setup - workspace initialization now installs the policy-guided agent surface and generates a root AGENTS.md.
  • Schema-driven editing - .lumen files can pick up already-running local servers and discover pipelines more reliably.
  • Safer local runtime auth - Lumen keeps its own bearer token in VS Code secrets while aligning Modal auth with the native machine CLI flow.
  • Pipeline authoring UX - the extension can scaffold pipelines, manage runtime updates, and keep the server contract discoverable for non-developers.

Internal

  • Marketplace packaging - the extension now has release metadata, a license, changelog, icon, and a cleaned VSIX payload suitable for public publishing.