Commit Graph

39 Commits

Author SHA1 Message Date
289535021a fix: slugify transliterates now much better 2026-03-01 07:12:38 +01:00
46cdadbaca feat: agents use stdio now and vibe added 2026-02-28 23:02:58 +01:00
690b90abcf feat: first cut at mcp and mcp apps 2026-02-28 09:11:59 +01:00
b6abdadb6a chore: cleanups 2026-02-27 13:05:27 +01:00
dependabot[bot]
82cac0b763 chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [minimatch](https://github.com/isaacs/minimatch).


Updates `fast-xml-parser` from 5.3.7 to 5.3.8
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.7...v5.3.8)

Updates `minimatch` from 10.2.2 to 10.2.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v10.2.2...v10.2.4)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.3.8
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 10.2.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-27 11:54:36 +00:00
11ff6b0442 fix: updated some packages due to security 2026-02-26 22:33:29 +01:00
dependabot[bot]
3e0d3318fa chore(deps-dev): bump rollup
Bumps the npm_and_yarn group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup).


Updates `rollup` from 4.57.1 to 4.59.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.57.1...v4.59.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.59.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-26 15:53:52 +00:00
1666e6bba9 feat: first cut at publishing tool 2026-02-26 16:52:29 +01:00
7c00c2ed2f Merge remote-tracking branch 'origin/master' into feature/python-scripting-pr00-bootstrap 2026-02-23 21:53:59 +01:00
ce050f98c3 feat: python scripting phase 0 2026-02-22 21:29:16 +01:00
dependabot[bot]
a57826de1b chore(deps-dev): bump tar in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [tar](https://github.com/isaacs/node-tar).


Updates `tar` from 7.5.7 to 7.5.9
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.7...v7.5.9)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.9
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-22 18:55:15 +00:00
8c46e5aeee fix: better icon and better reproduceable icon scripting 2026-02-22 19:53:52 +01:00
2d451dc1f0 feat: dist building 2026-02-22 18:17:30 +01:00
145b3ea0a6 feat: added an URL sanitizer 2026-02-22 17:55:42 +01:00
64e1fb3d90 feat: first take at calendar 2026-02-22 14:15:57 +01:00
b67ffbd38a feat: source highlighting for code blocks 2026-02-22 13:24:41 +01:00
03657e7a84 chore: more refactorings and optimizations 2026-02-22 09:54:42 +01:00
76c3a8368e feat: first cut at menu editor 2026-02-21 19:51:34 +01:00
d7840a60df chore: added eslint-i18next to tighten down i18n expectations 2026-02-21 13:32:32 +01:00
f69f42c647 feat: tag cloud. macro 2026-02-20 21:49:32 +01:00
Claude
e43d130c07 chore: update package-lock.json
https://claude.ai/code/session_01PdJyxeeNGf4Bkxvq86GVaZ
2026-02-18 20:17:46 +00:00
c0b944241e feat: move to templates 2026-02-17 22:26:45 +01:00
5d0791566e feat: preview uses no outside ressources 2026-02-16 21:14:29 +01:00
00a0de05e6 security: override transitive esbuild for dev-server CORS advisory 2026-02-16 18:11:32 +01:00
d7286ef92f feat: start of git integration 2026-02-16 09:45:34 +01:00
0c4f6c2c9c chore: moved to proper drizzle orm and migrations 2026-02-14 16:27:25 +01:00
d88fb1d9fa feat: importer starting point 2026-02-13 13:07:44 +01:00
adadb7db54 fix: updated packages 2026-02-11 21:54:23 +01:00
49f2b620db feat: switched to opencode 2026-02-11 19:07:06 +01:00
870bec4dcd feat: ai chat added, login flow still broken 2026-02-11 18:00:37 +01:00
11ec82d12e feat: swiched to milkdown 2026-02-11 16:01:43 +01:00
0b5efbb5e1 feat: proper multi-language stemming 2026-02-11 09:39:30 +01:00
85711bf205 fix: direct markdown editing even visually 2026-02-10 18:09:07 +01:00
008346a93f feat: dropbox sync for filesystem content 2026-02-10 16:21:27 +01:00
0a6710b684 feat: more cleanup work in UI 2026-02-10 15:24:36 +01:00
46970de656 feat: even more feature implementations 2026-02-10 14:00:04 +01:00
9f35e74d0f feat: more feature implementations 2026-02-10 13:40:44 +01:00
78b2847bad feat: next phase of basic work 2026-02-10 11:33:19 +01:00
5979fa3374 initial commit 2026-02-10 11:04:44 +01:00