chore(web): regenerate facts.generated.ts for v0.8.29

Bumps version 0.8.26 → 0.8.29 and toolCount 61 → 62 (new tool from
the v0.8.28 / v0.8.29 cycle landed on the canonical surface).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hunter Bown
2026-05-10 21:01:38 -05:00
parent 3bac8d4a1c
commit f03df9d3e0
+3 -3
View File
@@ -18,8 +18,8 @@ export interface RepoFacts {
}
export const FACTS: RepoFacts = {
"generatedAt": "2026-05-10T13:27:03.912Z",
"version": "0.8.26",
"generatedAt": "2026-05-11T02:01:13.757Z",
"version": "0.8.29",
"crates": [
"agent",
"app-server",
@@ -90,7 +90,7 @@ export const FACTS: RepoFacts = {
],
"defaultModel": "deepseek-v4-pro",
"nodeEngines": ">=18",
"toolCount": 61,
"toolCount": 62,
"license": "MIT",
"latestRelease": null
};