Commit Graph

1039 Commits

Author SHA1 Message Date
Dave
ee6d017bca story-kit: start 140_bug_activity_status_indicator_never_visible_due_to_display_condition 2026-02-24 13:19:08 +00:00
Dave
27c72a007f story-kit: queue 133_story_clean_up_agent_state_on_story_archive_and_add_ttl_for_completed_entries for QA 2026-02-24 13:17:34 +00:00
Dave
3179b4962d story-kit: accept 134_story_add_process_health_monitoring_and_timeout_to_agent_pty_sessions 2026-02-24 13:13:38 +00:00
Dave
560c731869 story-kit: merge 134_story_add_process_health_monitoring_and_timeout_to_agent_pty_sessions 2026-02-24 13:13:16 +00:00
Dave
a87f908d5b story-kit: create 141_story_improve_server_logging_with_timestamps_and_error_visibility 2026-02-24 13:12:27 +00:00
Dave
d3a12ca202 story-kit: queue 134_story_add_process_health_monitoring_and_timeout_to_agent_pty_sessions for merge 2026-02-24 13:12:20 +00:00
Dave
d77a0ffef2 story-kit: start 136_bug_broadcast_channel_silently_drops_events_on_subscriber_lag 2026-02-24 13:10:30 +00:00
Dave
ec6e763ec2 story-kit: accept 137_bug_lozengeflycontext_animation_queue_race_condition_on_rapid_updates 2026-02-24 13:09:43 +00:00
Dave
17abf36d9f story-kit: merge 137_bug_lozengeflycontext_animation_queue_race_condition_on_rapid_updates 2026-02-24 13:09:25 +00:00
Dave
92a75215f0 story-kit: queue 134_story_add_process_health_monitoring_and_timeout_to_agent_pty_sessions for QA 2026-02-24 13:09:05 +00:00
Dave
997050aee1 story-kit: queue 137_bug_lozengeflycontext_animation_queue_race_condition_on_rapid_updates for merge 2026-02-24 13:08:38 +00:00
Dave
826d194d12 story-kit: start 133_story_clean_up_agent_state_on_story_archive_and_add_ttl_for_completed_entries 2026-02-24 13:08:05 +00:00
Dave
40c3824523 story-kit: start 131_bug_get_agent_output_stream_always_times_out_for_running_agents 2026-02-24 13:06:50 +00:00
Dave
0c455a0dbf story-kit: accept 138_bug_no_heartbeat_to_detect_stale_websocket_connections 2026-02-24 13:05:52 +00:00
Dave
5226438b16 story-kit: merge 138_bug_no_heartbeat_to_detect_stale_websocket_connections 2026-02-24 13:05:30 +00:00
Dave
71e07041cf story-kit: queue 137_bug_lozengeflycontext_animation_queue_race_condition_on_rapid_updates for QA 2026-02-24 13:05:17 +00:00
Dave
88aa2de2ad story-kit: create 131_bug_get_agent_output_stream_always_times_out_for_running_agents 2026-02-24 13:05:07 +00:00
Dave
cbe3545a47 story-kit: create 131_bug_get_agent_output_stream_always_times_out_for_running_agents 2026-02-24 13:04:18 +00:00
Dave
c395ce0f8a story-kit: create 140_bug_activity_status_indicator_never_visible_due_to_display_condition 2026-02-24 13:03:37 +00:00
Dave
8f46edd19d story-kit: queue 138_bug_no_heartbeat_to_detect_stale_websocket_connections for QA 2026-02-24 13:01:57 +00:00
Dave
e9f8aafdaa story-kit: create 139_story_retry_limit_for_mergemaster_and_pipeline_restarts 2026-02-24 12:59:59 +00:00
Dave
ec0165ba45 story-kit: start 137_bug_lozengeflycontext_animation_queue_race_condition_on_rapid_updates 2026-02-24 12:56:21 +00:00
Dave
1344cdeae9 story-kit: accept 132_story_fix_toctou_race_in_agent_check_and_insert 2026-02-24 12:50:24 +00:00
Dave
b5db84fabc story-kit: start 138_bug_no_heartbeat_to_detect_stale_websocket_connections 2026-02-24 12:49:33 +00:00
Dave
c5ddd15273 story-kit: merge 132_story_fix_toctou_race_in_agent_check_and_insert 2026-02-24 12:49:29 +00:00
Dave
7c3e9965d1 story-kit: accept 86_story_show_live_activity_status_instead_of_static_thinking_indicator_in_chat 2026-02-24 12:49:16 +00:00
Dave
2ac9e119e3 Fix master compilation after bad story 86 squash merge revert
The revert of story 86's merge left broken code from stories 131/135
that depended on it. Removed dead inline event dispatch (referencing
undefined event_type, pty_writer, PermissionReqMsg), added activity_tx
to process_json_event, and removed unused permission_tx parameter from
chat_stream/chat (permissions go through MCP, not PTY).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 12:44:22 +00:00
Dave
4a3400f7d9 story-kit: queue 132_story_fix_toctou_race_in_agent_check_and_insert for merge 2026-02-24 12:39:52 +00:00
Dave
2f8ad0949d story-kit: queue 132_story_fix_toctou_race_in_agent_check_and_insert for QA 2026-02-24 12:36:15 +00:00
Dave
f33e996304 story-kit: start 134_story_add_process_health_monitoring_and_timeout_to_agent_pty_sessions 2026-02-24 12:35:21 +00:00
Dave
dbb52e0a36 story-kit: create 138_bug_no_heartbeat_to_detect_stale_websocket_connections 2026-02-24 12:35:19 +00:00
Dave
94698203cd story-kit: create 137_bug_lozengeflycontext_animation_queue_race_condition_on_rapid_updates 2026-02-24 12:35:13 +00:00
Dave
ddc53dfb42 story-kit: create 136_bug_broadcast_channel_silently_drops_events_on_subscriber_lag 2026-02-24 12:35:07 +00:00
Dave
4611a187f1 fix: remove duplicate code block from merge conflict resolution in claude_code.rs
Old process_json_event call and new handle_stream_event match block were
both kept during auto-resolution; remove the old code to fix unclosed delimiter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 12:34:20 +00:00
Dave
557b6e9267 fix: resolve merge conflict artifacts from story-86 merge
- Add missing closing brace and #[test] attr between test functions in claude_code.rs
- Remove premature semicolon in TypeScript union type in client.ts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 12:33:31 +00:00
Dave
041b52530e story-kit: create 114_bug_web_ui_sse_socket_stops_updating_after_a_while 2026-02-24 12:32:39 +00:00
Dave
771feaef0c story-kit: create 114_bug_web_ui_sse_socket_stops_updating_after_a_while 2026-02-24 12:32:38 +00:00
Dave
4e4802314f story-kit: merge 86_story_show_live_activity_status_instead_of_static_thinking_indicator_in_chat 2026-02-24 12:32:14 +00:00
Dave
bedb041bd3 story-kit: queue 86_story_show_live_activity_status_instead_of_static_thinking_indicator_in_chat for merge 2026-02-24 12:32:02 +00:00
Dave
deb3e57d6d story-kit: queue 86_story_show_live_activity_status_instead_of_static_thinking_indicator_in_chat for QA 2026-02-24 12:29:26 +00:00
Dave
3ac7f58449 story-kit: start 86_story_show_live_activity_status_instead_of_static_thinking_indicator_in_chat 2026-02-24 12:27:39 +00:00
Dave
815e51a218 story-kit: start 132_story_fix_toctou_race_in_agent_check_and_insert 2026-02-24 12:24:59 +00:00
Dave
3b175602b6 story-kit: accept 135_story_update_mergemaster_prompt_to_allow_conflict_resolution_and_code_fixes 2026-02-24 12:22:54 +00:00
Dave
8005397fd5 story-kit: merge 135_story_update_mergemaster_prompt_to_allow_conflict_resolution_and_code_fixes 2026-02-24 12:22:42 +00:00
Dave
0bcc9dcdff story-kit: queue 135_story_update_mergemaster_prompt_to_allow_conflict_resolution_and_code_fixes for merge 2026-02-24 12:22:29 +00:00
Dave
d4f323a338 story-kit: accept 131_bug_get_agent_output_stream_always_times_out_for_running_agents 2026-02-24 12:20:38 +00:00
Dave
eedc9d885f story-kit: queue 135_story_update_mergemaster_prompt_to_allow_conflict_resolution_and_code_fixes for QA 2026-02-24 12:19:55 +00:00
Dave
ba708d4052 story-kit: create 86_story_show_live_activity_status_instead_of_static_thinking_indicator_in_chat 2026-02-24 12:19:18 +00:00
Dave
2e2f70df72 Revert "story-kit: merge 86_story_show_live_activity_status_instead_of_static_thinking_indicator_in_chat"
This reverts commit ef162d91ff.
2026-02-24 12:16:45 +00:00
Dave
7546a8f138 story-kit: start 135_story_update_mergemaster_prompt_to_allow_conflict_resolution_and_code_fixes 2026-02-24 12:15:17 +00:00