Releases: lugassawan/rimba
Releases · lugassawan/rimba
Release list
v1.8.0
Changelog
Features
- [feat] Add debug instrumentation and scope module detection to service in monorepo (#104)
- [feat] Add monorepo support for service-scoped worktrees (#100)
- [feat] Add monorepo support to MCP tool handlers (#97) (#102)
Refactoring
- [refactor] Hoist MainRepoRoot from syncOne to RunE (#98) (#103)
- [refactor] Replace internal tools/lint with tidygo module (#96)
Maintenance
- [chore] Update dependencies for v1.8.0 release (#106)
v1.7.2
v1.7.1
v1.7.0
Changelog
Features
- [feat] Add --personal flag to rimba init (#46) (#77)
- [feat] Add MCP server for AI tool integration (#45) (#79)
- [feat] Add progress indicators for long-running operations (#78)
- [feat] Auto-derive opinionated config fields (#82)
- [feat] Auto-push after rimba sync (#73) (#74)
- [feat] Refactor config from .rimba.toml to .rimba/ directory (#44) (#75)
Refactoring
- [refactor] Codebase cleanup: reduce duplication and improve consistency (#86)
- [refactor] Enable gocognit linter and fix all violations (#84)
- [refactor] Extract shared service layer between CLI and MCP (#83)
Maintenance
v1.6.0
Changelog
Features
- [feat] Add --json output flag to key commands (#42) (#63)
- [feat] Add AI agent instruction files (#43) (#66)
Bug Fixes
- [fix] Make agent file installation opt-in on rimba init (#69)
- [fix] Respect core.hooksPath in HooksDir resolution (#68)
Maintenance
- [chore] Add make fmt target and use it in pre-commit hook (#64)
v1.5.0
Changelog
Features
- [feat] Add archive and restore commands (#38) (#55)
- [feat] Add clean --stale for inactive worktree removal (#36) (#56)
- [feat] Add rimba log command for recent worktree commits (#37) (#57)
- [feat] Add status command with worktree dashboard (#35) (#54)
Bug Fixes
- [fix] Detect squash-merged branches in clean --merged (#60)
- [fix] Resolve copy_files from main repo root + support nested paths (#61)
Refactoring
- [refactor] General cleanup for v1.5.0 code (#59)
Maintenance
v1.4.0
Changelog
Features
- [feat] Add configurable shortcuts to rimba open (#34)
- [feat] Add conflict-check and merge-plan commands (#51)
- [feat] Add pre-commit hook for main/master branch protection (#52)
- [feat] Add rimba exec command for parallel worktree execution (#50)
Refactoring
- [refactor] Extract operations package from cmd layer (#49)
Maintenance
- [chore] Expand golangci-lint config with additional linters (#48)
v1.3.2
v1.3.1
v1.3.0
Changelog
Features
- [feat] Add pre-execution hint system for CLI commands (#21)
- [feat] Add spinner/loading indicators for CLI commands (#19)
- [feat] Auto-delete branch on rimba remove (#22)
- [feat] Extend copy_files to support directories (#20)
Other
- [perf] Optimize long-running commands with flag-aware short-circuits (#23)