Skip to content

Release v0.0.21#22

Merged
akatz-ai merged 4 commits intomainfrom
dev
Feb 13, 2026
Merged

Release v0.0.21#22
akatz-ai merged 4 commits intomainfrom
dev

Conversation

@akatz-ai
Copy link
Copy Markdown
Member

Summary

  • Update notice banner — version check endpoint + self-update endpoint + frontend banner component
  • Environment name validation — shared validation module, real-time debounced validation in CreateEnvironmentModal, server-side validation on create + import endpoints
  • CI fix — remove duplicate publish trigger on PR close
  • Version bump — 0.0.21, comfygit-core pinned to 0.3.18

Changelog

  • 87b5d46 Manager: update notice banner + update-check/update endpoints
  • 93de901 fix(ci): remove duplicate publish trigger on PR close
  • 6456ee9 Add env-name validation parity across create/import flows
  • 9041e26 Bump version to 0.0.21, update comfygit-core to 0.3.18

Test plan

  • CI passes on PR
  • Create environment with invalid name (spaces, special chars) — should show inline error
  • Create environment with reserved name (models, workspace) — should reject
  • Verify update notice banner appears when newer version available

🤖 Generated with Claude Code

akatz-ai and others added 4 commits February 10, 2026 15:38
The publish workflow had both push-to-main and pull_request-closed
triggers, causing double publishes when merging PRs that touch
pyproject.toml. The push trigger alone covers all merges.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@akatz-ai akatz-ai merged commit 9c617aa into main Feb 13, 2026
0 of 2 checks passed
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.

1 participant