Update Phase 10: remove /trackers, /targets; add /person, /place commands
Some checks failed
Validate / Hassfest (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 18:08:31 +03:00
parent 69299c055f
commit a85c557a20

View File

@@ -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 <query>`Search assets by filename, people, location
- `/search <query>`Generic search (filename, description, smart match via Immich)
- `/person <name>` — Find photos with a specific person
- `/place <location>` — 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
---