dave
8673e563a9
huskies: merge 643_story_web_ui_consumer_for_the_unified_status_broadcaster
2026-04-26 11:30:32 +00:00
dave
b70ee1aa4b
huskies: merge 622_story_wrap_react_state_updates_in_act_to_silence_frontend_test_warnings
2026-04-24 23:02:52 +00:00
dave
43ca0cbc59
huskies: merge 595_story_web_ui_settings_page_with_form_based_project_toml_editor
2026-04-17 13:38:09 +00:00
dave
744cc9dca4
huskies: merge 569_story_gateway_ui_cross_project_pipeline_status_view
2026-04-15 18:38:33 +00:00
dave
149a383447
huskies: merge 568_story_gateway_ui_connected_agents_dashboard
2026-04-15 18:25:17 +00:00
dave
beb84ade9f
huskies: merge 567_story_gateway_ui_project_management_add_and_remove_projects
2026-04-15 18:06:43 +00:00
dave
2246278845
huskies: merge 582_story_bot_configuration_page
2026-04-15 17:37:52 +00:00
dave and Claude Opus 4.6
28adef9739
chore: switch mergemaster to opus and add cargo fmt guidance
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-14 12:35:57 +00:00
dave
d0d2b17484
huskies: merge 563_story_build_agent_join_mechanism_agents_register_with_the_gateway_via_token
2026-04-14 12:06:13 +00:00
dave
4e082009c2
huskies: merge 487_story_display_story_dependencies_in_web_ui_and_chat_commands
2026-04-07 11:49:57 +00:00
dave
fa99f19198
huskies: merge 473_refactor_split_chat_tsx_into_smaller_components
2026-04-04 15:15:48 +00:00
Timmy and Claude Opus 4.6
2d8ccb3eb6
huskies: rename project from storkit to huskies
...
Rename all references from storkit to huskies across the codebase:
- .storkit/ directory → .huskies/
- Binary name, Cargo package name, Docker image references
- Server code, frontend code, config files, scripts
- Fix script/test to build frontend before cargo clippy/test
so merge worktrees have frontend/dist available for RustEmbed
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-03 16:12:52 +01:00
dave
f8d7438eec
storkit: merge 454_story_deduplicate_work_item_display_in_web_ui_story_panel
2026-04-02 11:00:52 +00:00
dave
16f9722851
storkit: merge 450_bug_web_ui_silently_swallows_chat_errors_including_oauth_login_link
2026-03-31 14:59:38 +00:00
dave
57e0197d75
storkit: merge 449_bug_oauth_callback_url_ignores_port_cli_flag
2026-03-31 14:55:46 +00:00
dave and Claude Opus 4.6
dc4bac3a85
fix: update /help test to expect botCommand dispatch, fix PTY fd leak in claude_code.rs ( #451 , #452 )
...
The /help test expected the help overlay to appear, but /help now goes
through botCommand like other slash commands. Updated the test to match.
Also added reader thread join and child.wait() calls to
claude_code.rs to prevent PTY master fd leaks from web UI chat sessions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 14:48:47 +00:00
Timmy
7427865e46
Adding more slash commands
2026-03-31 11:33:41 +01:00
dave
321c88e05e
storkit: merge 446_story_oauth_login_button_in_web_ui
2026-03-31 10:08:40 +00:00
dave
5992f9bd19
storkit: merge 438_story_slash_command_autocomplete_in_web_ui_text_input
2026-03-28 22:27:40 +00:00
dave
0b50c66caa
storkit: merge 429_story_interactive_project_setup_wizard_for_new_storkit_projects
2026-03-28 13:29:05 +00:00
dave
d6f82393f5
storkit: merge 420_story_loc_for_a_specified_file_bot_command_and_web_ui_slash_command
2026-03-28 08:58:57 +00:00
Timmy
108a697483
storkit: merge 397_bug_selection_screen_directory_picker_unreadable_in_dark_mode
2026-03-26 11:16:21 +00:00
dave
1a3b69301a
storkit: merge 374_story_web_ui_implements_all_bot_commands_as_slash_commands
2026-03-23 18:35:52 +00:00
dave and Claude Opus 4.6
f610ef6046
Restore codebase deleted by bad auto-commit e4227cf
...
Commit e4227cf (a story creation auto-commit) erroneously deleted 175
files from master's tree, likely due to a race condition between
concurrent git operations. This commit re-adds all files from the
working directory.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-22 19:07:07 +00:00
dave
e4227cf673
storkit: create 365_story_surface_api_rate_limit_warnings_in_chat
2026-03-22 18:19:23 +00:00
Dave
a6c8cf0daf
storkit: merge 90_story_fetch_real_context_window_size_from_anthropic_models_api
2026-03-21 12:01:21 +00:00
Dave
60e1d7bf64
story-kit: merge 342_story_web_ui_button_to_delete_a_story_from_the_pipeline
2026-03-20 09:13:10 +00:00
Dave
594114d671
story-kit: merge 340_story_web_ui_rebuild_and_restart_button
2026-03-20 09:10:26 +00:00
Dave
81e822642e
story-kit: merge 339_story_web_ui_agent_assignment_dropdown_on_work_items
2026-03-20 09:07:44 +00:00
Dave
3778162920
story-kit: merge 337_story_web_ui_button_to_stop_an_agent_on_a_story
2026-03-20 09:00:03 +00:00
Dave
e33979aacb
story-kit: merge 336_story_web_ui_button_to_start_a_coder_on_a_story
2026-03-20 08:52:43 +00:00
Dave and Claude Opus 4.6
8074e3b420
fix: suppress unused variable TS errors that block release build
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 16:43:42 +00:00
Dave and Claude Opus 4.6
8a6eeacb5e
fix: suppress unused variable TS errors that block release build
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 16:41:04 +00:00
Dave and Claude Opus 4.6
662e00f94a
fix: biome formatting and lint fixes in App.tsx and TokenUsagePage.tsx
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 16:14:44 +00:00
Dave
ce380ffb52
story-kit: merge 309_story_show_token_cost_breakdown_in_expanded_work_item_detail_panel
2026-03-19 15:42:47 +00:00
Dave
2067abb2e5
story-kit: merge 306_story_replace_manual_qa_boolean_with_configurable_qa_mode_field
2026-03-19 11:58:47 +00:00
Dave
a6ac6497e9
story-kit: merge 301_story_dedicated_token_usage_page_in_web_ui
2026-03-19 11:36:12 +00:00
Dave
36535b639f
story-kit: merge 300_story_show_token_cost_badge_on_pipeline_board_work_items
2026-03-19 11:02:12 +00:00
Dave
63f46751ac
story-kit: merge 294_story_rename_app_title_from_story_kit_to_storkit
2026-03-19 09:46:28 +00:00
Dave and Claude Opus 4.6
73c86b6946
story-kit: merge 293_story_register_all_bot_commands_in_the_command_registry
...
Moves status, ambient, and help commands into a unified command registry
in commands.rs. Help output now automatically lists all registered
commands. Resolved merge conflict with 1_backlog rename.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 09:14:04 +00:00
Dave
2f0d796b38
story-kit: merge 292_story_show_server_logs_in_web_ui
2026-03-19 01:31:25 +00:00
Dave
9352443555
story-kit: merge 247_story_human_qa_gate_with_rejection_flow
2026-03-18 15:47:48 +00:00
Dave
83ccfece81
story-kit: merge 290_story_show_agent_output_stream_in_expanded_work_item_detail_panel
2026-03-18 15:31:58 +00:00
Dave and Claude Opus 4.6
dd83e0f4ee
fix: biome formatting in Chat.test.tsx and ChatInput.tsx
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 15:07:49 +00:00
Dave
df6f792214
story-kit: merge 287_story_rename_upcoming_pipeline_stage_to_backlog
2026-03-18 14:33:08 +00:00
Dave and Claude Opus 4.6
0a6de3717a
fix: Chat.test.tsx type errors from 271 merge
...
Cast lastSendChatArgs through unknown to satisfy TypeScript's
strict type narrowing on the nullable union type.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 11:33:54 +00:00
Dave and Claude Opus 4.6
60dabae795
story-kit: merge 271_story_show_assigned_agent_in_expanded_work_item_view
...
Adds assigned agent display to the expanded work item detail panel.
Resolved conflicts by keeping master versions of bot.rs (permission
handling), ChatInput.tsx, and fs.rs. Removed duplicate list_project_files
endpoint and tests from io.rs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 10:29:37 +00:00
Dave
123f140244
story-kit: start 269_story_file_references_in_web_ui_chat_input
2026-03-17 17:56:24 +00:00
Dave and Claude Opus 4.6
3ce7276e89
Fix TS narrowing errors in Chat.test.tsx
...
TypeScript control flow analysis can't track reassignment inside vi.mock
callbacks, causing lastSendChatArgs to narrow to never. Use non-null
assertions after the explicit toBeNull() guard.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-17 16:13:29 +00:00
Dave
0d46c86469
story-kit: merge 264_bug_claude_code_session_id_not_persisted_across_browser_refresh
2026-03-17 15:41:41 +00:00