You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"openalex_id":"https://openalex.org/W1","doi":"10.1234/issue65.1","title":"Boundary-layer turbulence transfer learning","abstract":"We study semantic retrieval for boundary layer turbulence with transformer embeddings on CPU systems and compare keyword and unified search behavior.","authors":["Alice Example"],"year":2024,"cited_by_count":7,"type":"article"}
70
+
{"openalex_id":"https://openalex.org/W2","doi":"10.1234/issue65.2","title":"Wake mixing in bluff-body flows","abstract":"This paper focuses on wake mixing and provides a distractor document for ranking checks.","authors":["Bob Example"],"year":2023,"cited_by_count":3,"type":"article"}
-k "macos_semantic_smoke_workflow_runs_issue_search_commands or embeds_query_before_loading_faiss_index or does_not_embed_when_vector_table_is_empty or unified_search or explore_search_semantic_reports_embedding_disabled_cleanly"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
9
9
10
10
### Added
11
11
12
+
-**macOS semantic-search smoke workflow**: Added a dedicated GitHub Actions job on `macos-14` to exercise the `sentence-transformers` -> `faiss-cpu` semantic-search stack and run targeted regression tests for vector-search paths
12
13
-**Academic writing router** ([#55](https://github.com/ZimoLiao/scholaraio/issues/55)): Added the `academic-writing` skill as a stable top-level entry point that routes users by deliverable and writing stage instead of forcing them to guess among multiple writing skills
13
14
-**Deliverable-first writing workflows** ([#55](https://github.com/ZimoLiao/scholaraio/issues/55)): Added lightweight `poster` and `technical-report` skills so conference posters, poster-style summaries, topic reports, and research briefings are first-class workflows rather than implicit combinations of lower-level skills
14
15
-**Writing workflow regression coverage**: Added tests for skill frontmatter validity, router references, approximate host-style skill selection, and 11 rounds of documentation-alignment checks across docs, agent instructions, and marketplace metadata
15
16
16
17
### Fixed
17
18
19
+
-**macOS semantic/unified search crash** ([#65](https://github.com/ZimoLiao/scholaraio/issues/65)): main-library and explore semantic search now embed and normalize the query before loading or searching FAISS indexes, avoiding a known `faiss` / `sentence-transformers` import-order segfault pattern on macOS while preserving existing ranking behavior
18
20
-**Academic writing docs alignment** ([#55](https://github.com/ZimoLiao/scholaraio/issues/55)): Synchronized `docs/guide/writing.md`, `README.md`, `README_CN.md`, `docs/index.md`, `AGENTS.md`, `AGENTS_CN.md`, `CLAUDE.md`, and `clawhub.yaml` around a router-first writing model so poster/report workflows and the academic-writing entry point are discoverable consistently across user and agent surfaces
0 commit comments