Skip to content

Tags: PaperDebugger/paperdebugger

Tags

v2.22.7

Toggle v2.22.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: track OpenRouter usage (#134)

Store usage information in database to track user behavior (if user is
not BYOK) as a precursor to billing users, e.g.,

Hourly:
```
  {
    _id: ObjectId('69cd2e9a926e4b5665909027'),
    user_id: ObjectId('6975da46d6096ac1b07342c2'),
    hour_bucket: ISODate('2026-04-01T14:00:00.000Z'),
    project_id: '69746440592738ba2708cc34',
    success_cost: 0.014026150000000001,
    failed_cost: 0.024026150312000001,
    updated_at: ISODate('2026-04-01T14:41:37.465Z')
  }
```

Weekly:
```
  {
    _id: ObjectId('69cd2e9a926e4b5665909028'),
    week_bucket: ISODate('2026-03-30T00:00:00.000Z'),
    project_id: '69746440592738ba2708cc34',
    user_id: ObjectId('6975da46d6096ac1b07342c2'),
    success_cost: 0.014026150000000001,
    failed_cost: 0.024026150312000001,
    updated_at: ISODate('2026-04-01T14:41:37.465Z')
  }
```

Lifetime:
```
  {
    _id: ObjectId('69cd2e9a926e4b5665909029'),
    user_id: ObjectId('6975da46d6096ac1b07342c2'),
    project_id: '69746440592738ba2708cc34',
    success_cost: 0.014026150000000001,
    failed_cost: 0.024026150312000001,
    updated_at: ISODate('2026-04-01T14:41:37.465Z')
  }
```

v2.22.6

Toggle v2.22.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #153 from PaperDebugger/feat/byok

feat: BYOK enhancements

v2.35.0

Toggle v2.35.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Junyi-99 Junyi
chore: remove hardcoded nodeSelector values from production values

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v2.22.5

Toggle v2.22.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: BYOK (#150)

### Key changes:
- Select models by ID instead of slug so users can have multiple API
keys for the same slug
- Add loading spinner for save/edit actions

v2.34.0

Toggle v2.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add permissions to backend caller workflows (#147)

Co-authored-by: Junyi Hou <junyi@xtras3.tail08d22c.ts.net>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v2.33.0

Toggle v2.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: deduplicate CI workflows and fix double triggers (#141)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Junyi Hou <junyi@xtras3.tail08d22c.ts.net>

v2.32.0

Toggle v2.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: deduplicate CI workflows and fix double triggers (#140)

Co-authored-by: Junyi Hou <junyi@xtras3.tail08d22c.ts.net>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v2.31.1

Toggle v2.31.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

v2.31.0

Toggle v2.31.0's commit message
feat: add nodeSelector to all deployments (cloudflared→nuc, others→xt…

…ras3)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v2.22.4

Toggle v2.22.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add permissions to backend caller workflows (#146)

Co-authored-by: Junyi Hou <junyi@xtras3.tail08d22c.ts.net>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>