feat(lists): get_lists() without scope returns all circles (v0.8.2)
Implement v0.8.2: When get_lists() is called without a scope parameter, it now fetches lists from ALL circles instead of only the primary circle. Implementation: - Login once, call famlistfamily to get all circle IDs - For each circle, call taskgettasklists(scope=<circle_id>) - Merge results and return all lists with circle_id field All tests passed: test_multi circle creation, list creation in secondary circle, get_lists() without scope returns lists from both circles. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ und wird in Claude Desktop eingebunden.
|
||||
|
||||
## Aktueller Stand
|
||||
|
||||
### Implementierte Tools (v0.8.0)
|
||||
### Implementierte Tools (v0.8.2)
|
||||
|
||||
| Kategorie | Tools |
|
||||
|---|---|
|
||||
@@ -51,8 +51,10 @@ und wird in Claude Desktop eingebunden.
|
||||
- v0.7.3: update_list (Umbenennen, emoji/color ändern) ✓
|
||||
- v0.7.4: update_circle (Kreis umbenennen) ✓
|
||||
- v0.7.5: Primärkreis-Schutz in update_circle (isFirstFamily-Check) ✓
|
||||
- v0.8.0: Rezept-Kategorien (get_recipe_categories, create_recipe + category_ids, update_recipe + category_ids) ✓ ← aktuell
|
||||
- v0.8.x: Erinnerungen + Wiederholungen (Premium-Account erforderlich)
|
||||
- v0.8.0: Rezept-Kategorien (get_recipe_categories, create_recipe + category_ids, update_recipe + category_ids) ✓
|
||||
- v0.8.1: Bugfixes (recipe categories) ✓
|
||||
- v0.8.2: get_lists() ohne scope → alle Kreise ✓ ← aktuell
|
||||
- v0.9.x: Erinnerungen + Wiederholungen (Premium-Account erforderlich)
|
||||
- v0.8.x: mpadditemtolist (Zutaten → Einkaufsliste)
|
||||
- v2.0: Schreibzugriff auf Wall-Posts (Erstellen, Kommentieren)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user