Commit Graph

11 Commits

Author SHA1 Message Date
Fabian @ Blax Software 1d8f43148f docs(agents): add AGENTS.md client reference, ship it via files[], fix ApiClient method names
- AGENTS.md: canonical client reference — factories + the app `ws` singleton, send()
  (streaming via the 4th progress arg, no-timeout caveat), listen/listenWhileMounted,
  the EventTarget mechanics, the setAppReady() gate, the SSR pattern, and a footgun checklist.
- package.json: add AGENTS.md to files[] so it ships to node_modules in consumer installs.
- README: correct the ApiClient method table — `bearerToken` getter / getBackendUrl() /
  setBearer(null) (getBearer/getServerUrl/clearBearer never existed) + accurate verb signatures.
2026-06-30 10:56:33 +02:00
Fabian @ Blax Software bfb32a8599 docs: add star history section
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 16:44:35 +02:00
Fabian @ Blax Software cca10c6061 fix: call setAppReady() automatically in createFromNuxtConfig 2026-04-16 08:52:52 +02:00
Fabian @ Blax Software 34f9d8fd81 feat: expose ws globally for console debugging 2026-04-16 08:48:19 +02:00
Fabian @ Blax Software 448b1770fc chore: revert dist/ commit, add prepare script for git installs 2026-04-16 08:38:03 +02:00
Fabian @ Blax Software afc205d65b chore: include dist/ in repo for GitHub-based installs 2026-04-16 08:36:18 +02:00
Fabian @ Blax Software 8e4eb5e16e chore: bump to 0.3.0 2026-04-16 08:31:50 +02:00
Fabian @ Blax Software fed6ee0d11 chore: default appKey to 'websocket', add copilot instructions 2026-04-16 08:27:22 +02:00
Fabian @ Blax Software 46ce034aba feat: configurable appKey, URL validation, connection diagnostics
- types: add appKey to WsClientConfig
- nuxt: read PUSHER_APP_KEY from runtimeConfig, validate wsUrl/appKey
- ws: URL validation, debug logging, 5s connection_established timeout
2026-04-16 08:17:56 +02:00
Fabian @ Blax Software e80b3d09b1 I listenwhilemounted, U 0.2.0 2026-04-07 09:12:38 +02:00
Fabian @ Blax Software 1c3c618c27 Init 2026-04-07 08:44:00 +02:00