chore: version 2.0.0-alpha.6 — companion on Claude CLI subprocess (Max subscription)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
root
2026-06-01 22:22:53 +10:00
parent 1b8dc91800
commit 16497bd9db
34 changed files with 204 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import { registerWorkers } from './lib/jobs/index.js';
import { router as ingestRouter } from './lib/api/routes/ingest.js';
import { startCron } from './lib/cron/index.js';
const VERSION = '2.0.0-alpha.5';
const VERSION = '2.0.0-alpha.6';
export function createApp() {
const app = express();