Skip to content

Releases: tojiuni/morphso

v0.1.4

21 May 02:01
6dd8e4f

Choose a tag to compare

Changelog

  • 6dd8e4f fix(install): --yes auto-selects [1] for optional deps (non-interactive) (#13)

v0.1.3

21 May 00:50
c8672c6

Choose a tag to compare

Changelog

  • c8672c6 feat(remove): offer to clean up dependencies on local remove (#12)

v0.1.2

20 May 23:39
7a94aba

Choose a tag to compare

Changelog

  • 7a94aba feat(cli): local-first remove/list/search with --remote opt-in (#10)

v0.1.1

20 May 08:52

Choose a tag to compare

Changelog

  • 4476e7e ci: set GOTOOLCHAIN=auto for goreleaser release step
  • aa6d396 fix: register MCP clients when optional dep is mcp-type

v0.1.0

20 May 07:25

Choose a tag to compare

Changelog

  • 310ce6b Merge pull request #5 from tojiuni/docs/migrate-to-geneso
  • a688155 ci: migrate goreleaser config to v2 schema
  • 5241cb1 ci: pin goreleaser image to v2.7.0
  • bd4041d feat: dependency-aware install with resource checking (#1)
  • 21149ac feat: implement moso remove with reverse-dep conflict resolution (#2)
  • 4918b80 feat: inject MOSO_ARCH and MOSO_OS into install scripts
  • 2b0842e feat: moso install supports mcp package type with auto-registration (#7)
  • a1f500a feat: optional dependency pipeline, LLM config, arch-aware install, and docs (#6)
  • 99f9da4 fix: correct macOS memory detection on Apple Silicon
  • db93199 fix: skip TLS verification for internal private CA (#3)
  • 7ef3293 initial: add morphso CLI codebase