Tags: galaxyproject/loom
Tags
release: v0.6.0 First release since v0.5.1 back in June, and it's a big one -- 107 commits. Highlights: the Galaxy page-sync / GxIT work, the remote-only web runtime, pi 0.84 with the 5-series models, OAuth sign-in driven off the provider registry, and smoke:pack in CI, which promptly earned its keep by catching a broken fresh-install resolve before it shipped.
release: v0.4.1 Raise the galaxy-mcp floor from >=1.6.0 to >=1.8.0 so Galaxy tools can rely on 1.8's behavior rather than tolerating any >=1.6 server: workflow input validation (datatype/collection mismatches caught before invoke), the get_workflow_input_template run guide, and user-defined tools working again on Galaxy 26.0. uvx already resolves the newest version, so this only raises the guaranteed minimum.
Declare marked and dompurify as root devDeps so the publish job's tes… …ts load The release publish-npm job only installs root deps, but the chat-panel tests import app/src/renderer/chat/markdown.ts, which pulls in marked and dompurify. dompurify wasn't reachable from the root install, so prepublishOnly's npm test couldn't even load those two files and the publish bailed out. marked happened to resolve via a transitive copy, but pin it here too so a future hoist change doesn't trip us again. Also syncs the lockfile version fields to 0.4.0.
PreviousNext