Tags: shipzero/zero
Tags
Feature/config and cleanup (#26) * feat: add image pruning and update app configuration workflows - Introduced periodic dangling image pruning to prevent disk issues. - Added `updateAppConfig` function for modifying app configurations, with field tracking. - Ensured unreferenced images are removed after deployments or previews are deregistered. - Updated `composeDown` to support image and volume removal options. - Improved `destroyPreview` and app removal workflows to clean up associated resources. * chore: release v2026.7.8 with config updates, image garbage collection, and bug fixes
MCP integration (#24) * feat(mcp): added MCP functionality * ci(release): add step to install CLI dependencies in release workflow * feat(cli): add `--cwd` flag to `mcp` command for directory context handling (#24) - Validate `--cwd` path existence and handle path switching. - Update `mcpServers` configuration to include `--cwd` argument. - Log current working directory with server connection details. * feat(mcp): added additional tools * feat(mcp): introduce MCP integration with CLI tools and schema-level safety features
ci(release): add step to install CLI dependencies in release workflow
feat(cli): add `--cwd` flag to `mcp` command for directory context ha… …ndling (#24) - Validate `--cwd` path existence and handle path switching. - Update `mcpServers` configuration to include `--cwd` argument. - Log current working directory with server connection details.
PreviousNext