Commit f95210f
committed
feat: bump tier limits -- free 1 repo/10K fn, pro 5 repos, enterprise 10 (OPE-124)
Free tier: 3 repos/500 files/2K fn -> 1 repo/2K files/10K fn
One repo, but make it count. Users can index a real codebase.
10K functions covers Flask, Django, most mid-size projects.
Cost: ~$0.04/user in embeddings. Negligible.
Pro tier: 20 repos -> 5 repos
Focused. 5 repos is plenty for a team.
Enterprise tier: unlimited -> 10 repos
Reasonable cap. Can increase per-customer.
Backend: user_limits.py TIER_LIMITS updated
Frontend: MAX_FREE_REPOS 3->1, TIER_FUNCTION_LIMITS free 2K->10K
UsagePage: CTA text updated to '5 repos'
Closes OPE-1241 parent adc33d6 commit f95210f
3 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments