This website requires JavaScript.
Explore
Help
Sign In
Experimental
/
brain-of-reese
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
15a16a8fe0a7ed998b60f43f66cd4a4371ce912c
brain-of-reese
/
tests
/
e2e
T
History
ducoterra
15a16a8fe0
Build and Push Containers / build-and-push-app (push)
Successful in 1m34s
Details
Build and Push Containers / build-and-push-db (push)
Successful in 10s
Details
fix(agent): unambiguous document listing format for LLM parsing
2026-09-01 12:44:53 -04:00
..
__init__.py
feat: scaffold Brain of Reese — FastAPI RAG chat over Postgres 17 + pgvector
2026-08-21 13:42:21 -04:00
auth_helpers.py
feat(auth): single-admin password login (signed cookie) — gate tuning + Sources catalog, keep chat and document viewer public
2026-08-23 19:58:39 -04:00
conftest.py
feat(web): customizable placeholder, footer text, and color theme via BOR_* env vars
2026-09-01 12:04:06 -04:00
mock_llm.py
fix(agent): unambiguous document listing format for LLM parsing
2026-09-01 12:44:53 -04:00
test_admin_auth.py
various fixes
2026-08-28 09:42:19 -04:00
test_agent_document_tools.py
feat(chat): stop an in-flight answer — Send becomes Stop, the partial is kept and persisted, the model stream is torn down
2026-08-29 17:27:04 -04:00
test_agent_unlimited_tools.py
feat(chat): stop an in-flight answer — Send becomes Stop, the partial is kept and persisted, the model stream is torn down
2026-08-29 17:27:04 -04:00
test_archive_upload_sources.py
feat(sources): upload tarball/zipfile archives as sources — unpack, scan, and replace in place
2026-08-28 15:57:59 -04:00
test_asset_cache_revalidation.py
fix(web): never 304 a rewritten page — pages drop conditional validators, assets keep them
2026-08-31 01:35:28 -04:00
test_background_animation.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_background_no_motion.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_cache_busting.py
feat(docs): save chat answers as docs — edit screen, commit + push to the .env docs branch
2026-09-01 03:52:03 -04:00
test_chat_history.py
feat(chat): save by default + share anonymously — auto-saved chats, guest-facing Share, success toast, action row
2026-08-31 05:20:25 -04:00
test_chat_persistence.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_chat_rag.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_configurable_brand.py
feat(web): customizable placeholder, footer text, and color theme via BOR_* env vars
2026-09-01 12:04:06 -04:00
test_dark_tech_theme.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_document_back_navigation.py
feat(ui): documents open in an almost-fullscreen modal instead of a new page — same-page overlay on chat + Sources, /document.html kept as the no-JS/direct-link fallback
2026-08-25 13:45:57 -04:00
test_document_summaries.py
feat(chat): render markdown tables in answers, viewer, and thinking
2026-08-28 03:35:50 -04:00
test_document_viewer.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_edit_summaries.py
feat(kb): edit + re-embed document summaries from the viewer (admin)
2026-08-31 23:52:22 -04:00
test_git_sources_admin.py
feat(ui): rename nav items — "Sources" becomes "RAG", "Git sources" becomes "Sources"
2026-08-28 12:33:18 -04:00
test_global_tuning.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_header_consistency.py
feat(ui): one consistent navbar on every page (TODO.md L3)
2026-08-26 15:39:42 -04:00
test_honest_deflection.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_import_documents.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_import_extensions_env.py
feat(import): user-extensible BOR_IMPORT_EXTENSIONS — any well-formed extension, A9 family stays the default
2026-08-31 22:42:41 -04:00
test_kb_overview.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_loading_feedback.py
feat(chat): stop an in-flight answer — Send becomes Stop, the partial is kept and persisted, the model stream is torn down
2026-08-29 17:27:04 -04:00
test_local_directory_sources.py
feat(sources): upload tarball/zipfile archives as sources — unpack, scan, and replace in place
2026-08-28 15:57:59 -04:00
test_long_answers.py
fix(rag): lift chat output cap to 32768 tokens — long answers no longer cut off
2026-08-22 11:30:19 -04:00
test_markdown_tables.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_mobile_hamburger_nav.py
feat(ui): rename nav items — "Sources" becomes "RAG", "Git sources" becomes "Sources"
2026-08-28 12:33:18 -04:00
test_nav_consistency.py
feat(chat): save and view chat history — admin-only saved_chats, History page, open-a-chat return
2026-08-29 21:22:25 -04:00
test_nav_rename_sources.py
feat(ui): rename nav items — "Sources" becomes "RAG", "Git sources" becomes "Sources"
2026-08-28 12:33:18 -04:00
test_no_reply_autoscroll.py
feat(chat): stop an in-flight answer — Send becomes Stop, the partial is kept and persisted, the model stream is torn down
2026-08-29 17:27:04 -04:00
test_pinned_composer.py
fix(chat): rest the composer at the viewport bottom — sticky alone left it mid-screen
2026-08-30 16:14:18 -04:00
test_quadlet_jinja_import.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_response_to_docs.py
fix(web): retire the stale homelab-era copy — neutral, accurate defaults on every page
2026-09-01 10:54:50 -04:00
test_responsive_polish.py
feat(web): 2x reading column on wide desktops — 92rem at >=1500px (chat, shared, document view)
2026-09-01 00:39:19 -04:00
test_retrieval_quality.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_retry_answer.py
feat(chat): retry the last answer — redo-in-place Retry button on the latest brain bubble
2026-08-29 18:32:15 -04:00
test_save_share_ux.py
feat(chat): save by default + share anonymously — auto-saved chats, guest-facing Share, success toast, action row
2026-08-31 05:20:25 -04:00
test_share_chat.py
feat(chat): save by default + share anonymously — auto-saved chats, guest-facing Share, success toast, action row
2026-08-31 05:20:25 -04:00
test_shared_header.py
feat(ui): rename nav items — "Sources" becomes "RAG", "Git sources" becomes "Sources"
2026-08-28 12:33:18 -04:00
test_smoke.py
feat(rag): stream grounded RAG answers over SSE with source citations
2026-08-21 17:17:02 -04:00
test_sources_midstream_bug.py
feat(chat): save by default + share anonymously — auto-saved chats, guest-facing Share, success toast, action row
2026-08-31 05:20:25 -04:00
test_stale_saved_chats.py
feat(chat): save by default + share anonymously — auto-saved chats, guest-facing Share, success toast, action row
2026-08-31 05:20:25 -04:00
test_stale_ui_copy.py
fix(web): retire the stale homelab-era copy — neutral, accurate defaults on every page
2026-09-01 10:54:50 -04:00
test_steering.py
various fixes
2026-08-28 09:42:19 -04:00
test_sticky_navbar.py
fix(web): keep the navbar stuck to the top — drop the body height cap on the sticky range
2026-09-01 04:20:26 -04:00
test_stop_generation.py
feat(chat): stop an in-flight answer — Send becomes Stop, the partial is kept and persisted, the model stream is torn down
2026-08-29 17:27:04 -04:00
test_suggestion_chips.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_summary_in_viewer.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_sync_button.py
feat(admin): one-click sources sync — admin-only button triggers git clone/pull + re-import + KB overview refresh with polled live status
2026-08-25 21:39:38 -04:00
test_sync_model_down.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_thinking_display.py
feat(chat): stop an in-flight answer — Send becomes Stop, the partial is kept and persisted, the model stream is torn down
2026-08-29 17:27:04 -04:00
test_thinking_scroll.py
feat(chat): stop an in-flight answer — Send becomes Stop, the partial is kept and persisted, the model stream is torn down
2026-08-29 17:27:04 -04:00
test_tuning_nav_link.py
feat(ui): expose Global Tuning from Chat + Sources headers (admin-only Tuning nav link)
2026-08-25 14:51:16 -04:00
test_tuning_toggle_flash.py
various fixes
2026-08-28 09:42:19 -04:00
test_ui_customization.py
feat(web): customizable placeholder, footer text, and color theme via BOR_* env vars
2026-09-01 12:04:06 -04:00
test_whole_document_context.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_wide_desktop_column.py
feat(web): 2x reading column on wide desktops — 92rem at >=1500px (chat, shared, document view)
2026-09-01 00:39:19 -04:00