Alex Netsch
Alex Netsch
## Summary Fixes PR creation failing on older GitHub CLI versions (e.g., v2.4.0 on Ubuntu 22.04) that require running `gh pr create` from within a git repository directory. Related: https://github.com/BloopAI/vibe-kanban/pull/1754...
## Summary - Resolve target remote/base branch for PR creation without requiring a local tracking branch. - Pass explicit head repo URL and target repo details to GitHub CLI for...
## Summary Adds missing i18n translation keys to all 6 locale files (`en`, `es`, `ja`, `ko`, `zh-Hans`, `zh-Hant`) that were referenced in the code but not defined in the translation...
## Summary - Fix `is_worktree_properly_set_up` to return `Ok(false)` instead of throwing `InvalidPath` error when a worktree directory exists but has no corresponding `.git/worktrees/` metadata entry - This allows the recreation...
## Summary - add a commit-reminder service to track reminder executions and avoid loops - start a reminder follow-up when coding agent runs end with uncommitted changes - skip auto-commit/cleanup...
## Summary Adds an optional `commit_reminder` setting for Claude Code that prompts the agent to commit any uncommitted changes before stopping. This is implemented via the Claude Code SDK's Stop...
## Summary This PR fixes hardcoded shell paths in `shell.rs` that prevented proper shell detection on NixOS and other non-FHS-compliant systems where shells are located outside `/bin/`. ## Changes -...
Version seems to have warmup background subagents disabled. Fixes issue where claude code main agent finishes before warmup subagent but after subagent triggers a PreToolUseHook, causing a "Stream closed" error...