diff --git a/VERSION b/VERSION index d917d3e..b1e80bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/completions/sherlock.fish b/completions/sherlock.fish index 70fb8f5..ecc73fd 100644 --- a/completions/sherlock.fish +++ b/completions/sherlock.fish @@ -1,5 +1,5 @@ # fish completion for sherlock. -# Installed by install.sh into $__fish_config_dir/completions/sherlock.fish +# Installed by the installer into $__fish_config_dir/completions/sherlock.fish # when a fish config directory is present. Hand-maintained: keep in sync # with cmd/sherlock/main.go (subcommands) and internal/agent (agents). @@ -7,6 +7,7 @@ complete -c sherlock -n '__fish_use_subcommand' -f -a 'status' -d 'Show wallet contents (one entry per service)' complete -c sherlock -n '__fish_use_subcommand' -f -a 'logout' -d "Forget all stored tokens, or just one service's" complete -c sherlock -n '__fish_use_subcommand' -f -a 'run' -d 'Spawn an agent (run [args...])' +complete -c sherlock -n '__fish_use_subcommand' -f -a 'update' -d 'Update sherlock + MCPs to the latest release' complete -c sherlock -n '__fish_use_subcommand' -f -a 'version' -d 'Print the sherlock version and exit' complete -c sherlock -n '__fish_use_subcommand' -f -a 'help' -d 'Show usage' @@ -26,6 +27,9 @@ complete -c sherlock -n '__fish_seen_subcommand_from logout' -f -a 'gitea' -d complete -c sherlock -n '__fish_seen_subcommand_from logout' -f -a 'grafana' -d 'Forget the grafana session' complete -c sherlock -n '__fish_seen_subcommand_from logout' -f -a 'gssh' -d 'Forget the gssh session' +# ── `sherlock update [--force]` ────────────────────────────────────── +complete -c sherlock -n '__fish_seen_subcommand_from update' -l force -s f -f -d 'Reinstall the latest release even if not newer' + # ── Top-level flags ────────────────────────────────────────────────── complete -c sherlock -n '__fish_use_subcommand' -l version -s v -f -d 'Print the sherlock version and exit' complete -c sherlock -n '__fish_use_subcommand' -l help -s h -f -d 'Show usage' diff --git a/gitea-mcp b/gitea-mcp deleted file mode 100755 index 9d1da6d..0000000 Binary files a/gitea-mcp and /dev/null differ