Skip to content

MulmoClaude

v@mulmoclaude/[email protected] Feature

This release adds 6 notable features for engineering teams evaluating rollout.

Published 23d LLM Frameworks
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Broad release touches Highlights, remote-view, remote-host, and https://www.npmjs.com/package/@mulmoclaude/core/v/0.8.2.

Full changelog

Highlights

  • Dynamic collection icons (from #1957): a collection schema can declare a dynamicIcon block; the launcher shortcut icon then reflects the current state of a source collection's data (e.g. a weather collection's icon tracks the latest forecast, a todo collection's icon flips when all items are done). Reuses the existing CollectionWhen {field, in} predicate; absent dynamicIcon = static schema.icon (unchanged behavior).
  • New public exports:
    • computeCollectionIcon on @mulmoclaude/core/collection/server — server-side resolver that reads the source records and picks the icon.
    • dynamicIcon.ts pure resolver + where.ts predicate helper on @mulmoclaude/core/collection for host / plugin reuse.
  • CollectionSummary.iconSources — tells the client which collection channels to watch for reactive icon refresh.

Why 0.8.2

The workspace source has depended on computeCollectionIcon since PR #1957 landed on 2026-07-04, but the published @mulmoclaude/[email protected] predates that change. The mulmoclaude launcher's tarball smoke has been failing on every push with:

SyntaxError: The requested module '@mulmoclaude/core/collection/server'
does not provide an export named 'computeCollectionIcon'

This patch republishes with the missing export so packages/mulmoclaude boots cleanly against a fresh install.

📦 npm: @mulmoclaude/[email protected]


What's Changed

  • feat(remote-view): listSkills + startChat free-form text; fix listCollections feed leak by @snakajima in https://github.com/receptron/mulmoclaude/pull/1947
  • docs(CLAUDE): forbid preemptive launcher version bump in chore(release) commits by @isamu in https://github.com/receptron/mulmoclaude/pull/1948
  • feat(chat-index): configurable mode + always-on origin filter (#1944) by @isamu in https://github.com/receptron/mulmoclaude/pull/1949
  • docs(plans): archive fix-1944 plan after merge by @isamu in https://github.com/receptron/mulmoclaude/pull/1950
  • feat(journal): configurable mode + always-on origin filter (#1944 follow-up) by @isamu in https://github.com/receptron/mulmoclaude/pull/1951
  • [email protected] by @isamu in https://github.com/receptron/mulmoclaude/pull/1952
  • fix: address CodeRabbit review comments from #1951 by @isamu in https://github.com/receptron/mulmoclaude/pull/1953
  • feat(remote-view): remote chat attachments (photos/videos/PDFs) via Storage by @snakajima in https://github.com/receptron/mulmoclaude/pull/1954
  • feat(remote-host): popover に UI ヘルプ説明を追加 (#1955) by @isamu in https://github.com/receptron/mulmoclaude/pull/1956
  • feat(session-history): 要約を優先表示、全文はホバーで見せる (#1958) by @isamu in https://github.com/receptron/mulmoclaude/pull/1959
  • update by @isamu in https://github.com/receptron/mulmoclaude/pull/1961
  • feat(remote-host): list accounting books + choose role on startChat by @snakajima in https://github.com/receptron/mulmoclaude/pull/1962
  • feat(collections): dynamic collection icons based on data state (#1900) by @isamu in https://github.com/receptron/mulmoclaude/pull/1957
  • feat(files): hide agent-internal top-level dirs by default (#1896) by @isamu in https://github.com/receptron/mulmoclaude/pull/1963

Full Changelog: https://github.com/receptron/mulmoclaude/compare/v0.9.3...@mulmoclaude/[email protected]

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track MulmoClaude

Get notified when new releases ship.

Sign up free

About MulmoClaude

All releases →

Related context

Earlier breaking changes

  • v1.1.1 Moves Google token store to ~/.config/mulmo/google-token.json
  • v0.6.4 `General` role split into lean `General` and new `Personal` role; Encore seed role pinned to Personal.

Beta — feedback welcome: [email protected]