From a85c557a208bce3614ee90bb985ea14a68d72e3a Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Thu, 19 Mar 2026 18:08:31 +0300 Subject: [PATCH] Update Phase 10: remove /trackers, /targets; add /person, /place commands Co-Authored-By: Claude Opus 4.6 (1M context) --- plans/phase-10-telegram-commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plans/phase-10-telegram-commands.md b/plans/phase-10-telegram-commands.md index cde2b54..d674a7d 100644 --- a/plans/phase-10-telegram-commands.md +++ b/plans/phase-10-telegram-commands.md @@ -25,13 +25,13 @@ Define and implement Telegram bot commands that users can invoke directly from c - `/random [album]` — Send random photo(s) from an album ### Asset Browsing -- `/search ` — Search assets by filename, people, location +- `/search ` — Generic search (filename, description, smart match via Immich) +- `/person ` — Find photos with a specific person +- `/place ` — Find photos by city/country/location - `/favorites [album]` — Show favorite assets - `/people` — List detected people across albums ### Management -- `/trackers` — List trackers with enable/disable toggle (inline buttons) -- `/targets` — List notification targets - `/help` — Show available commands with descriptions ---