Releases: vladpazych/lumen
Releases · vladpazych/lumen
vscode-v0.1.4
What's new
- Workspace home -
lumen.config.jsonopens 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 alongsideassets/for.lumenconfigs and generated outputs. - Agent-ready setup - workspace initialization installs the policy-guided agent surface and generates a root
AGENTS.md. - Schema-driven editing -
.lumenfiles 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
What's new
- Workspace home -
lumen.config.jsonopens 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 alongsideassets/for.lumenconfigs and generated outputs. - Agent-ready setup - workspace initialization installs the policy-guided agent surface and generates a root
AGENTS.md. - Schema-driven editing -
.lumenfiles 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
What's new
- Workspace home -
lumen.config.jsonopens 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 alongsideassets/for.lumenconfigs and generated outputs. - Agent-ready setup - workspace initialization installs the policy-guided agent surface and generates a root
AGENTS.md. - Schema-driven editing -
.lumenfiles 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
What's new
- Workspace home -
lumen.config.jsonopens 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 alongsideassets/for.lumenconfigs and generated outputs. - Agent-ready setup - workspace initialization installs the policy-guided agent surface and generates a root
AGENTS.md. - Schema-driven editing -
.lumenfiles 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
What's new
- Workspace home -
lumen.config.jsonnow 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 alongsideassets/for.lumenconfigs and generated outputs. - Agent-ready setup - workspace initialization now installs the policy-guided agent surface and generates a root
AGENTS.md. - Schema-driven editing -
.lumenfiles 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.