modelsdev 0.11.5

A fast TUI and CLI for browsing AI models, benchmarks, and coding agents
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name = "models-benchmark-trigger"
main = "src/index.ts"
compatibility_date = "2026-05-01"

# Sole driver of the benchmark update workflow. The GH Actions
# `schedule:` was removed after it proved unreliable under GitHub's
# cron throttling — see git history. The workflow's
# `git diff --quiet` step keeps duplicate invocations harmless if
# both crons ever fire in quick succession.

[triggers]
crons = ["17 * * * *", "47 * * * *"]

[observability]
enabled = true

  [observability.logs]
  invocation_logs = true