Skip to content

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 02:29
· 213 commits to main since this release
34aee46

Added

  • New note convention -- UI configuration (disabled by default, opt-in) to enforce the specific format for the new notes:
    ┌──────────────────────────────┐
    │ # Meeting Notes              │  ← Note title
    │ #work #meetings              │  ← Tags right after title
    │                              │ 
    │ ---                          │  ← Horizontal rule separating title and tags from body
    │                              │
    │ Lorem Ipsum...               │  ← Note body
    └──────────────────────────────┘
    
    HOW TO ENABLE:
    • 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.