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
4971e2859d142e066c78bc0ba7470269f06b6c71
brain-of-reese
/
tests
/
unit
T
History
ducoterra
5fa620fde5
Build and Push Containers / build-and-push-app (push)
Successful in 2m28s
Details
Build and Push Containers / build-and-push-db (push)
Successful in 11s
Details
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_agent.py
feat(rag): unbounded agent tool calls behind a round cap (owner revision)
2026-08-28 04:50:56 -04:00
test_archive_upload.py
feat(sources): upload tarball/zipfile archives as sources — unpack, scan, and replace in place
2026-08-28 15:57:59 -04:00
test_auth.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
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_caching.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_cancel.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_chat_gate.py
feat(rag): unbounded agent tool calls behind a round cap (owner revision)
2026-08-28 04:50:56 -04:00
test_chat_persistence.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_chunker.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_config.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_db.py
feat: scaffold Brain of Reese — FastAPI RAG chat over Postgres 17 + pgvector
2026-08-21 13:42:21 -04:00
test_debugging.py
feat: scaffold Brain of Reese — FastAPI RAG chat over Postgres 17 + pgvector
2026-08-21 13:42:21 -04:00
test_doc_edit_screen.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_docs_push.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_document_viewer.py
feat(viewer): show document summary together with the original (TODO.md L5)
2026-08-26 19:11:15 -04:00
test_frontend_brand.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_frontend_feedback.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_frontend_scroll.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_frontend_tool_states.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_git_sources.py
feat(admin): local directory sources — kind/path on git_sources, combined sync + import, page form + badges
2026-08-27 01:04:16 -04:00
test_git_sync.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_hamburger_nav.py
feat(chat): share a chat by link — anonymous read-only /shared/<token> page, share/unshare
2026-08-30 01:34:44 -04:00
test_history_page.py
feat(chat): invalidate saved chats on sources sync — versioned stamps, stale marker, Regenerate against the new index
2026-08-30 23:39:15 -04:00
test_importer.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_llm_client.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_llm_probe.py
feat(rag): agent document tools — list/read tools with env-tuned budgets, SSE tool events + "calling tool" UI
2026-08-26 22:39:14 -04:00
test_llm_stream_teardown.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_main.py
perf(ui): cache busting — HTML no-cache + versioned asset URLs (?v=) with immutable 1y asset caching
2026-08-25 22:42:10 -04:00
test_markdown_tables.py
feat(chat): render markdown tables in answers, viewer, and thinking
2026-08-28 03:35:50 -04:00
test_mock_tool_flow.py
feat(rag): unbounded agent tool calls behind a round cap (owner revision)
2026-08-28 04:50:56 -04:00
test_models.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_overview.py
feat(rag): lite-generated KB overview in the system prompt — stored single row, regenerated on import, <knowledge_base> section in HIGH+LOW prompts
2026-08-25 20:22:51 -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_prompts.py
feat(rag): agent document tools — list/read tools with env-tuned budgets, SSE tool events + "calling tool" UI
2026-08-26 22:39:14 -04:00
test_retriever.py
feat(rag): lite-model document summaries — non-markdown docs summarized at import, summary chunk retrieves and resolves to the full source doc
2026-08-25 17:48:37 -04:00
test_save_as_doc_button.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_save_chat_ui.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(chat): share a chat by link — anonymous read-only /shared/<token> page, share/unshare
2026-08-30 01:34:44 -04:00
test_shared_page.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_sources_meta.py
feat(chat): invalidate saved chats on sources sync — versioned stamps, stale marker, Regenerate against the new index
2026-08-30 23:39:15 -04:00
test_sources_midstream.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_sse_events.py
feat(rag): agent document tools — list/read tools with env-tuned budgets, SSE tool events + "calling tool" UI
2026-08-26 22:39:14 -04:00
test_steering_prompts.py
feat(rag): steering notes — tune how Brain answers, stored in Postgres and injected into every system prompt
2026-08-22 16:44:42 -04:00
test_steering_toggle_removal.py
feat(chat): share a chat by link — anonymous read-only /shared/<token> page, share/unshare
2026-08-30 01:34:44 -04:00
test_steering.py
feat(rag): global tuning manager — /tuning.html + PUT /api/steering/{id}: create, edit, list, delete steering notes without a chat
2026-08-25 13:46:32 -04:00
test_sticky_header.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_summarizer.py
feat(rag): lite-model document summaries — non-markdown docs summarized at import, summary chunk retrieves and resolves to the full source doc
2026-08-25 17:48:37 -04:00
test_summary_edit_ui.py
feat(kb): edit + re-embed document summaries from the viewer (admin)
2026-08-31 23:52:22 -04:00
test_sync_button.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_sync_model_probe.py
feat(sync): fail fast with a modal when a model is unavailable
2026-08-27 23:44:35 -04:00
test_thinking_scroll.py
fix(chat): stop the submit up-hop and keep the thinking pin alive across paragraph breaks
2026-08-28 17:10:02 -04:00
test_wide_column_css.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