open-notebook/frontend/src/lib/api
Luis Novo c666966b8c
fix: podcast failure recovery and retry (1.7.3) (#595)
* fix: surface podcast errors and enable retry for failed episodes

Fixes #335, #300

Re-raise exceptions in podcast command so surreal-commands marks jobs as
failed instead of completed. Surface error_message in API responses and
add a retry endpoint that deletes the failed episode and re-submits the
generation job. Frontend shows error details on failed episodes with a
retry button. Translations added for all 8 locales.

* fix: bump podcast-creator to >= 0.10

Fixes #302

* chore: release 1.7.3 - podcast failure recovery and retry

Bump podcast-creator to >= 0.11.2, disable automatic retries for
podcast generation to prevent duplicate episodes, and bump version
to 1.7.3.

Fixes #211, #218, #185, #355, #300, #302

* fix: resolve TypeScript error in handleRetry return type
2026-02-17 21:24:57 -03:00
..
chat.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
CLAUDE.md feat: credential-based API key management (#477) (#540) 2026-02-10 08:30:22 -03:00
client.ts fix: increase timeout for Ollama and local LLM operations 2025-12-14 11:31:03 -03:00
credentials.ts feat: credential-based API key management (#477) (#540) 2026-02-10 08:30:22 -03:00
embedding.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
insights.ts fix: async insight creation to prevent transaction conflicts (#512) 2026-01-31 15:51:27 -03:00
models.ts feat: credential-based API key management (#477) (#540) 2026-02-10 08:30:22 -03:00
notebooks.ts feat: add cascade deletion for notebooks with delete preview (#471) 2026-01-25 14:56:14 -03:00
notes.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
podcasts.ts fix: podcast failure recovery and retry (1.7.3) (#595) 2026-02-17 21:24:57 -03:00
query-client.ts fix: query key consistency and timeout configuration 2025-12-14 21:55:38 -03:00
search.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
settings.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
source-chat.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
sources.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
transformations.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00