claw-code/rust/crates
TheArchitectit f58f945c16 fix(commands): parse /team slash command instead of falling through to Unknown
The /team spec existed in slash_command_specs() but validate_slash_command_input
had no "team" match arm, so /team always produced SlashCommand::Unknown and the
REPL reported "unknown slash command" — even while suggesting /team as a fix.

- Add the "team" => SlashCommand::Team { action } parse arm (action optional:
  /team, /team list, /team help). Extra args are rejected like other commands.
- Give SlashCommand::Team a dedicated REPL handler (print_team_command) so
  /team prints guidance on the model-invokable TeamCreate/TeamDelete/Cron*
  tools and /team list explains that live registry listing is not yet wired
  into the CLI layer (the team registry is owned by the in-process tool
  executor, not the session/runtime).
- Regression test: assert /team and /team list parse correctly.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-17 09:20:19 -05:00
..
api feat(setup): separate env namespace for custom OpenAI-compat provider 2026-06-16 13:30:15 -05:00
claw-analog Reject drifted claw-analog bootstrap phases 2026-05-25 19:33:37 +00:00
claw-rag-service feat(rag): add claw-rag-service 2026-05-25 11:25:25 +09:00
commands fix(commands): parse /team slash command instead of falling through to Unknown 2026-06-17 09:20:19 -05:00
compat-harness feat: ultraclaw droid batch — ROADMAP #41 test isolation + #50 PowerShell permissions 2026-04-12 03:06:24 +09:00
mock-anthropic-service Stabilize final gate before release checkpoint 2026-05-15 13:34:57 +09:00
plugins fix: resolve EACCES error from incorrect bundled plugins directory 2026-05-25 11:22:34 +09:00
runtime fix: resolve rebase conflicts, clean TUI alignment, and sync with upstream 2026-06-11 10:03:16 -05:00
rusty-claude-cli fix(commands): parse /team slash command instead of falling through to Unknown 2026-06-17 09:20:19 -05:00
telemetry feat: anthropic SDK header matching + request profile 2026-04-01 05:55:25 +00:00
tools fix(tools): drop stale team_id/task_id fields from lane_completion test helper 2026-06-17 09:03:36 -05:00