Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
cc12d95
debug code about compile
KylinMountain Apr 8, 2026
8640681
feat: add _read_concept_briefs for concept dedup context
KylinMountain Apr 9, 2026
4f1d332
feat: add concepts plan and update prompt templates
KylinMountain Apr 9, 2026
fc0857e
feat: concept dedup with briefs, update/related paths, extract _compi…
KylinMountain Apr 9, 2026
4249d53
chore: update compiler docstring, remove dead _CONCEPTS_LIST_USER
KylinMountain Apr 9, 2026
1a28c11
fix: code review fixes — security, robustness, tests, and CI hardening
KylinMountain Apr 9, 2026
4b891fa
feat: bidirectional backlinks between summaries and concepts
KylinMountain Apr 9, 2026
072d9f5
docs: specs and plans for concept dedup and retrieve redesign
KylinMountain Apr 9, 2026
39ae5c5
feat: add get_page_content tool and parse_pages helper
KylinMountain Apr 9, 2026
b6ce04e
feat: update LLM prompts to return brief+content JSON
KylinMountain Apr 9, 2026
a172c43
feat: store brief in frontmatter of summary and concept pages
KylinMountain Apr 9, 2026
ca23912
feat: add briefs to index.md entries and read from frontmatter
KylinMountain Apr 9, 2026
5b086a5
feat: wire brief+content JSON through compile pipeline to index and f…
KylinMountain Apr 9, 2026
cc6215a
feat: store long doc sources as per-page JSON, remove render_source_md
KylinMountain Apr 9, 2026
49afbdb
feat: replace pageindex_retrieve with get_page_content, unify query f…
KylinMountain Apr 9, 2026
8b75b7e
fix: remove tests for deleted render_source_md
KylinMountain Apr 9, 2026
36ae619
chore: remove dead references to render_source_md
KylinMountain Apr 9, 2026
27a9e3a
fix: change default model to gpt-5.4-mini, fix page_count fallback in…
KylinMountain Apr 9, 2026
0bc0b44
feat: doc type in index.md, remove list_files from query agent, sourc…
KylinMountain Apr 9, 2026
739c8eb
feat: warn when no LLM API key found instead of failing silently
KylinMountain Apr 9, 2026
be66e31
fix: strengthen query agent instructions to always read source content
KylinMountain Apr 9, 2026
7b3bc0c
Revert "fix: strengthen query agent instructions to always read sourc…
KylinMountain Apr 9, 2026
634b212
fix: isolate tests from real KB directories via mocking
KylinMountain Apr 9, 2026
19ebfed
fix: suppress warnings and disable agents SDK tracing via API
rejojer Apr 9, 2026
dde64d1
fix: add MAX_TURNS limit to agent Runner calls
rejojer Apr 9, 2026
63da1fe
refactor: unify summary frontmatter to doc_type + full_text
rejojer Apr 9, 2026
06e26ce
fix: concept sources link to summaries and strip duplicate frontmatter
rejojer Apr 9, 2026
f38781e
fix: update query agent to use summary full_text field
rejojer Apr 9, 2026
bebfbdb
fix: remove page marker comments from short doc source markdown
rejojer Apr 9, 2026
4d34baf
fix: rename chapter structure to document tree structure in query prompt
rejojer Apr 9, 2026
5f563ee
fix: improve query agent prompt wording for source content
rejojer Apr 9, 2026
0b07a8e
fix: move warning suppression after imports to avoid markitdown override
rejojer Apr 9, 2026
45c5b6c
fix: add blank line between tool calls and before answer in query output
rejojer Apr 9, 2026
0118d2d
fix: add self-talk before tool calls and fix output formatting
rejojer Apr 9, 2026
15f970d
fix: add space after colon in concept/update step names
rejojer Apr 9, 2026
c8f96eb
fix: prevent duplicate frontmatter in LLM-generated content
rejojer Apr 9, 2026
febc8c9
fix: improve init prompts, prevent duplicate frontmatter, use America…
rejojer Apr 9, 2026
4938cd7
fix: improve query agent tool descriptions and prompt clarity
rejojer Apr 9, 2026
5a1f014
fix: replace unicode ellipsis, fix image paths in pageindex content, …
rejojer Apr 9, 2026
ad05577
refactor: use pymupdf for page content extraction, unify image paths
rejojer Apr 9, 2026
0340cb1
feat: add multimodal get_image tool to query agent
rejojer Apr 9, 2026
151b90e
fix: update tests for image path changes and removed init dirs
rejojer Apr 9, 2026
f383fbe
fix: mock _find_kb_dir in test_add_missing_init to isolate from real …
rejojer Apr 9, 2026
a496d04
merge: resolve conflicts with origin/dev
KylinMountain Apr 11, 2026
03ae61b
merge: incorporate origin/main into bugfix/compile
KylinMountain Apr 11, 2026
b245187
merge: reconcile with remote bugfix/compile
KylinMountain Apr 11, 2026
a1460b4
chore: remove docs/ directory from branch
KylinMountain Apr 11, 2026
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
Loading