v2.4.0
Added
- New note convention -- UI configuration (disabled by default, opt-in) to enforce the specific format for the new notes:
HOW TO ENABLE:
┌──────────────────────────────┐ │ # Meeting Notes │ ← Note title │ #work #meetings │ ← Tags right after title │ │ │ --- │ ← Horizontal rule separating title and tags from body │ │ │ Lorem Ipsum... │ ← Note body └──────────────────────────────┘- For Claude Extension: Claude Settings -> Extensions -> Configure (next to the extension name) -> toggle the "New Note Convention" switch and click save. Restart Claude.
- For standalone MCP server: add the following ENV to your mcp configuration
"env": { "UI_ENABLE_NEW_NOTE_CONVENTION": "true" },
- e2e test suite as a Claude Code skill that runs scenarios for all MCP-server tools
- system tests for the new feature with ability to expand to others
Download bear-notes-mcpb-20260216.mcpb to install the extension.