Skip to content

Releases: technicalpickles/sb

v0.5.0

Choose a tag to compare

@technicalpickles technicalpickles released this 01 Sep 12:35
c268e5a

0.5.0 (2026-08-31)

Features

  • add sb hooks devlog-nudge command for external nudge hooks (#28) (08193a3)

v0.4.2

Choose a tag to compare

@technicalpickles technicalpickles released this 28 Aug 13:37
078cdd1

0.4.2 (2026-08-28)

Bug Fixes

  • daily: create the daily note when missing instead of throwing ENOENT (#27) (830689f)
  • daily: match section headings without requiring the literal ## prefix (#25) (b5579e5)

v0.4.1

Choose a tag to compare

@technicalpickles technicalpickles released this 17 Aug 00:53
6c35c80

0.4.1 (2026-08-17)

Bug Fixes

  • require CI and PR title checks on main (#23) (06f6b0a)

v0.4.0

Choose a tag to compare

@technicalpickles technicalpickles released this 10 Aug 13:30
22d46b2

0.4.0 (2026-07-01)

Features

  • add note list subcommand with --type filter (9c1b3ee)
  • add note list subcommand with --type filter (6a1df96)
  • add sb mcp read-only Streamable HTTP server (MCP Phase 1) (1b143d7)

Bug Fixes

  • resolve errors module path and handle bind failures in mcp server (5515578)

v0.3.1

Choose a tag to compare

@technicalpickles technicalpickles released this 15 Jun 20:41
e4399b2

0.3.1 (2026-06-15)

Bug Fixes

  • read --version from package.json (a062c3c)
  • read --version from package.json (aadb9be)

v0.3.0

Choose a tag to compare

@technicalpickles technicalpickles released this 15 Jun 15:14
f3b00ed

0.3.0 (2026-06-15)

Features

  • detect Johnny Decimal folders in vault structure (#1) (34f9537)

Bug Fixes

  • cli: friendly error when config missing instead of stacktrace (b08bb08)
  • cli: friendly error when config missing instead of stacktrace (1f498e9)
  • note: error when --content is passed but empty (80634d7)
  • note: error when --content is passed but empty (fd2d679)

v0.2.0

Choose a tag to compare

@technicalpickles technicalpickles released this 13 Mar 17:52
089a11a

What's New

  • --content is now optional on note create - When omitted, creates a note with frontmatter and title heading only, returning the path. Callers can use their own tools to write the body. This enables a cleaner two-step flow for Claude Code plugins: short sb command for metadata, Write tool for content.

  • Fix describe command schema - The required field now correctly reflects whether an option was registered with .requiredOption() vs .option() (uses Commander's opt.mandatory instead of opt.required).

v0.1.1

Choose a tag to compare

@technicalpickles technicalpickles released this 09 Mar 15:38
ce78ec1

Test trusted publishing.