fluxy-bot 0.5.54 → 0.5.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluxy-bot",
3
- "version": "0.5.54",
3
+ "version": "0.5.55",
4
4
  "releaseNotes": [
5
5
  "Fixed some bugs to iOs ",
6
6
  "2. ",
@@ -192,6 +192,12 @@ export async function startSupervisor() {
192
192
  'POST /api/onboard',
193
193
  'GET /api/push/vapid-public-key',
194
194
  'GET /api/push/status',
195
+ 'POST /api/auth/claude/start',
196
+ 'POST /api/auth/claude/exchange',
197
+ 'GET /api/auth/claude/status',
198
+ 'POST /api/auth/codex/start',
199
+ 'POST /api/auth/codex/cancel',
200
+ 'GET /api/auth/codex/status',
195
201
  ];
196
202
 
197
203
  function isExemptRoute(method: string, url: string): boolean {