Commit Graph

540 Commits

Author SHA1 Message Date
c358e1b11c feat: first round of mcp standalone server 2026-02-28 21:23:22 +01:00
1fc2003260 chore: added a plan to add mistral as an option for models 2026-02-28 20:22:30 +01:00
15e8d1398a chore: updated and added plans 2026-02-28 18:41:55 +01:00
1f24416e95 docs: incorporate architecture review into MCP standalone plan 2026-02-28 17:05:24 +01:00
618ba2a682 docs: apply architecture review findings to MCP standalone plan 2026-02-28 16:19:19 +01:00
095c212ebc docs: revise MCP standalone plan per architecture review 2026-02-28 16:05:44 +01:00
7517bfb4c6 chore: old docs updates 2026-02-28 15:52:07 +01:00
82d2751d20 docs: add MCP standalone CLI plan 2026-02-28 15:51:51 +01:00
Georg Bauer
9416e46142 Merge pull request #24 from rfc1437/feat/mcp-server
Feat/mcp server
2026-02-28 15:27:51 +01:00
8af1063351 fix: just a fixed test 2026-02-28 14:54:56 +01:00
554c02e1d3 fix: MCP apps rendering now 2026-02-28 14:26:56 +01:00
46752068be feat: rework templates 2026-02-28 13:00:51 +01:00
6c22e69805 feat: more work on mcp server integration 2026-02-28 12:36:13 +01:00
e71e478776 feat: more on mcp server 2026-02-28 11:05:39 +01:00
591caf8733 feat: mcp server round four 2026-02-28 10:18:26 +01:00
e5463b10f9 feat: mcp server implementation third round 2026-02-28 09:53:45 +01:00
9efe007791 feat: mcp server implementation round 2 2026-02-28 09:31:58 +01:00
690b90abcf feat: first cut at mcp and mcp apps 2026-02-28 09:11:59 +01:00
Georg Bauer
1f7045e0b3 Merge pull request #23 from rfc1437/feat/user-templates
Feat/user templates
2026-02-27 21:51:22 +01:00
0ce6da57ce fix: tab title for templates 2026-02-27 21:47:45 +01:00
e8c801e5db fix: wired up python macro stuff 2026-02-27 21:29:03 +01:00
a38954101c fix: some smaller pieces still missing 2026-02-27 21:15:03 +01:00
696b79c5d7 fix: race condition and delete checking for templates 2026-02-27 20:45:56 +01:00
6c2d2c48bf fix: hooked up python API for templates 2026-02-27 20:31:25 +01:00
f3364999ee feat: user-managed templates 2026-02-27 20:00:53 +01:00
e25a0d85a5 fix: apply editor fix also to script editor 2026-02-27 17:45:43 +01:00
84376cda01 fix: problems during editing (cursor jumping) 2026-02-27 17:41:50 +01:00
8051e716a1 feat: collapsed metadata for posts 2026-02-27 16:53:13 +01:00
bd10825e74 feat: wiki like linkage for posts 2026-02-27 16:36:45 +01:00
f9527b384b fix: transform handlers don't auto-open bottom panel unnecessarily 2026-02-27 15:05:00 +01:00
b1e9275580 feat: publish prefereces stored in filesystem 2026-02-27 14:50:20 +01:00
ed0551be27 fix: status bar overflow cut off dropdowns in status bar 2026-02-27 14:08:41 +01:00
69b3f61073 chore: updated readme 2026-02-27 13:51:01 +01:00
ecafdcf606 chore: updated codeql workflow 2026-02-27 13:12:54 +01:00
Georg Bauer
94024449bf Add CodeQL analysis workflow configuration 2026-02-27 13:09:35 +01:00
600e45c721 chore: removed local codeql workflow 2026-02-27 13:08:48 +01:00
b6abdadb6a chore: cleanups 2026-02-27 13:05:27 +01:00
Georg Bauer
9e1a852982 Add CodeQL analysis workflow configuration 2026-02-27 13:03:41 +01:00
Georg Bauer
a3e4fd36e2 Merge pull request #22 from rfc1437/dependabot/npm_and_yarn/npm_and_yarn-c4c28373a2
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
2026-02-27 12:59:23 +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
53ef7bec6b chore: project specific codeql setup 2026-02-27 12:53:26 +01:00
a1865d63a5 fix: some small rework for doc alignment 2026-02-27 12:37:44 +01:00
d36ed60854 chore: removed old todo 2026-02-27 12:18:54 +01:00
Georg Bauer
f9e8a5885f Merge pull request #21 from rfc1437/copilot/implement-python-scripting-features
Implement Python macro scripting in render pipeline (phases 3–5)
2026-02-27 12:14:27 +01:00
18e0557ef5 fix: next round of cleanups 2026-02-27 11:26:00 +01:00
c6edacba51 fix: last small changes 2026-02-27 10:20:37 +01:00
dc62937fdc fix: third round of workover 2026-02-27 09:53:36 +01:00
467ef10e77 fix: second work-over 2026-02-27 09:06:56 +01:00
00cf30a8f8 fix: lots of missing pieces for python macro handling 2026-02-27 08:33:12 +01:00
916d9459ef Merge branch 'master' into copilot/implement-python-scripting-features 2026-02-27 07:12:57 +01:00