Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
c0d186c3 docs: remove deprecated observability + protocol pages, drop all casts
- Remove the deprecated Observability page (event-client observability is
superseded; otelMiddleware is the supported path) and its nav entry +
inbound links.
- Remove the protocol pages (chunk-definitions, sse-protocol,
http-stream-protocol) — TanStack AI implements AG-UI, whose protocol is
documented upstream; repoint the few inbound links to docs.ag-ui.com.
- Fix the broken ToolCacheStorage snippet (it imported the type then
re-declared it) and verify the shape against source.
- Remove every `as <Type>` assertion cast from the docs (JSON-schema tool
inputs, JSON.parse, formData, custom-event values, type brands, …),
replacing them with typeof/in guards, type guards, typed annotations, or
schema validation. `createModel`'s provider-option brand now uses a typed
const instead of `{} as X`.
- CLAUDE.md / AGENTS.md: codify the docs conventions — no `as` casts in
samples, use the latest model per provider from model-meta.ts, and show
both server and client sides when a doc spans both.