2025-11-06 - 2026-05-06
Overview
46 Releases published by 1 user
Published
v0.2.32
Published
v0.2.31
Published
v0.2.30
Published
v0.2.29
Published
v0.2.28
Published
v0.2.27
Published
v0.2.26
v0.2.26 - Stable Release
Published
v0.2.25
Published
v0.2.24
Published
v0.2.23
Published
v0.2.22
Published
v0.2.21
Published
v0.2.20
Published
v0.2.19
Published
v0.2.18
Published
v0.2.17
Published
v0.2.16
Published
v0.2.15
Published
v0.2.14
Published
v0.2.13
Published
v0.2.12
Published
v0.2.11
Published
v0.2.10
Published
v0.2.9
Published
v0.2.8
v0.2.8
Published
v0.2.7
Published
v0.2.6
Published
v0.2.5
Release v0.2.5
Published
v0.2.4
Published
v0.2.3
Published
v0.2.1
Published
v0.1.13
Published
v0.2.0
Published
v0.1.12
Published
v0.1.11
Published
v0.1.10
Published
v0.1.9
Published
v0.1.8
Published
v0.1.7
Published
v0.1.6
Published
v0.1.5
Published
v0.1.4
Published
v0.1.3
Published
v0.1.2
Published
v0.1.1
Published
v0.1.0
99 Pull requests merged by 1 user
Merged
#261 fix(session): run delegate synchronously when no issue ref is provided
Merged
#260 feat(session): improve session list and log formatting for human readability
Merged
#259 fix(session): return proper exit codes for cmd_continue and fork_agent
Merged
#258 fix(queue): add --format=json and --limit flags to queue list
Merged
#257 fix(queue-daemon): make base branch configurable via KUGETSU_BASE_BRANCH
Merged
#256 docs: update SKILL.md to reflect v0.2.3 daemon changes
Merged
#255 refactor(cli): restructure help text to show parent commands
Merged
#253 fix(shell): address shellcheck warnings, standardize error handling, add retry logic
Merged
#234 refactor: use JSON file exchange instead of stdout parsing
Merged
#233 fix: add PR merge conflict check to dev agent workflow
Merged
#228 fix(queue-daemon): implement timeout handling for long-running tasks
Merged
#229 feat(session): integrate kugetsu_context_dump into delegation flow
Merged
#232 fix: always use base workflow with user message
Merged
#231 fix(session): remove incorrect worktree removal in ensure_session
Merged
#230 refactor(session): make cmd_continue idempotent with ensure_* functions
Merged
#227 fix: accumulate message words in cmd_continue for loop
Merged
#221 enhancement: enhance PM context with delegation tools and response modes
Merged
#211 fix: remove race condition in cmd_delegate msg file deletion
Merged
#208 fix: add missing set_debug_mode to kugetsu-session.sh
Merged
#205 feat: add merge capability with approval confirmation
Merged
#206 test: merge test-branch-2 into test-branch-1
Merged
#202 feat: add pre-commit configuration for linting and commit message enforcement (#117)
Merged
#204 feat: add PR review/comment workflow to cmd_continue prompt
Merged
#201 fix: move msg file to .kugetsu/ and add tea PR creation instructions
Merged
#200 fix: remove unnecessary rm of msg file to avoid race condition
Merged
#198 fix: move msg file inside worktree to avoid external_directory permission error
Merged
#197 fix: suppress opencode fork stdout and strip ANSI codes from logs
Merged
#196 fix: use temp file for message to avoid shell parsing issues
Merged
#195 fix: improve worktree/session handling in cmd_start and cmd_continue
Merged
#194 fix: properly quote base and pm_agent in write_index calls
Merged
#193 fix: use ${GITEA_TOKEN:-} to handle unset token
Merged
#192 fix: cmd_destroy unbound variable $2
Merged
#191 fix: daemon worktree path and agent forking issues
Merged
#190 fix: syntax error in cmd_continue line 372 (issue #189)
Merged
#188 fix: cmd_start and cmd_continue now fork dev agent to work on task (issue #187)
Merged
#186 fix: worktree created in wrong directory (issue #185)
Merged
#184 fix: destroy --base -y fails with 'target is required' (issue #183)
Merged
#182 fix: get_repo_url() strips user/org from path (issue #181)
Merged
#180 fix: remove doubled .kugetsu-worktrees path segment in issue_ref_to_worktree_path
Merged
#178 fix(kugetsu-session): extract_issue_ref_from_message fix URL parsing
Merged
#175 fix: queue daemon crashes on every task (issue #174)
Merged
#173 fix: init script captures wrong session IDs when old sessions exist
Merged
#171 fix(kugetsu): remove duplicate update_queue_item_state to use fixed version from kugetsu-index.sh
Merged
#169 fix(kugetsu-index): call kugetsu_add_notification from bash instead of os.system()
Merged
#164 fix(kugetsu): queue daemon improvements - locking, error handling, cmd_delegate enqueue
Merged
#163 fix(kugetsu): return proper JSON array from get_pending_tasks()
Merged
#162 fix(queue-daemon): source pm-agent.env for GITEA_TOKEN instead of default.env
Merged
#157 fix(kugetsu): queue daemon runs PM agent in correct worktree with proper token
Merged
#154 fix(kugetsu): detect task completion and queue state updates
Merged
#151 refactor: modularize kugetsu shell script
Merged
#152 fix: add support for gitserver/owner/repo#number issue ref format
Merged
#149 docs: add versioning policy, changelog, and update contributing guide
Merged
#147 fix(kugetsu): prevent excess agent spawning with flock + sequential processing
Merged
#143 [FIX] process_queue: add missing closing parentheses
Merged
#141 feat(timeout): add agent timeout handling
Merged
#140 feat(queue): add queue system with background daemon
Merged
#139 feat(context): add context dump/load for session isolation
Merged
#138 feat(worktree-lifecycle): add PR tracking and safe destroy
Merged
#130 feat(kugetsu): smart delegate with worktree awareness
Merged
#129 fix(kugetsu): wrap cmd_continue in subshell with cd for correct worktree dir
Merged
#114 fix(kugetsu): init creates base session in ~/.kugetsu-worktrees and adds context to forked sessions
Merged
#113 fix(kugetsu): destroy --base and --pm-agent actually delete opencode sessions
Merged
#112 fix(kugetsu): warn if init run from non-empty directory
Merged
#109 fix(kugetsu): call fix_session_permissions before forking
Merged
#108 fix(kugetsu): session detection ordering bug and debugging
Merged
#107 fix(kugetsu): improve session detection in cmd_start with retry logic and logging
Merged
#106 fix: use cd + worktree inside parent dir instead of --dir flag (fixes #105)
Merged
#104 chore: documentation updates and quick fixes
Merged
#103 feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control
Merged
#98 feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control
Merged
#96 feat(kugetsu): add lock mechanism for worktree coordination
Merged
#97 feat(kugetsu): add queue infrastructure for autonomous PM
Merged
#93 fix(kugetsu): add fix_session_permissions command for cmd_doctor
Merged
#92 fix(kugetsu): export KUGETSU_TEMP_DIR for subagent workflows
Merged
#72 fix(kugetsu): set GIT_EDITOR=cat for non-interactive git operations (fixes #70)
Merged
#55 fix(pm): add explicit write permissions boundary (fixes #52)
Merged
#65 fix: implement session-counting for MAX_CONCURRENT_AGENTS limit (fixes #63)
Merged
#61 fix: replace --workdir with --dir for opencode CLI (fixes #60)
Merged
#59 fix: change git clone --bare to git clone in create_worktree (fixes #57)
Merged
#58 fix: opencode message argument must come before flags in init
Merged
#54 fix: opencode message argument must come before flags
Merged
#50 fix(pm): strengthen system prompt to prevent direct code writing
Merged
#47 fix: use sh -c with inline release-slot.sh for fire-and-forget delegation
Merged
#43 feat(kugetsu): increase MAX_CONCURRENT_AGENTS from 3 to 5
Merged
#42 feat(kugetsu): implement fire-and-forget delegation (#41)
Merged
#40 fix(kugetsu): remove broken session existence check (#38)
Merged
#39 fix(kugetsu): use --format json for session existence check (#38)
Merged
#5 Add parallel capacity test tool for Hermes/OpenCode
Merged
#23 docs #4: Document Hermes Communication Patterns
Merged
#32 feat(phase3): Full Phase 3 implementation - Chat Agent, PM Agent, and Integration
Merged
#22 feat(kugetsu): add git worktree isolation per session
Merged
#21 feat(issue-17): add Tailscale VPN setup for container remote access
Merged
#16 feat(issue-11): add SSH setup script and remote access documentation
Merged
#15 feat(kugetsu): implement issue-driven session management
Merged
#13 feat(kugetsu): add --debug flag for real-time output capture
Merged
#10 test: PR merge workflow verification
Merged
#8 docs: add hermes-setup.md from issue #1 research
Merged
#6 Docs: Add subagent workflow documentation
Merged
#7 feat: add opencode-worktree skill for isolated sessions
105 Issues closed from 1 user
Closed
#254 Make delegate synchronous when no issue ref is provided
Closed
#252 Improve session logs format for human readability
Closed
#248 [Phase 5] cmd_continue return proper exit codes
Closed
#246 [Phase 3] Add --format=json and --limit to queue list
Closed
#165 Queue daemon: hardcoded origin/main..HEAD for commit detection
Closed
#158 Update SKILL.md to reflect v0.2.3 daemon changes
Closed
#244 [Phase 1] Help text restructure - show parent commands
Closed
#121 Code Quality - Shellcheck & Error Handling
Closed
#243 [Phase 8] Long-term daemon config file (Approach A)
Closed
#242 [Phase 7] Daemon isolation - call kugetsu as subprocess
Closed
#241 [Phase 6] Add dry-run support to cmd_continue
Closed
#240 [Phase 5] cmd_continue return proper exit codes
Closed
#239 [Phase 4] Add --timeout flag to cmd_destroy
Closed
#238 [Phase 3] Add --format=json and --limit to queue list
Closed
#237 [Phase 2] Fix cmd_list worktree detection bug
Closed
#236 [Phase 1] Help text restructure - show parent commands
Closed
#119 Foundation - JSON-based IPC
Closed
#166 Queue daemon: implement timeout handling for long-running tasks
Closed
#212 Feature - Agent Context Logging (Phase 1: Initial Prompt Capture)
Closed
#168 refactor: make cmd_continue idempotent with ensure_* functions
Closed
#118 Foundation - Structured Logging
Closed
#225 cmd_continue: message argument truncated to only last word
Closed
#226 cmd_continue: inconsistent message file path with cmd_start
Closed
#223 Dev agent doesnt know how to create PRs - guesses tea commands incorrectly
Closed
#220 PM agent needs enhanced context for delegation and conversation modes
Closed
#123 Feature - Task Queue with Conviction Level
Closed
#210 cmd_delegate: race condition causes msg file to be deleted before opencode reads it
Closed
#207 queue-daemon crashes with set_debug_mode command not found
Closed
#117 Foundation - Pre-commit Hooks
Closed
#189 Syntax error in cmd_continue line 372: unexpected token '&&'
Closed
#187 [BUG] cmd_start creates session but never forks PM agent to work on it
Closed
#185 Worktree created in home directory instead of ~/.kugetsu-worktrees in v0.2.9
Closed
#177 extract_issue_ref_from_message misparses /issues/ URLs — drops instance
Closed
#181 cmd_start clones from wrong URL — get_repo_url strips user/org from path
Closed
#183 kugetsu destroy --base -y fails with "target is required" in v0.2.9
Closed
#179 cmd_start fails — issue_ref_to_worktree_path creates doubled path
Closed
#176 extract_issue_ref_from_message misparses /issues/ URLs — drops instance and repo
Closed
#174 Queue daemon crashes on every task — silent failure loop
Closed
#172 init script captures wrong session IDs when old sessions exist
Closed
#170 bug: main kugetsu script has duplicate buggy update_queue_item_state
Closed
#167 fix(queue-daemon): call kugetsu_add_notification from bash instead of os.system()
Closed
#155 kugetsu queue list fails with JSON decode error
Closed
#160 Queue daemon crashes with unbound GITEA_TOKEN variable
Closed
#156 Queue daemon PM agent context drift — agent operates in wrong directory
Closed
#150 [BUG] PM agent goes idle on decision points + queue state tracking broken
Closed
#148 [BUG] Test suite overwrites index.json with fake session IDs, kugetsu status reports ok
Closed
#145 [BUG] delegate command parser rejects gitserver/owner/repo#number format
Closed
#116 Foundation - Modularize Shell Script
Closed
#144 [BUG] delegate command issue ref parser does not support gitserver/owner/repo#number format
Closed
#120 Foundation - Documentation
Closed
#146 Fix: Queue daemon spawning excess agents due to race condition
Closed
#126 Bug - delegate command causes file conflict with multiple tasks
Closed
#142 [BUG] process_queue silently skips all queue items due to missing closing parentheses
Closed
#45 Subagent workflow: PM agent cannot write to /tmp for comment posting
Closed
#101 Implement lock mechanism for worktree coordination
Closed
#100 Implement queue infrastructure for autonomous PM
Closed
#133 Implement major kugetsu improvements
Closed
#137 Agent timeout handling
Closed
#134 Queue system with background daemon
Closed
#136 Context dump/load for session isolation
Closed
#135 Worktree lifecycle management with PR check
Closed
#128 Bug Fix - Smart delegate with worktree awareness
Closed
#127 opencode run --fork --dir does not set session working directory correctly
Closed
#105 opencode run --fork/--continue --dir <path> fails to create sessions
Closed
#46 PM Agent verbosity control - make output adjustable
Closed
#71 feat(kugetsu): implement worktree isolation + lock mechanism for delegation coordination
Closed
#49 RFC: Task Queue Architecture for Autonomous PM and Dev Agents
Closed
#36 PM Agent: opencode external_directory permission fails for subdirectory paths
Closed
#73 OpenCode /tmp/* Permission Blocking Subagent Workflows
Closed
#76 PM Agent Cannot Post Gitea Comments - Needs GITEA_TOKEN Access
Closed
#78 Better git server config/management for issue refs
Closed
#81 Bug: Forked sessions show same session ID as pm-agent + delegate without args shows wrong error
Closed
#20 Phase 4: Web Dashboard (Monitoring)
Closed
#18 Phase 2: API Interface
Closed
#75 feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization
Closed
#56 RFC: Agent Workflow Specification - PM and Dev Agent responsibilities
Closed
#66 Bug: Session files can become orphaned (exist but not in index)
Closed
#67 feat(kugetsu): add local config file for user overrides
Closed
#74 feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization
Closed
#44 Bug: release_agent_slot not called in nohup subshell
Closed
#70 feat(kugetsu): set GIT_EDITOR=cat in kugetsu init for non-interactive git operations
Closed
#52 Bug: PM violated NEVER write code constraint - wrote queue scripts directly instead of delegating
Closed
#63 Bug: MAX_CONCURRENT_AGENTS limit not enforced
Closed
#60 Bug: kugetsu uses --workdir but opencode expects --dir
Closed
#57 Bug: worktree creation creates bare repos instead of proper worktrees
Closed
#53 Bug: kugetsu start fails - opencode message argument must come before flags
Closed
#48 Strengthen PM agent system prompt to prevent direct code writing
Closed
#37 Design: Implement parallel agent capacity limits and queueing
Closed
#9 Create unified agent skill combining all workflow guidelines
Closed
#41 Feature: kugetsu delegate should be fire-and-forget
Closed
#38 Bug: opencode session list does not show forked sessions created by kugetsu init
Closed
#4 Document Hermes Communication Patterns
Closed
#3 Test Parallel Capacity
Closed
#2 Investigate Hermes 3-Task Limit
Closed
#35 add loadskillv2.md
Closed
#19 Phase 3: Chat Integration (Telegram)
Closed
#33 Add test-load-skill.md
Closed
#29 STILLNOTWORK.md
Closed
#27 Add INMYSOUL.md
Closed
#25 Add WORLD.md
Closed
#24 Add HELLO.md
Closed
#11 Phase 1: Headless/SSH Access
Closed
#17 feat(kugetsu): Add Tailscale VPN support for container remote access
Closed
#14 Research: OpenCode Headless CLI Patterns for Agent Orchestration
Closed
#1 Document Hermes Setup
122 Issues created by 1 user
Opened
#1 Document Hermes Setup
Opened
#2 Investigate Hermes 3-Task Limit
Opened
#3 Test Parallel Capacity
Opened
#4 Document Hermes Communication Patterns
Opened
#9 Create unified agent skill combining all workflow guidelines
Opened
#11 Phase 1: Headless/SSH Access
Opened
#14 Research: OpenCode Headless CLI Patterns for Agent Orchestration
Opened
#17 feat(kugetsu): Add Tailscale VPN support for container remote access
Opened
#18 Phase 2: API Interface
Opened
#19 Phase 3: Chat Integration (Telegram)
Opened
#20 Phase 4: Web Dashboard (Monitoring)
Opened
#24 Add HELLO.md
Opened
#25 Add WORLD.md
Opened
#27 Add INMYSOUL.md
Opened
#29 STILLNOTWORK.md
Opened
#33 Add test-load-skill.md
Opened
#35 add loadskillv2.md
Opened
#36 PM Agent: opencode external_directory permission fails for subdirectory paths
Opened
#37 Design: Implement parallel agent capacity limits and queueing
Opened
#38 Bug: opencode session list does not show forked sessions created by kugetsu init
Opened
#41 Feature: kugetsu delegate should be fire-and-forget
Opened
#44 Bug: release_agent_slot not called in nohup subshell
Opened
#45 Subagent workflow: PM agent cannot write to /tmp for comment posting
Opened
#46 PM Agent verbosity control - make output adjustable
Opened
#48 Strengthen PM agent system prompt to prevent direct code writing
Opened
#49 RFC: Task Queue Architecture for Autonomous PM and Dev Agents
Opened
#52 Bug: PM violated NEVER write code constraint - wrote queue scripts directly instead of delegating
Opened
#53 Bug: kugetsu start fails - opencode message argument must come before flags
Opened
#56 RFC: Agent Workflow Specification - PM and Dev Agent responsibilities
Opened
#57 Bug: worktree creation creates bare repos instead of proper worktrees
Opened
#60 Bug: kugetsu uses --workdir but opencode expects --dir
Opened
#63 Bug: MAX_CONCURRENT_AGENTS limit not enforced
Opened
#66 Bug: Session files can become orphaned (exist but not in index)
Opened
#67 feat(kugetsu): add local config file for user overrides
Opened
#70 feat(kugetsu): set GIT_EDITOR=cat in kugetsu init for non-interactive git operations
Opened
#71 feat(kugetsu): implement worktree isolation + lock mechanism for delegation coordination
Opened
#73 OpenCode /tmp/* Permission Blocking Subagent Workflows
Opened
#74 feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization
Opened
#75 feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization
Opened
#76 PM Agent Cannot Post Gitea Comments - Needs GITEA_TOKEN Access
Opened
#78 Better git server config/management for issue refs
Opened
#81 Bug: Forked sessions show same session ID as pm-agent + delegate without args shows wrong error
Opened
#100 Implement queue infrastructure for autonomous PM
Opened
#101 Implement lock mechanism for worktree coordination
Opened
#105 opencode run --fork/--continue --dir <path> fails to create sessions
Opened
#115 [META] Kugetsu 0.2.x Implementation Plan
Opened
#116 Foundation - Modularize Shell Script
Opened
#117 Foundation - Pre-commit Hooks
Opened
#118 Foundation - Structured Logging
Opened
#119 Foundation - JSON-based IPC
Opened
#120 Foundation - Documentation
Opened
#121 Code Quality - Shellcheck & Error Handling
Opened
#122 Feature - Agent Monitoring (kugetsu monitor)
Opened
#123 Feature - Task Queue with Conviction Level
Opened
#125 [META] Agent Context Logging
Opened
#126 Bug - delegate command causes file conflict with multiple tasks
Opened
#127 opencode run --fork --dir does not set session working directory correctly
Opened
#128 Bug Fix - Smart delegate with worktree awareness
Opened
#133 Implement major kugetsu improvements
Opened
#134 Queue system with background daemon
Opened
#135 Worktree lifecycle management with PR check
Opened
#136 Context dump/load for session isolation
Opened
#137 Agent timeout handling
Opened
#142 [BUG] process_queue silently skips all queue items due to missing closing parentheses
Opened
#144 [BUG] delegate command issue ref parser does not support gitserver/owner/repo#number format
Opened
#145 [BUG] delegate command parser rejects gitserver/owner/repo#number format
Opened
#146 Fix: Queue daemon spawning excess agents due to race condition
Opened
#148 [BUG] Test suite overwrites index.json with fake session IDs, kugetsu status reports ok
Opened
#150 [BUG] PM agent goes idle on decision points + queue state tracking broken
Opened
#155 kugetsu queue list fails with JSON decode error
Opened
#156 Queue daemon PM agent context drift — agent operates in wrong directory
Opened
#158 Update SKILL.md to reflect v0.2.3 daemon changes
Opened
#160 Queue daemon crashes with unbound GITEA_TOKEN variable
Opened
#165 Queue daemon: hardcoded origin/main..HEAD for commit detection
Opened
#166 Queue daemon: implement timeout handling for long-running tasks
Opened
#167 fix(queue-daemon): call kugetsu_add_notification from bash instead of os.system()
Opened
#168 refactor: make cmd_continue idempotent with ensure_* functions
Opened
#170 bug: main kugetsu script has duplicate buggy update_queue_item_state
Opened
#172 init script captures wrong session IDs when old sessions exist
Opened
#174 Queue daemon crashes on every task — silent failure loop
Opened
#176 extract_issue_ref_from_message misparses /issues/ URLs — drops instance and repo
Opened
#177 extract_issue_ref_from_message misparses /issues/ URLs — drops instance
Opened
#179 cmd_start fails — issue_ref_to_worktree_path creates doubled path
Opened
#181 cmd_start clones from wrong URL — get_repo_url strips user/org from path
Opened
#183 kugetsu destroy --base -y fails with "target is required" in v0.2.9
Opened
#185 Worktree created in home directory instead of ~/.kugetsu-worktrees in v0.2.9
Opened
#187 [BUG] cmd_start creates session but never forks PM agent to work on it
Opened
#189 Syntax error in cmd_continue line 372: unexpected token '&&'
Opened
#207 queue-daemon crashes with set_debug_mode command not found
Opened
#209 queue-daemon: delegate with just issue ref causes confusing agent behavior
Opened
#210 cmd_delegate: race condition causes msg file to be deleted before opencode reads it
Opened
#212 Feature - Agent Context Logging (Phase 1: Initial Prompt Capture)
Opened
#213 Feature - Agent Context Logging (Phase 2: Session-end Detection)
Opened
#214 Feature - Agent Context Logging (Phase 3: Pattern Detection)
Opened
#215 [META] Dev-PM Agent Loop
Opened
#216 Feature - Dev-PM Agent Loop (Phase 1: Dev Asks PM)
Opened
#217 Feature - Dev-PM Agent Loop (Phase 2: PM Simple Context Check)
Opened
#218 Feature - Dev-PM Agent Loop (Phase 3: PM Medium Context Check)
Opened
#219 Feature - Dev-PM Agent Loop (Phase 4: PM Final Review Before Approval)
Opened
#220 PM agent needs enhanced context for delegation and conversation modes
Opened
#223 Dev agent doesnt know how to create PRs - guesses tea commands incorrectly
Opened
#225 cmd_continue: message argument truncated to only last word
Opened
#226 cmd_continue: inconsistent message file path with cmd_start
Opened
#235 Queue-daemon refactoring and bug fixes
Opened
#236 [Phase 1] Help text restructure - show parent commands
Opened
#237 [Phase 2] Fix cmd_list worktree detection bug
Opened
#238 [Phase 3] Add --format=json and --limit to queue list
Opened
#239 [Phase 4] Add --timeout flag to cmd_destroy
Opened
#240 [Phase 5] cmd_continue return proper exit codes
Opened
#241 [Phase 6] Add dry-run support to cmd_continue
Opened
#242 [Phase 7] Daemon isolation - call kugetsu as subprocess
Opened
#243 [Phase 8] Long-term daemon config file (Approach A)
Opened
#244 [Phase 1] Help text restructure - show parent commands
Opened
#245 [Phase 2] Fix cmd_list worktree detection bug
Opened
#246 [Phase 3] Add --format=json and --limit to queue list
Opened
#247 [Phase 4] Add --timeout flag to cmd_destroy
Opened
#248 [Phase 5] cmd_continue return proper exit codes
Opened
#249 [Phase 6] Add dry-run support to cmd_continue
Opened
#250 [Phase 7] Daemon isolation - call kugetsu as subprocess
Opened
#251 [Phase 8] Long-term daemon config file (Approach A)
Opened
#252 Improve session logs format for human readability
Opened
#254 Make delegate synchronous when no issue ref is provided