Edited using Gemini code.

╭─────────────────────────────────────╮
│                                     │
│  Agent powering down. Goodbye!      │
│                                     │
│                                     │
│  Cumulative Stats (2 Turns)         │
│                                     │
│  Input Tokens              792,501  │
│  Output Tokens              12,280  │
│  Thoughts Tokens             5,295  │
│  ─────────────────────────────────  │
│  Total Tokens              810,076  │
│                                     │
│  Total duration (API)       4m 17s  │
│  Total duration (wall)  3h 40m 47s  │
│                                     │
╰─────────────────────────────────────╯
This commit is contained in:
yuanhau 2025-06-27 00:44:39 +08:00
parent 6fcf93ab5e
commit 885303b565
4 changed files with 220 additions and 12 deletions

View file

@ -15,7 +15,8 @@
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"wipedev": "./clean-dev-env.sh",
"generateVersionTag": "bun run versionTagGenerate.ts"
"generateVersionTag": "bun run versionTagGenerate.ts",
"db:export": "bun run scripts/db/export.ts"
},
"dependencies": {
"@fontsource-variable/noto-sans-tc": "^5.2.6",
@ -41,6 +42,7 @@
"js-confetti": "^0.12.0",
"lucide-vue-next": "^0.511.0",
"nuxt": "^3.17.5",
"pg-backup": "^0.0.2",
"postgres": "^3.4.7",
"prettier": "^3.5.3",
"reka-ui": "^2.3.1",