Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 02:57
· 123 commits to main since this release
4e6937a

loomloom v0.2.1

This is the first public beta release of loomloom CLI.

loomloom CLI is the developer interface for defining, compiling, executing, and managing AI work as software.

It works with existing AI agents and developer tools, including Claude Code, Codex, OpenClaw, and MCP-compatible environments.

This beta release introduces browser-based authentication, safer uninstall behavior, and a public release distribution pipeline across supported platforms.

Changes

  • Add browser-based authentication support to loomloom login.

    • Interactive platform selection.
    • Built-in OAuth callback flows for supported execution platforms:
      • CogFoundry
      • Shengsuanyun
    • Generic authentication flow for additional platforms. (#9)
  • Make uninstall safer.

    • Preserve user files and configuration during uninstall.
    • Updated macOS/Linux (uninstall.sh) and Windows (uninstall.ps1) uninstallers. (#7)
  • Improve release and distribution infrastructure.

    • Compare release tag commits across mirrors to detect equivalent releases. (#6)
    • Make Homebrew downloads more resilient to transient failures. (#3)
    • Migrate installers and Homebrew tap to the new distribution setup. (#4)
    • Publish GitHub releases to downstream mirrors. (#2)
    • Add GitLab as the primary release pipeline and publish permanent GitLab assets.
    • Align GitLab and Gitee release jobs with a stable Go toolchain.
    • Migrate canonical repository identity to cogfoundry-labs/loomloom. (#1)
  • Update documentation.

    • Add Gitee fallback and platform API guidance. (#10)
    • Update CLI reference and setup documentation for the new login flow.

Internal

  • Bump version to v0.2.1.
  • Add additional test coverage for authentication, uninstall, and release scripts.

Full changelog: