Skip to content

Commit 210c6fe

Browse files
authored
Merge pull request #2893 from Agenta-AI/release/v0.60.2
release/v0.60.2
2 parents 39437ee + 0539be6 commit 210c6fe

40 files changed

+92
-26
lines changed

api/ee/src/core/entitlements/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Probe(BaseModel):
6060
},
6161
},
6262
"features": [
63-
"2 prompts",
63+
"Unlimited prompts",
6464
"20 evaluations/month",
6565
"5k traces/month",
6666
"2 seats",
@@ -212,7 +212,7 @@ class Probe(BaseModel):
212212
},
213213
Tracker.GAUGES: {
214214
Gauge.USERS: Quota(limit=2, strict=True, free=2),
215-
Gauge.APPLICATIONS: Quota(limit=2, strict=True, free=2),
215+
Gauge.APPLICATIONS: Quota(strict=True),
216216
},
217217
},
218218
Plan.CLOUD_V0_PRO: {

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "api"
3-
version = "0.60.1"
3+
version = "0.60.2"
44
description = "Agenta API"
55
authors = [
66
{ name = "Mahmoud Mabrouk", email = "mahmoud@agenta.ai" },

docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ const config: Config = {
8484
navbar: {
8585
logo: {
8686
alt: "agenta-ai",
87-
src: "images/light-complete-transparent-CROPPED.png",
88-
srcDark: "images/dark-complete-transparent-CROPPED.png",
87+
src: "images/Agenta-logo-full-light.png",
88+
srcDark: "images/Agenta-logo-full-dark-accent.png",
8989
},
9090
hideOnScroll: false,
9191
items: [
48.5 KB
Loading
53.5 KB
Loading
-65.1 KB
Binary file not shown.

docs/static/images/dark-logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/images/favicon.ico

13.9 KB
Binary file not shown.
-27.3 KB
Binary file not shown.

docs/static/images/light-logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)