Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: |
cd webui && npm ci && npm run build
cd ..
npx playwright test tests/e2e/pages-chat.spec.ts tests/e2e/failover-dual-endpoint.spec.ts tests/e2e/model-picker.spec.ts tests/e2e/message-actions.spec.ts tests/e2e/health-panel.spec.ts tests/e2e/turnstile-gate.spec.ts tests/e2e/catalog-explorer.spec.ts tests/e2e/export-session.spec.ts tests/e2e/hash-routing.spec.ts
npx playwright test tests/e2e/pages-chat.spec.ts tests/e2e/failover-dual-endpoint.spec.ts tests/e2e/model-picker.spec.ts tests/e2e/message-actions.spec.ts tests/e2e/health-panel.spec.ts tests/e2e/turnstile-gate.spec.ts tests/e2e/catalog-explorer.spec.ts tests/e2e/export-session.spec.ts tests/e2e/hash-routing.spec.ts tests/e2e/import-session.spec.ts tests/e2e/shortcuts-sheet.spec.ts tests/e2e/streaming-polish.spec.ts

- name: Run live Pages chat e2e (real proxy)
env:
Expand Down
1 change: 1 addition & 0 deletions CONCEPTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Shared vocabulary for the static chat gateway and Python library.
| **Turnstile session** | Optional bot check at Worker; 1h KV pass per IP after successful siteverify |
| **Session export** | Sidebar menu download of current chat as Markdown or JSON (client-only; no server copy) |
| **Hash session link** | URL `#/chat/{sessionId}` restores a session from local IndexedDB on the same browser/profile |
| **Conversation import** | File-picker restore of exported Markdown/JSON into a new local session (symmetry with session export) |

## Learnings index

Expand Down
290 changes: 282 additions & 8 deletions docs/assets/chat.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading