Skip to content

v0.7.0

Choose a tag to compare

@joelreymont joelreymont released this 10 Jan 08:22
· 6 commits to master since this release

What's New

Multi-Project Workspaces

  • :BanjoProject <path> opens a project in a new tab with its own cwd and Claude session
  • /project <path> slash command
  • scope.nvim integration for tab-scoped buffers
  • Each tab gets independent bridge/session
  • Automatic bufferline configuration for multi-project tabs (shows N:project-name)

Permission Prompts

  • Claude Code permission dialogs with tool name and risk level
  • Formatted tool input display (command, path, pattern)
  • y/a/n keybindings for allow/always/deny

Nudge Continuation

  • Auto-continue when Claude hits turn limits
  • Checks for pending Dots tasks
  • Toggle with /nudge or <leader>an

UI Improvements

  • Background tab notifications when agent needs attention
  • Tool call display with status icons and folding
  • q closes panel from both input and output buffers
  • nui.nvim fallback for prompts

Bug Fixes

  • Remove redundant keymap_prefix fallbacks (default is <leader>a)
  • Fix bufferline tab numbering and project name display

Other

  • Better error handling and reconnection
  • Documentation updates
  • Code review fixes and DRY improvements

Full Changelog: v0.6.1...v0.7.0