Huskies Agent
7d3de2bb44
huskies: merge 1218 story Remembered/sticky permission approvals so constrained agents stop re-prompting for the same action class
2026-07-18 13:58:35 +00:00
Huskies Agent
3f37a6cf34
huskies: merge 1210 story Gateway-side "digging in" notification for long tool-only turns
2026-07-18 10:12:31 +00:00
Huskies Agent
043c77f077
huskies: merge 1186 story compact chat command: distill session context deterministically, then reset with a seed
2026-07-17 12:05:04 +00:00
Huskies Agent
eda14976d0
huskies: merge 1187 story status chat command shows that project's status
2026-07-17 11:49:43 +00:00
Huskies Agent
77e0394195
huskies: merge 1169 story Gateway pulls signed artifacts from a release channel into its local store
2026-07-16 14:03:31 +00:00
Huskies Agent
0ac68afa4c
huskies: merge 1173 story Identity-aware fleet checks: cryptographic node identity in upgrade and health probes
2026-07-16 13:26:03 +00:00
Huskies Agent
18b065f77a
huskies: merge 1163 story Replace perm_rx lock-as-presence-signal with a permission router
2026-07-16 13:19:20 +00:00
Timmy
3342d129c2
Unreachable container times out gracefully
2026-06-29 19:22:47 +01:00
Timmy
705f5bcc89
Adding show story mcp
2026-06-29 12:42:45 +01:00
dave
9a286315a3
huskies: merge 1149 story huskies health chat command — surface gateway, sled, matrix, creds, and build-hash status
2026-05-19 20:11:55 +00:00
dave
de638603cd
huskies: merge 1144 story Gateway trampoline-restart: detached helper survives the gateway's own death
2026-05-19 18:13:26 +00:00
dave
70797753df
huskies: merge 1132 story Chat-bot proxy reads stale gateway_project_urls BTreeMap instead of live store (1122 missed this seam)
2026-05-18 00:02:37 +00:00
dave
fe00fe6a25
huskies: merge 1127 story Migrate all LLM-invoking transports onto assemble_prompt_context; delete legacy Vec
2026-05-17 22:28:01 +00:00
dave
c1b7e12b0b
huskies: merge 1122 story Chat-bot switch command reads stale gateway_projects Vec instead of live gateway_projects_store
2026-05-17 18:49:58 +00:00
dave
10d992a7e4
huskies: merge 1106 story Chat bootstrap Phase 1: new project chat command spawns a bare project container and registers it with the gateway
2026-05-16 22:39:20 +00:00
dave
fc5481dbe4
huskies: merge 1093 bug Chat dispatcher spawns one Timmy per inbound message — needs coalesce window + per-session serial lock
2026-05-15 12:03:09 +00:00
dave
c66016394b
huskies: merge 1063
2026-05-14 21:53:56 +00:00
dave
595777f366
huskies: merge 1054
2026-05-14 18:53:07 +00:00
dave
c353c0a6be
huskies: merge 1033
2026-05-14 13:08:43 +00:00
dave
396a47d7c2
huskies: merge 957
2026-05-13 10:07:49 +00:00
dave
d8f9be5b23
huskies: merge 641_story_unified_status_update_delivery_across_chat_web_ui_and_top_level_agent_context
2026-04-26 02:27:34 +00:00
dave
4b089c1ed8
huskies: merge 626_refactor_introduce_services_bundle_and_migrate_appcontext_matrix_transport
2026-04-25 15:08:46 +00:00
dave
eca0ef792c
huskies: merge 615_story_extract_timer_service
2026-04-24 17:43:53 +00:00
Timmy and Claude Opus 4.6
09151e37ef
Fix gateway bot Claude Code cwd so MCP tools are discovered
...
In gateway mode the bot's Claude Code CLI was spawned with cwd set to
a nonexistent project subdirectory (gateway_config_dir/project_name).
This meant it couldn't find .mcp.json and had no MCP tools available.
Now the bot uses the gateway config directory as cwd in gateway mode,
where the auto-generated .mcp.json points to the gateway's MCP proxy.
Also fixes cargo fmt formatting.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-21 12:15:04 +01:00
Timmy and Claude Opus 4.6
45f1096b96
Gateway bot: proxy commands to active project instead of reading local state
...
In gateway mode the bot has no local CRDT or project filesystem, so all
bot commands (status, backlog, start, assign, etc.) returned empty or
broken results. Now the gateway bot proxies non-local commands via HTTP
to the active project's /api/bot/command endpoint, which already exists
on every project server.
Only a small set of gateway-local commands (help, ambient, reset, switch)
are still handled directly by the gateway. Everything else is forwarded
automatically, so new commands added in the future will work through the
proxy without additional gateway changes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-21 11:47:06 +01:00
dave
4b710b02f2
huskies: merge 591_story_gateway_chat_commands_use_active_project_root_instead_of_gateway_config_dir
2026-04-16 16:14:05 +00:00
dave
d824dc4b73
huskies: merge 558_story_matrix_bot_can_run_on_the_gateway_to_manage_multiple_projects_from_one_chat
2026-04-14 10:01:04 +00:00
dave and Claude Opus 4.6
845b85e7a7
fix: add --all to cargo fmt in script/test and autoformat codebase
...
cargo fmt without --all fails with "Failed to find targets" in
workspace repos. This was blocking every story's gates. Also ran
cargo fmt --all to fix all existing formatting issues.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 14:07:08 +00:00
dave
cec62dad1c
huskies: merge 542_refactor_add_doc_comments_to_all_undocumented_source_files_and_generate_source_map_in_readme
2026-04-12 13:16:11 +00:00
dave
cf5424f9a6
storkit: merge 421_story_timer_command_for_deferred_agent_start
2026-03-28 09:02:20 +00:00
dave
665c036a56
storkit: merge 417_refactor_split_matrix_bot_rs_into_focused_modules
2026-03-28 08:30:01 +00:00