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

@@ -17,7 +17,7 @@ describe('server', () => {
const res = await request(app).get('/health');
expect(res.status).toBe(200);
expect(res.body.db_ok).toBe(true);
expect(res.body.version).toBe('2.0.0-alpha.5');
expect(res.body.version).toBe('2.0.0-alpha.6');
});
it('GET /api/spaces without token returns 401', async () => {