2026-04-06 - 2026-05-06

Overview

31 Active Pull Requests
43 Active Issues
Excluding merges, 2 authors have pushed 6 commits to main and 38 commits to all branches. On main, 3 files have changed and there have been 68 additions and 31 deletions.

20 Releases published by 1 user

Published v0.2.32 2026-04-08 03:49:27 +02:00

Published v0.2.31 2026-04-08 02:33:34 +02:00

Published v0.2.30 2026-04-08 01:52:20 +02:00

Published v0.2.29 2026-04-08 00:34:28 +02:00

Published v0.2.28 2026-04-07 15:58:56 +02:00

Published v0.2.27 2026-04-07 15:23:49 +02:00

Published v0.2.26 v0.2.26 - Stable Release 2026-04-07 14:26:02 +02:00

Published v0.2.25 2026-04-07 12:04:09 +02:00

Published v0.2.24 2026-04-07 10:41:28 +02:00

Published v0.2.23 2026-04-07 09:04:42 +02:00

Published v0.2.22 2026-04-07 08:12:43 +02:00

Published v0.2.21 2026-04-07 06:28:27 +02:00

Published v0.2.20 2026-04-07 05:48:50 +02:00

Published v0.2.19 2026-04-07 05:29:20 +02:00

Published v0.2.18 2026-04-07 05:14:52 +02:00

Published v0.2.17 2026-04-07 05:00:02 +02:00

Published v0.2.16 2026-04-07 04:27:57 +02:00

Published v0.2.15 2026-04-07 03:41:34 +02:00

Published v0.2.14 2026-04-07 02:51:39 +02:00

Published v0.2.13 2026-04-07 02:41:24 +02:00

31 Pull requests merged by 1 user

Merged #261 fix(session): run delegate synchronously when no issue ref is provided 2026-04-08 13:24:20 +02:00

Merged #260 feat(session): improve session list and log formatting for human readability 2026-04-08 08:53:54 +02:00

Merged #259 fix(session): return proper exit codes for cmd_continue and fork_agent 2026-04-08 08:42:32 +02:00

Merged #258 fix(queue): add --format=json and --limit flags to queue list 2026-04-08 08:26:50 +02:00

Merged #257 fix(queue-daemon): make base branch configurable via KUGETSU_BASE_BRANCH 2026-04-08 08:22:10 +02:00

Merged #256 docs: update SKILL.md to reflect v0.2.3 daemon changes 2026-04-08 08:19:43 +02:00

Merged #255 refactor(cli): restructure help text to show parent commands 2026-04-08 07:50:09 +02:00

Merged #253 fix(shell): address shellcheck warnings, standardize error handling, add retry logic 2026-04-08 07:04:26 +02:00

Merged #234 refactor: use JSON file exchange instead of stdout parsing 2026-04-08 05:35:11 +02:00

Merged #233 fix: add PR merge conflict check to dev agent workflow 2026-04-08 04:56:02 +02:00

Merged #228 fix(queue-daemon): implement timeout handling for long-running tasks 2026-04-08 04:51:54 +02:00

Merged #229 feat(session): integrate kugetsu_context_dump into delegation flow 2026-04-08 04:22:01 +02:00

Merged #232 fix: always use base workflow with user message 2026-04-08 02:33:22 +02:00

Merged #231 fix(session): remove incorrect worktree removal in ensure_session 2026-04-08 01:52:08 +02:00

Merged #230 refactor(session): make cmd_continue idempotent with ensure_* functions 2026-04-08 00:32:16 +02:00

Merged #227 fix: accumulate message words in cmd_continue for loop 2026-04-07 15:57:40 +02:00

Merged #221 enhancement: enhance PM context with delegation tools and response modes 2026-04-07 14:25:51 +02:00

Merged #211 fix: remove race condition in cmd_delegate msg file deletion 2026-04-07 11:54:24 +02:00

Merged #208 fix: add missing set_debug_mode to kugetsu-session.sh 2026-04-07 10:39:41 +02:00

Merged #205 feat: add merge capability with approval confirmation 2026-04-07 08:12:32 +02:00

Merged #206 test: merge test-branch-2 into test-branch-1 2026-04-07 08:08:38 +02:00

Merged #202 feat: add pre-commit configuration for linting and commit message enforcement (#117) 2026-04-07 08:02:57 +02:00

Merged #204 feat: add PR review/comment workflow to cmd_continue prompt 2026-04-07 06:28:15 +02:00

Merged #201 fix: move msg file to .kugetsu/ and add tea PR creation instructions 2026-04-07 05:48:42 +02:00

Merged #200 fix: remove unnecessary rm of msg file to avoid race condition 2026-04-07 05:29:07 +02:00

Merged #198 fix: move msg file inside worktree to avoid external_directory permission error 2026-04-07 05:14:46 +02:00

Merged #197 fix: suppress opencode fork stdout and strip ANSI codes from logs 2026-04-07 04:58:15 +02:00

Merged #196 fix: use temp file for message to avoid shell parsing issues 2026-04-07 04:27:50 +02:00

Merged #195 fix: improve worktree/session handling in cmd_start and cmd_continue 2026-04-07 03:41:28 +02:00

Merged #194 fix: properly quote base and pm_agent in write_index calls 2026-04-07 02:50:32 +02:00

Merged #193 fix: use ${GITEA_TOKEN:-} to handle unset token 2026-04-07 02:41:18 +02:00

29 Issues closed from 1 user

Closed #254 Make delegate synchronous when no issue ref is provided 2026-04-08 13:24:20 +02:00

Closed #252 Improve session logs format for human readability 2026-04-08 08:53:54 +02:00

Closed #248 [Phase 5] cmd_continue return proper exit codes 2026-04-08 08:42:32 +02:00

Closed #246 [Phase 3] Add --format=json and --limit to queue list 2026-04-08 08:26:50 +02:00

Closed #165 Queue daemon: hardcoded origin/main..HEAD for commit detection 2026-04-08 08:22:10 +02:00

Closed #158 Update SKILL.md to reflect v0.2.3 daemon changes 2026-04-08 08:19:43 +02:00

Closed #244 [Phase 1] Help text restructure - show parent commands 2026-04-08 07:50:09 +02:00

Closed #121 Code Quality - Shellcheck & Error Handling 2026-04-08 07:04:27 +02:00

Closed #243 [Phase 8] Long-term daemon config file (Approach A) 2026-04-08 06:33:52 +02:00

Closed #242 [Phase 7] Daemon isolation - call kugetsu as subprocess 2026-04-08 06:33:51 +02:00

Closed #241 [Phase 6] Add dry-run support to cmd_continue 2026-04-08 06:33:49 +02:00

Closed #240 [Phase 5] cmd_continue return proper exit codes 2026-04-08 06:33:48 +02:00

Closed #239 [Phase 4] Add --timeout flag to cmd_destroy 2026-04-08 06:33:47 +02:00

Closed #238 [Phase 3] Add --format=json and --limit to queue list 2026-04-08 06:33:46 +02:00

Closed #237 [Phase 2] Fix cmd_list worktree detection bug 2026-04-08 06:33:45 +02:00

Closed #236 [Phase 1] Help text restructure - show parent commands 2026-04-08 06:33:44 +02:00

Closed #119 Foundation - JSON-based IPC 2026-04-08 05:35:11 +02:00

Closed #166 Queue daemon: implement timeout handling for long-running tasks 2026-04-08 04:51:54 +02:00

Closed #212 Feature - Agent Context Logging (Phase 1: Initial Prompt Capture) 2026-04-08 04:22:01 +02:00

Closed #168 refactor: make cmd_continue idempotent with ensure_* functions 2026-04-08 00:32:16 +02:00

Closed #118 Foundation - Structured Logging 2026-04-07 16:13:49 +02:00

Closed #225 cmd_continue: message argument truncated to only last word 2026-04-07 15:57:40 +02:00

Closed #226 cmd_continue: inconsistent message file path with cmd_start 2026-04-07 15:56:16 +02:00

Closed #223 Dev agent doesnt know how to create PRs - guesses tea commands incorrectly 2026-04-07 15:10:35 +02:00

Closed #220 PM agent needs enhanced context for delegation and conversation modes 2026-04-07 14:25:51 +02:00

Closed #123 Feature - Task Queue with Conviction Level 2026-04-07 14:17:52 +02:00

Closed #210 cmd_delegate: race condition causes msg file to be deleted before opencode reads it 2026-04-07 11:54:24 +02:00

Closed #207 queue-daemon crashes with set_debug_mode command not found 2026-04-07 10:39:41 +02:00

Closed #117 Foundation - Pre-commit Hooks 2026-04-07 08:45:16 +02:00

34 Issues created by 1 user

Opened #207 queue-daemon crashes with set_debug_mode command not found 2026-04-07 10:02:09 +02:00

Opened #209 queue-daemon: delegate with just issue ref causes confusing agent behavior 2026-04-07 11:13:29 +02:00

Opened #210 cmd_delegate: race condition causes msg file to be deleted before opencode reads it 2026-04-07 11:51:31 +02:00

Opened #212 Feature - Agent Context Logging (Phase 1: Initial Prompt Capture) 2026-04-07 11:55:55 +02:00

Opened #213 Feature - Agent Context Logging (Phase 2: Session-end Detection) 2026-04-07 12:00:32 +02:00

Opened #214 Feature - Agent Context Logging (Phase 3: Pattern Detection) 2026-04-07 12:00:42 +02:00

Opened #215 [META] Dev-PM Agent Loop 2026-04-07 14:18:03 +02:00

Opened #216 Feature - Dev-PM Agent Loop (Phase 1: Dev Asks PM) 2026-04-07 14:18:16 +02:00

Opened #217 Feature - Dev-PM Agent Loop (Phase 2: PM Simple Context Check) 2026-04-07 14:18:23 +02:00

Opened #218 Feature - Dev-PM Agent Loop (Phase 3: PM Medium Context Check) 2026-04-07 14:18:31 +02:00

Opened #219 Feature - Dev-PM Agent Loop (Phase 4: PM Final Review Before Approval) 2026-04-07 14:18:38 +02:00

Opened #220 PM agent needs enhanced context for delegation and conversation modes 2026-04-07 14:20:32 +02:00

Opened #223 Dev agent doesnt know how to create PRs - guesses tea commands incorrectly 2026-04-07 15:06:47 +02:00

Opened #225 cmd_continue: message argument truncated to only last word 2026-04-07 15:52:51 +02:00

Opened #226 cmd_continue: inconsistent message file path with cmd_start 2026-04-07 15:53:04 +02:00

Opened #235 Queue-daemon refactoring and bug fixes 2026-04-08 06:30:15 +02:00

Opened #236 [Phase 1] Help text restructure - show parent commands 2026-04-08 06:30:25 +02:00

Opened #237 [Phase 2] Fix cmd_list worktree detection bug 2026-04-08 06:30:29 +02:00

Opened #238 [Phase 3] Add --format=json and --limit to queue list 2026-04-08 06:30:32 +02:00

Opened #239 [Phase 4] Add --timeout flag to cmd_destroy 2026-04-08 06:30:38 +02:00

Opened #240 [Phase 5] cmd_continue return proper exit codes 2026-04-08 06:30:41 +02:00

Opened #241 [Phase 6] Add dry-run support to cmd_continue 2026-04-08 06:30:47 +02:00

Opened #242 [Phase 7] Daemon isolation - call kugetsu as subprocess 2026-04-08 06:30:50 +02:00

Opened #243 [Phase 8] Long-term daemon config file (Approach A) 2026-04-08 06:30:54 +02:00

Opened #244 [Phase 1] Help text restructure - show parent commands 2026-04-08 06:34:34 +02:00

Opened #245 [Phase 2] Fix cmd_list worktree detection bug 2026-04-08 06:34:35 +02:00

Opened #246 [Phase 3] Add --format=json and --limit to queue list 2026-04-08 06:34:36 +02:00

Opened #247 [Phase 4] Add --timeout flag to cmd_destroy 2026-04-08 06:34:36 +02:00

Opened #248 [Phase 5] cmd_continue return proper exit codes 2026-04-08 06:34:37 +02:00

Opened #249 [Phase 6] Add dry-run support to cmd_continue 2026-04-08 06:34:39 +02:00

Opened #250 [Phase 7] Daemon isolation - call kugetsu as subprocess 2026-04-08 06:34:39 +02:00

Opened #251 [Phase 8] Long-term daemon config file (Approach A) 2026-04-08 06:34:40 +02:00

Opened #252 Improve session logs format for human readability 2026-04-08 06:43:10 +02:00

Opened #254 Make delegate synchronous when no issue ref is provided 2026-04-08 06:55:40 +02:00

3 Unresolved Conversations

Open #125 [META] Agent Context Logging 2026-04-07 12:01:00 +02:00

Open #115 [META] Kugetsu 0.2.x Implementation Plan 2026-04-07 08:58:47 +02:00

Open #122 Feature - Agent Monitoring (kugetsu monitor) 2026-04-07 08:55:42 +02:00