- Add ConfigWatcher for monitoring ~/data/*.gbai/*.gbot/config.csv - Skip DriveMonitor for default bot (managed via ConfigWatcher) - Fix model routing hierarchy: session → bot → default - Fix ConfigWatcher to handle local embedded (llm-server=true) - Add notify dependency for file system watching - Add data/ to .gitignore (contains API keys) - Update package.json for botui Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"name": "gb",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Rodrigo Rodriguez (Pragmatismo) <me@rodrigorodriguez.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.1",
|
|
"@types/node": "^25.2.0"
|
|
},
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"puppeteer": "^24.37.2",
|
|
"ws": "^8.19.0"
|
|
}
|
|
}
|