Add actionable error messages and configurable unrated-watched limit #10

Merged
coding-agent-marvin8 merged 0 commits from refs/pull/10/head into main 2026-07-10 08:32:33 +00:00
coding-agent-marvin8 commented 2026-07-10 06:54:07 +00:00 (Migrated from codeberg.org)

Replace raw exception strings with user-actionable messages across all HTTP error paths, and add a configurable cap on the unrated-watched list.

Changes

  • helper maps → token-expired hint, → network guidance, → retry prompt, other errors →
  • All four background task handlers (, , , ) use the helper instead of raw
  • failure at startup prints to stderr and exits with code 1
  • failure prints a warning to stderr and continues with existing credentials
  • New / option (default 20) forwarded to
  • fetches up to items and returns a flag
  • appends a sentinel row when is True
  • Cursor on the sentinel row clears to prevent stale-key action dispatch

Closes #8
Closes #9

Replace raw exception strings with user-actionable messages across all HTTP error paths, and add a configurable cap on the unrated-watched list. ## Changes - helper maps → token-expired hint, → network guidance, → retry prompt, other errors → - All four background task handlers (, , , ) use the helper instead of raw - failure at startup prints to stderr and exits with code 1 - failure prints a warning to stderr and continues with existing credentials - New / option (default 20) forwarded to - fetches up to items and returns a flag - appends a sentinel row when is True - Cursor on the sentinel row clears to prevent stale-key action dispatch Closes #8 Closes #9
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/kokopelli!10
No description provided.