|
|
cabb1536c3
|
feat: agents get access to backlinks
|
2026-03-01 08:12:38 +01:00 |
|
|
|
24ca2d3317
|
feat: moved big css block out of pages into external css file
|
2026-03-01 07:43:46 +01:00 |
|
|
|
4c21b624f2
|
feat: backlinks on single posts
|
2026-03-01 07:26:49 +01:00 |
|
|
|
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 |
|
|
|
1dc2994b08
|
fix: stdout pollution from console log in standalone mcp
|
2026-02-28 22:29:16 +01:00 |
|
|
|
6d2c47b64d
|
fix: proper project setting
|
2026-02-28 22:21:01 +01:00 |
|
|
|
aedd013d88
|
fix: remove button for mcp server install
|
2026-02-28 22:09:34 +01:00 |
|
|
|
7c44ecf7fe
|
fix: problems with startup
|
2026-02-28 21:36:16 +01:00 |
|
|
|
c358e1b11c
|
feat: first round of mcp standalone server
|
2026-02-28 21:23:22 +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 |
|
|
|
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 |
|
|
|
a1865d63a5
|
fix: some small rework for doc alignment
|
2026-02-27 12:37:44 +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 |
|
copilot-swe-agent[bot]
|
fda97c0977
|
Address code review: add error logging, fix type cast, improve error messages
Co-authored-by: rfc1437 <774975+rfc1437@users.noreply.github.com>
|
2026-02-26 21:57:16 +00:00 |
|
copilot-swe-agent[bot]
|
2aa23f2dd1
|
Fix PythonMacroWorkerRuntime build type error, update PYTHON_SCRIPTING.md
Co-authored-by: rfc1437 <774975+rfc1437@users.noreply.github.com>
|
2026-02-26 21:54:32 +00:00 |
|
copilot-swe-agent[bot]
|
c9b9d30c7d
|
Add comprehensive tests for Python macro integration
Co-authored-by: rfc1437 <774975+rfc1437@users.noreply.github.com>
|
2026-02-26 21:48:05 +00:00 |
|
copilot-swe-agent[bot]
|
b34cb4a110
|
Add Python macro worker runtime, ScriptEngine resolution, and PageRenderer/registry integration
Co-authored-by: rfc1437 <774975+rfc1437@users.noreply.github.com>
|
2026-02-26 21:41:26 +00:00 |
|
|
|
8c1d164287
|
fix: status bar css and format
|
2026-02-26 22:14:57 +01:00 |
|
|
|
ae14088c61
|
fix: css for menu
|
2026-02-26 22:00:44 +01:00 |
|
|
|
c7994b531c
|
dynamics model discovery
|
2026-02-26 20:18:18 +01:00 |
|
|
|
9149c21bdf
|
fix: prompt caching, conversation length management and token usage display
|
2026-02-26 20:07:06 +01:00 |
|
|
|
daf8addb53
|
fix: a2ui actions were not wired up at all
|
2026-02-26 19:19:31 +01:00 |
|
|
|
2f66b51d89
|
fix: proper progress and copying
|
2026-02-26 17:45:17 +01:00 |
|
|
|
d138bd88b4
|
fix: multiple tasks
|
2026-02-26 17:15:31 +01:00 |
|
|
|
1666e6bba9
|
feat: first cut at publishing tool
|
2026-02-26 16:52:29 +01:00 |
|
|
|
74d6035f4a
|
chore: workover for ssh preferences
|
2026-02-26 16:16:48 +01:00 |
|