Skip to content

Commit a4b1a22

Browse files
authored
fix: replace LFS pointer with actual favicon SVG (#70)
The favicon.svg was a git-lfs pointer, not the actual file. Replaced with a simple green $ on dark background matching the aimock brand.
2 parents a6086d1 + 28e0d2a commit a4b1a22

2 files changed

Lines changed: 52 additions & 11 deletions

File tree

docs/drift-detection.html

Lines changed: 48 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -309,42 +309,82 @@ <h2>Test Files</h2>
309309
</thead>
310310
<tbody>
311311
<tr>
312-
<td>openai-chat.drift.ts</td>
312+
<td>
313+
<a
314+
href="https://github.com/CopilotKit/aimock/blob/main/src/__tests__/openai-chat.drift.ts"
315+
>openai-chat.drift.ts</a
316+
>
317+
</td>
313318
<td>OpenAI</td>
314319
<td>Chat Completions (streaming + non-streaming, text + tool calls)</td>
315320
</tr>
316321
<tr>
317-
<td>openai-responses.drift.ts</td>
322+
<td>
323+
<a
324+
href="https://github.com/CopilotKit/aimock/blob/main/src/__tests__/openai-responses.drift.ts"
325+
>openai-responses.drift.ts</a
326+
>
327+
</td>
318328
<td>OpenAI</td>
319329
<td>Responses API (HTTP SSE)</td>
320330
</tr>
321331
<tr>
322-
<td>anthropic.drift.ts</td>
332+
<td>
333+
<a
334+
href="https://github.com/CopilotKit/aimock/blob/main/src/__tests__/anthropic.drift.ts"
335+
>anthropic.drift.ts</a
336+
>
337+
</td>
323338
<td>Anthropic</td>
324339
<td>Claude Messages API</td>
325340
</tr>
326341
<tr>
327-
<td>gemini.drift.ts</td>
342+
<td>
343+
<a
344+
href="https://github.com/CopilotKit/aimock/blob/main/src/__tests__/gemini.drift.ts"
345+
>gemini.drift.ts</a
346+
>
347+
</td>
328348
<td>Google</td>
329349
<td>Gemini generateContent + streamGenerateContent</td>
330350
</tr>
331351
<tr>
332-
<td>ws-realtime.drift.ts</td>
352+
<td>
353+
<a
354+
href="https://github.com/CopilotKit/aimock/blob/main/src/__tests__/ws-realtime.drift.ts"
355+
>ws-realtime.drift.ts</a
356+
>
357+
</td>
333358
<td>OpenAI</td>
334359
<td>Realtime API over WebSocket</td>
335360
</tr>
336361
<tr>
337-
<td>ws-responses.drift.ts</td>
362+
<td>
363+
<a
364+
href="https://github.com/CopilotKit/aimock/blob/main/src/__tests__/ws-responses.drift.ts"
365+
>ws-responses.drift.ts</a
366+
>
367+
</td>
338368
<td>OpenAI</td>
339369
<td>Responses API over WebSocket</td>
340370
</tr>
341371
<tr>
342-
<td>ws-gemini-live.drift.ts</td>
372+
<td>
373+
<a
374+
href="https://github.com/CopilotKit/aimock/blob/main/src/__tests__/ws-gemini-live.drift.ts"
375+
>ws-gemini-live.drift.ts</a
376+
>
377+
</td>
343378
<td>Google</td>
344379
<td>Gemini Live over WebSocket</td>
345380
</tr>
346381
<tr>
347-
<td>models.drift.ts</td>
382+
<td>
383+
<a
384+
href="https://github.com/CopilotKit/aimock/blob/main/src/__tests__/models.drift.ts"
385+
>models.drift.ts</a
386+
>
387+
</td>
348388
<td>All</td>
349389
<td>Model list endpoint conformance</td>
350390
</tr>

docs/favicon.svg

Lines changed: 4 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)