This release includes 1 security fix for security teams reviewing exposed deployments.
Published 1mo
LLM Frameworks
✓ No known CVEs patched
This release patches 1 known CVE
Summary
AI summaryBroad release touches Highlights, refactor, feat, and chore.
Full changelog
Highlights
- Catches up with
@mulmobridge/[email protected](GENERATION_KINDSexport surface) and bumps its peer dep to match. - Picks up additional server-side exports added since 0.1.0.
📦 npm: @mulmobridge/[email protected]
What's Changed
- docs: MulmoBridge Relay setup guide (EN + JA) by @isamu in https://github.com/receptron/mulmoclaude/pull/461
- docs: restructure README — Quick Start first, npm links, doc index by @isamu in https://github.com/receptron/mulmoclaude/pull/464
- feat: user-configurable read-only reference directories (#455) by @isamu in https://github.com/receptron/mulmoclaude/pull/462
- refactor: relay plugin architecture + tests + developer guide by @isamu in https://github.com/receptron/mulmoclaude/pull/463
- chore: relicense MulmoClaude from AGPL-3.0 to MIT by @snakajima in https://github.com/receptron/mulmoclaude/pull/468
- feat: dynamic favicon — state-aware color icon (#470) by @isamu in https://github.com/receptron/mulmoclaude/pull/475
- refactor: slim CLAUDE.md — 578 → 152 lines, details to docs/ by @isamu in https://github.com/receptron/mulmoclaude/pull/480
- feat: conversational setup wizard skill (#474) by @isamu in https://github.com/receptron/mulmoclaude/pull/478
- fix: remove pre-#284 migration startup check (#449) by @isamu in https://github.com/receptron/mulmoclaude/pull/482
- feat: browse reference directories in file explorer by @isamu in https://github.com/receptron/mulmoclaude/pull/476
- feat: news pipeline notification + concierge prompt (#466) by @isamu in https://github.com/receptron/mulmoclaude/pull/479
- fix: notification panel overflow — fixed positioning by @isamu in https://github.com/receptron/mulmoclaude/pull/483
- fix: notification panel position v2 — match LockStatusPopup by @isamu in https://github.com/receptron/mulmoclaude/pull/484
- feat: session origin tracking — Phase 1 data layer (#486) by @isamu in https://github.com/receptron/mulmoclaude/pull/492
- feat: arXiv auto-discovery from user interests (#469) by @isamu in https://github.com/receptron/mulmoclaude/pull/485
- fix(files): make Apply Changes save markdown edits (#477) by @snakajima in https://github.com/receptron/mulmoclaude/pull/481
- Launch plan by @snakajima in https://github.com/receptron/mulmoclaude/pull/451
- Various UI changes: History button became a dropdown next to sessions. by @snakajima in https://github.com/receptron/mulmoclaude/pull/495
- Extract sidebar sub-components from App.vue by @snakajima in https://github.com/receptron/mulmoclaude/pull/497
- feat: scheduling frequency guidance in system prompt (#465 Phase 1) by @isamu in https://github.com/receptron/mulmoclaude/pull/490
- fix(notifications): stop firing bell on LLM session completion by @snakajima in https://github.com/receptron/mulmoclaude/pull/496
- feat: bridge /sessions and /switch commands (#489) by @isamu in https://github.com/receptron/mulmoclaude/pull/491
- feat: session filter UI + origin icons (#486 Phase 2) by @isamu in https://github.com/receptron/mulmoclaude/pull/494
- fix: session origin — backfill, validation, tests (#486) by @isamu in https://github.com/receptron/mulmoclaude/pull/501
- feat: system task schedule overrides via config file by @isamu in https://github.com/receptron/mulmoclaude/pull/500
- refactor: add shared type guard functions + 35 tests (#504) by @isamu in https://github.com/receptron/mulmoclaude/pull/505
- feat(ui): display timestamps on each canvas entry by @isamu in https://github.com/receptron/mulmoclaude/pull/503
- refactor: migrate 50+ inline type checks to shared guards (#504) by @isamu in https://github.com/receptron/mulmoclaude/pull/506
- refactor: extract view mode string literals to constants by @isamu in https://github.com/receptron/mulmoclaude/pull/509
- refactor: extract useFileTree + useFileSelection composables (#507) by @isamu in https://github.com/receptron/mulmoclaude/pull/508
- refactor: migrate remaining inline type checks (#504) by @isamu in https://github.com/receptron/mulmoclaude/pull/510
- Stack-mode layout redesign: global top bar, no sidebar (#498) by @snakajima in https://github.com/receptron/mulmoclaude/pull/502
- refactor: consolidate Storyteller roles by @snakajima in https://github.com/receptron/mulmoclaude/pull/512
- fix(App): sync activePane on initial mount and when leaving Stack by @snakajima in https://github.com/receptron/mulmoclaude/pull/511
- refactor: extract 6 concerns from App.vue into helpers by @isamu in https://github.com/receptron/mulmoclaude/pull/513
- fix(App.vue): move sessionMap/currentSessionId before pubsub callbacks by @isamu in https://github.com/receptron/mulmoclaude/pull/516
- refactor: extract 3 composables from App.vue by @isamu in https://github.com/receptron/mulmoclaude/pull/518
- refactor: consolidate duplicated utils — 6 patterns (#515) by @isamu in https://github.com/receptron/mulmoclaude/pull/522
- refactor: complete FilesView split (#507 steps 3-8) by @isamu in https://github.com/receptron/mulmoclaude/pull/517
- fix(ci): Windows stability — disable Defender, timeouts, frozen lockfile by @isamu in https://github.com/receptron/mulmoclaude/pull/523
- fix: retry transient rename errors on Windows in writeFileAtomic by @isamu in https://github.com/receptron/mulmoclaude/pull/524
- refactor: extract useSessionSync + useSessionDerived from App.vue by @isamu in https://github.com/receptron/mulmoclaude/pull/521
- perf(ci): Windows speed — node_modules cache + pin windows-2022 by @isamu in https://github.com/receptron/mulmoclaude/pull/525
- refactor: extract useFaviconState + useMergedSessions from App.vue by @isamu in https://github.com/receptron/mulmoclaude/pull/526
- docs: add dynamic favicon section to developer.md by @isamu in https://github.com/receptron/mulmoclaude/pull/528
- refactor: frontend type guards — src/utils/types.ts (#520) by @isamu in https://github.com/receptron/mulmoclaude/pull/527
- feat: background generation for MulmoScript by @snakajima in https://github.com/receptron/mulmoclaude/pull/519
- chore: enable id-length rule as warn (min 3) + seed cleanups by @isamu in https://github.com/receptron/mulmoclaude/pull/534
- chore: enable sonarjs/no-nested-conditional as warn by @isamu in https://github.com/receptron/mulmoclaude/pull/537
- lint by @isamu in https://github.com/receptron/mulmoclaude/pull/536
- update rules by @isamu in https://github.com/receptron/mulmoclaude/pull/538
- refactor: App.vue composable extraction round 4 by @isamu in https://github.com/receptron/mulmoclaude/pull/529
- chore: speed up predev and build:packages via parallelism by @isamu in https://github.com/receptron/mulmoclaude/pull/539
- add .prettierrc by @isamu in https://github.com/receptron/mulmoclaude/pull/540
- chore: disable id-length in test/e2e + rename identifiers in 15 src/ files by @isamu in https://github.com/receptron/mulmoclaude/pull/542
- feat(manageRoles): create + rename custom roles from the view by @snakajima in https://github.com/receptron/mulmoclaude/pull/543
- fix(app): role selector revert on session tab switch by @snakajima in https://github.com/receptron/mulmoclaude/pull/545
- feat(files): add Name/Recent sort toggle to file tree by @snakajima in https://github.com/receptron/mulmoclaude/pull/547
- fix(textResponse): prevent preview link from hijacking row click by @snakajima in https://github.com/receptron/mulmoclaude/pull/546
- feat(markdown): require sanitized filenamePrefix for presentDocument by @snakajima in https://github.com/receptron/mulmoclaude/pull/548
- feat(relay): add server-side WebSocket client and fix deploy issues by @ystknsh in https://github.com/receptron/mulmoclaude/pull/544
- feat(header): add MulmoClaude logo to top-left of toolbar by @snakajima in https://github.com/receptron/mulmoclaude/pull/550
- Defer new session tab until first message is sent by @snakajima in https://github.com/receptron/mulmoclaude/pull/552
- Rename short identifiers in bridge packages by @isamu in https://github.com/receptron/mulmoclaude/pull/549
- feat: npx mulmoclaude — one-command launch (#533) by @isamu in https://github.com/receptron/mulmoclaude/pull/535
Full Changelog: https://github.com/receptron/mulmoclaude/compare/@mulmobridge/[email protected]...@mulmobridge/[email protected]
Security Fixes
- Relicensed MulmoClaude from AGPL‑3.0 to MIT
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
About MulmoClaude
All releases →Related context
Related tools
Earlier breaking changes
- v0.6.4 `General` role split into lean `General` and new `Personal` role; Encore seed role pinned to Personal.
Beta — feedback welcome: [email protected]