Skip to content

docs: video analysis accepts sources up to 6 minutes - #62

Merged
spencer-zqian merged 1 commit into
mainfrom
feat/video-analysis-6min-cap
Aug 21, 2026
Merged

docs: video analysis accepts sources up to 6 minutes#62
spencer-zqian merged 1 commit into
mainfrom
feat/video-analysis-6min-cap

Conversation

@spencer-zqian

Copy link
Copy Markdown
Contributor

Follows sonilo-api-dashboard#292, deployed to prod 2026-08-20.

What

/v1/video-analysis lowered its source-video cap from 600 to 360 sec (6 min). Nothing in these packages gated on the number — the limit is enforced server-side — but four surfaces stated 600:

  • packages/sonilo/README.md (videoAnalysis section)
  • packages/cli/README.md (video-analysis section)
  • packages/cli/src/cli.ts (--help text)
  • context7.json

Why the old number was worse than stale

600 was never a real API limit: a shared 360 sec probe ceiling rejected every longer source before the endpoint's own check ran. A caller who believed the old number was uploading videos the API was always going to refuse — so this is a correction, not just a cap change.

Changeset

patch for both sonilo and sonilo-cli — docs and help text only, no runtime behavior.

Tests

All three workspaces green: sonilo-cli 167, sonilo 205, sonilo-video-kit 137.

The API lowered /v1/video-analysis from 600 to 360 sec. Nothing here gated on
the number -- the limit is enforced server-side -- but the two READMEs, the
CLI's --help and context7.json all stated 600.

600 was never a real limit on the API either: a shared 360 sec probe ceiling
rejected every longer source before the endpoint's own check ran. So a caller
who believed the old number was uploading videos the API was always going to
refuse, which is the worse half of the drift.
@sapient-app

sapient-app Bot commented Aug 20, 2026

Copy link
Copy Markdown

Lightsage docs evals

Waiting for the staging docs URL before running evals.

Lightsage will start the selected PR evals automatically when GitHub reports a successful docs deployment for this PR. This usually happens within 15 minutes.

Commit: 0d07913
Status: waiting for staging docs URL

@spencer-zqian
spencer-zqian merged commit a3d2b6e into main Aug 21, 2026
1 check passed
@spencer-zqian
spencer-zqian deleted the feat/video-analysis-6min-cap branch August 21, 2026 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant