develop #19
Reference in New Issue
Block a user
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Expand services/naming.py with suggest_names() that picks random words from a category while excluding nicknames already used in the run. Add GET /runs/{run_id}/name-suggestions?count=10 endpoint that reads the run's naming_scheme and returns filtered suggestions. Includes 12 unit tests covering selection, exclusion, exhaustion, and cross-category independence. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>Add clickable suggestion chips below the nickname input in the encounter modal. Chips are fetched from GET /runs/{id}/name-suggestions via React Query, shown only when a naming scheme is set. Clicking a chip fills in the nickname; a regenerate button fetches a fresh random batch. Completes the Name Generation epic. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>