dave
f63464852b
huskies: merge 770
2026-04-28 15:38:34 +00:00
dave
cf470f5048
huskies: merge 776
2026-04-28 14:01:18 +00:00
dave
aed29b952c
huskies: merge 769
2026-04-28 13:42:47 +00:00
dave
b7db6d6aae
huskies: merge 775
2026-04-28 12:25:59 +00:00
dave
e9ed58502a
huskies: merge 771
2026-04-28 12:08:44 +00:00
dave
77081926d1
huskies: merge 715_refactor_decompose_frontend_src_components_workitemdetailpanel_tsx_827_lines
2026-04-27 17:08:26 +00:00
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
4a80600e22
huskies: merge 614_bug_gateway_web_ui_has_no_vertical_scrollbars
2026-04-24 14:25:09 +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
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
979cf39228
huskies: merge 557_refactor_remove_all_filesystem_fallback_paths_crdt_is_the_only_source_of_truth
2026-04-14 09:14:07 +00:00
dave
b4dbfcbde6
huskies: merge 541_story_backlog_command_for_chat_and_web_ui_shows_only_backlog_items
2026-04-12 13:05:12 +00:00
dave
19768c23d5
huskies: merge 494_story_mcp_tool_to_run_project_test_suite
2026-04-07 14:43:41 +00:00
dave
4476c57444
huskies: merge 488_story_web_ui_shows_project_name_in_browser_tab_with_huskies_favicon
2026-04-07 13:36:43 +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
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
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
3639d64da6
fix(424): add throttled field to all StoryAgent ctors and handle HardBlock in ws.rs
...
The initial commit added the `throttled` field to `StoryAgent` but missed
several construction sites in lifecycle.rs, test_helpers.rs, and scan.rs.
Also adds the `HardBlock` match arm in the WebSocket event conversion and
minor CSS/import ordering fixes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-28 11:33:43 +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
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
c4e45b2841
The great storkit name conversion
2026-03-20 12:26:02 +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
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
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
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
932325744c
fix: return arrays for list endpoints in test fetch mock
...
Prevents "agentList is not iterable" warnings in test output.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 16:09:02 +00:00
Dave
3ced187aaa
fix: mock fetch in test setup to suppress URL parse errors in jsdom
...
Also set jsdom base URL to http://localhost:3000 in vitest config.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 16:07:56 +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