mika kuns
cc7355eaa4
fix(ui): stop app crash when approving review after Merge all
...
The Details island review commands (Approve/Reject/Park/Cancel) invoked the
hub without catching exceptions. After "Merge all" folds the parent out of
WaitingForReview, pressing Approve made the hub throw a HubException, which
escaped the generated AsyncRelayCommand as an unobserved async-void exception
and crashed the app. Wrap the calls in try/catch like the Tasks island does;
the TaskUpdated broadcast reconciles the UI.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-04 18:04:37 +02:00
mika kuns
22a1ba7f30
refactor(ui): share color-coded diff rendering between per-task and combined diff viewers
...
Extract the unified-diff parser into UnifiedDiffParser and the styled line
renderer into a reusable DiffLinesView control. The combined (planning) diff
now parses its unified-diff string and renders color-coded rows (green
additions / red deletions, file headers) identical to the per-task viewer
instead of dumping plain text into a TextBox.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-04 17:56:06 +02:00
mika kuns
a3f407b0e5
fix(ui): live-update child outcomes + enable Review combined diff for improvement parents
2026-06-04 16:53:43 +02:00
mika kuns
469e68bbc8
feat(merge): fold parent branch into combined-diff for improvement parents
2026-06-04 16:53:42 +02:00
mika kuns
176b9855bf
feat(prompt): focused custom prompt for improvement children so they stay narrow
2026-06-04 16:53:41 +02:00
mika kuns
5d34f95fe0
feat(ui): show improvement-child outcomes on the parent review card + enable tree-merge
2026-06-04 16:32:37 +02:00
mika kuns
0e130177fc
feat(ui): mark agent-suggested improvement children in the task tree
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 16:22:38 +02:00
mika kuns
5363570fb4
feat(ui): surface WaitingForChildren status (chip, color, agent-strip, labels)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 16:19:31 +02:00
mika kuns
f60becaf06
feat(prompt): instruct agents to offload out-of-scope work via SuggestImprovement
2026-06-04 16:10:39 +02:00
mika kuns
519bfbe6b3
feat(merge): fold parent branch into tree-merge for improvement parents
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 16:09:44 +02:00
mika kuns
06e3acd5ac
feat(runner): mint per-run MCP token + emit run-scoped --mcp-config
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 16:03:51 +02:00
mika kuns
f3052dc5fc
feat(mcp): resolve per-run tokens in MCP auth + register TaskRunMcpService
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 15:57:12 +02:00
mika kuns
9d133e227b
feat(mcp): add SuggestImprovement tool (server-stamped, one layer deep)
2026-06-04 15:51:57 +02:00
mika kuns
7542bc2058
feat(mcp): add TaskRunMcpContext + accessor
2026-06-04 15:50:30 +02:00
mika kuns
ef86a8c29b
feat(mcp): add per-run TaskRunTokenRegistry
2026-06-04 15:50:06 +02:00
mika kuns
da23b6cd3a
feat(worktree): base improvement-child worktree on parent HEAD
2026-06-04 15:46:44 +02:00
mika kuns
c10f564265
feat(runner): route standalone success with children to WaitingForChildren + enqueue them
2026-06-04 15:46:38 +02:00
mika kuns
8036de1019
fix(state): only planning-active children are drafts; allow improvement children to queue
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 15:40:26 +02:00
mika kuns
7873e60095
feat(state): advance WaitingForChildren parent to review when children terminal
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 15:39:24 +02:00
mika kuns
6f4b5d5544
feat(state): add SubmitForChildrenAsync (Running -> WaitingForChildren)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 15:38:15 +02:00
mika kuns
f25c7599bd
fix(children): exempt improvement children from orphan-dequeue sweep
2026-06-04 15:35:06 +02:00
mika kuns
6fdf04d6a0
feat(children): generalize CreateChildAsync for any parent + CreatedBy stamp
2026-06-04 15:32:18 +02:00
mika kuns
ee0d1257dd
feat(status): add WaitingForChildren task status value
2026-06-04 15:32:11 +02:00
mika kuns
c035720b37
fix(ui): populate diff meter when selecting a finished task
2026-06-04 15:24:06 +02:00
mika kuns
4522ac906b
fix(ui): warning icon fill-rule and dedicated review section header
2026-06-04 15:10:45 +02:00
mika kuns
2455eacb1f
feat(ui): roadblock badge on the task card; relocate review actions off the row
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 15:06:53 +02:00
mika kuns
d8b86e33a3
feat(ui): host review actions in the details panel; show review state and diff meter
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 15:03:19 +02:00
mika kuns
49b9f1ffde
feat(roadblock): persist roadblock count on the task
2026-06-04 14:58:59 +02:00
mika kuns
9a117a5429
fix(prompts): apply system default on every run; dedupe roadblocks
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 14:25:55 +02:00
mika kuns
1e547dea18
feat(roadblock): surface reported roadblocks in the review result
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 14:18:51 +02:00
mika kuns
56ebc2803f
feat(roadblock): carry blocks through RunResult
2026-06-04 14:16:56 +02:00
mika kuns
cf7f0da400
feat(roadblock): collect and strip CLAUDEDO_BLOCKED markers in StreamAnalyzer
2026-06-04 14:15:45 +02:00
mika kuns
ac1e9b06de
feat(prompts): weekly-report instructions from file, point at data sections
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 14:13:15 +02:00
mika kuns
79bfc79d33
feat(prompts): daily-prep prompt from file, English default
2026-06-04 14:11:30 +02:00
mika kuns
1b3c6bdbb4
refactor(prompts): planning prompts read from editable files
2026-06-04 14:09:45 +02:00
mika kuns
bd1e3db1d9
feat(ui): expose all editable prompt files, drop agent prompt
2026-06-04 14:07:43 +02:00
mika kuns
edc9f77357
feat(prompts): retry prompt from file, append only real captured errors
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 14:03:32 +02:00
mika kuns
883dbc6af7
refactor(prompts): collapse agent prompt into system prompt
2026-06-04 13:59:44 +02:00
mika kuns
9bdf99d95f
feat(prompts): externalize prompt kinds with defaults and token renderer
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 13:55:47 +02:00
mika kuns
75aa42b877
docs: note max-turns override and inherited markers in module docs
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-04 12:42:44 +02:00
mika kuns
cd683ba227
feat(ui): show inherited markers and max-turns override in task flyout
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 12:37:45 +02:00
mika kuns
d0ab382973
feat(ui): show inherited markers and max-turns override in list settings
2026-06-04 12:32:28 +02:00
mika kuns
3e3041c1c7
feat(ui): add reusable inherited-source badge control
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-04 12:29:15 +02:00
mika kuns
92cee125cc
feat(ui): add inheritance resolver returning value and source
2026-06-04 12:28:12 +02:00
mika kuns
bba3c55e1c
feat(i18n): add inherited-marker, turns, and prepended-prompt strings
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-04 12:26:31 +02:00
mika kuns
26f5936d14
feat(ui): mirror max-turns field on signalr config dtos
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-04 12:23:39 +02:00
mika kuns
b72a7888e4
feat(worker): expose max-turns override over signalr and mcp config tools
2026-06-04 12:22:34 +02:00
mika kuns
beae2d639d
feat(worker): resolve max-turns from task then list then global default
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 12:20:35 +02:00
mika kuns
ac137f7c1c
feat(data): persist max_turns in list and task repositories
...
Add MaxTurns to ListRepository.SetConfigAsync upsert branch and
TaskRepository.UpdateAgentSettingsAsync; fix positional CancellationToken
call in ConfigMcpTools. Covered by MaxTurnsRoundTripTests (2 tests).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 12:18:32 +02:00
mika kuns
97e38fb480
feat(data): add nullable max_turns override to list_config and tasks
2026-06-04 12:15:15 +02:00