Commit Graph

22 Commits

Author SHA1 Message Date
Georg Bauer
9871cb827f Feature/ai post suggestions (#40)
* feat: first cut on ai suggestion system for title and summary

* feat: completion of titling/excerpt/slug-suggestion AI quick action

* feat: feeds use existing excerpts. also documentation.

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-07 09:54:13 +01:00
Georg Bauer
7e1e8981a3 Feature/semantic similarity (#36)
* fix: mixed up migrations

* feat: semantic similarity first take

* feat: semantic similarity first round of fixes

* feat: more work on making semantic similarity work properly

* feat: getPostBySlug for the AI

* feat: show similarity in post-link-insert-modal

* chore: remove done doc

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-05 22:05:32 +01:00
Georg Bauer
c4a032346c Feature/python api image discovery (#34)
* Expose chat.analyzeMediaImage in Python API for batch image metadata generation

* Fix updateMedia losing linkedPostIds by reading existing sidecar before overwriting

* Also preserve author from sidecar when DB value is null (data drift)

* Extend MetadataDiffEngine to cover media, scripts, and templates

* Redesign MetadataDiffPanel: item-first view with field pills, filtering, and per-item multi-field diffs

* Fix task:progress startsWith crash (taskId not id) and nested button violation in field pills

* Populate field diffs for file-missing items and show fileMissing badge in UI

* feat: extended meta diff

* feat: meta diff als reconstructs orphans

* chore: updated documentation

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-04 22:37:43 +01:00
Georg Bauer
32b66e1677 Feat/language detection (#31)
* feat: implementation of language detection

* run utility scripts in tasks

* fix: addiitonal fixes for background utilities

* feat: toast() also for utility scripts

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-03 14:36:15 +01:00
db84129a17 feat: add count_posts aggregation tool to AI SDK and MCP server 2026-03-01 20:46:44 +01:00
3074fe461c fix: some fixes for mcp server and ai tools 2026-03-01 20:40:36 +01:00
289535021a fix: slugify transliterates now much better 2026-03-01 07:12:38 +01:00
6c22e69805 feat: more work on mcp server integration 2026-02-28 12:36:13 +01:00
591caf8733 feat: mcp server round four 2026-02-28 10:18:26 +01:00
cf57879d1f wip: a2ui working great now 2026-02-26 11:20:03 +01:00
a29143d6dd feat: git pull now updates db 2026-02-22 13:49:17 +01:00
4ce1654f47 fix: better handling of draft and published posts in preview 2026-02-16 22:20:31 +01:00
1ecaae3dbd fix: really fixed rebuild from filesystem 2026-02-16 10:30:06 +01:00
9bab8ac89c fix: pages feature now works properly 2026-02-16 08:15:02 +01:00
4b31d9d421 fix: importer bugs and editor bugs 2026-02-14 21:24:01 +01:00
b3727fc5e1 chore: better test coverage 2026-02-14 17:14:30 +01:00
7e4457c15d fix: rebuild from files now works 2026-02-10 22:34:06 +01:00
5c10ed3fd5 fix: post creation working again, also slugs 2026-02-10 16:50:45 +01:00
8c118b8b38 feat: draft-in-db, publishd-in-file workflow 2026-02-10 16:05:36 +01:00
4eecf509cd fix: more tests more better 2026-02-10 12:58:26 +01:00
9683fb8b9e fix: better test base 2026-02-10 12:36:20 +01:00
5979fa3374 initial commit 2026-02-10 11:04:44 +01:00