Commit Graph

248 Commits

Author SHA1 Message Date
larchanka
4859ef5de7 fix(orchestrator): deduplicate cron notifications 2026-04-05 15:32:29 +02:00
larchanka
432f2eca05 style(telegram): wrap autonomous task queries in blockquotes for better visibility 2026-04-05 15:32:29 +02:00
larchanka
5cceb959a8 fix(cron): improve cron job stability and visibility by adding immediate Telegram feedback and robust logging 2026-04-05 15:32:29 +02:00
larchanka
9b949f7a3a feat: allow skills starting with underscore to work 2026-03-24 16:16:12 +01:00
larchanka
d2d9129e1c fix: strip @botname suffix from Telegram commands
Telegram appends @botname to commands when users select them from the
command menu (e.g. /new@ManBot). The strict equality check (=== '/new')
was failing, causing /new to fall through to the task.create handler
and show 'Planning started...' instead of triggering the archiving
pipeline.
v1.0.20260323
2026-03-23 23:25:53 +01:00
larchanka
b9b3635cd6 fix: inject HTML formatting reminder into skill messages
When skills pass pre-built messages to the generator service, the
HTML_PROMPT_SUFFIX was not being appended because the messages array
bypassed normal prompt construction. The HTML instruction in the skill
system prompt was buried at the end of long SKILL.md content, causing
the LLM to default to markdown formatting.

Now the generator appends the HTML formatting reminder to the last
user/tool message on every turn of the skill loop, placing it in the
most attended position for the LLM.
2026-03-23 23:25:53 +01:00
larchanka
291630b86e fix: update tests to match new task lifecycle logic 2026-03-23 23:25:53 +01:00
larchanka
1e68b8f699 add tests coverage 2026-03-23 23:25:53 +01:00
larchanka
66e3314806 fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
e8ade14eb2 fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
8d7e246e39 fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
19d7b372d1 fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
b3db06e637 fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
9ccfdb803a fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
e5157e1263 fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
4c581db9c2 fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
f98bf66c87 fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
495576abf3 fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
34b912e9bc fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
7c9f54efae fix: db migrations 2026-03-23 23:25:53 +01:00
larchanka
58734f5889 chore: dashboard task view update 2026-03-23 23:25:53 +01:00
larchanka
dd3a4a2d7d feat: send file to telegram functionality as a tool 2026-03-23 23:25:53 +01:00
larchanka
83f0cc379d Update research skill 2026-03-23 18:29:15 +01:00
larchanka
159e79fc67 Redifine skills logic + add command to easy skill adding 2026-03-23 18:17:10 +01:00
larchanka
e948ba5ed1 fix: ignore personal skills 2026-03-21 18:49:46 +01:00
larchanka
da0215ee9f fix: ignore personal skills 2026-03-21 18:49:46 +01:00
larchanka
8f469ba76b fix: add commands to email and calendar skills 2026-03-17 23:50:01 +01:00
larchanka
b64c4bc095 fix shcdules, add presentation, finish lemonade migration 2026-03-11 20:58:38 +01:00
larchanka
e9bd04b4f6 Move docs to lemonade 2026-03-11 20:58:38 +01:00
larchanka
9b02cd5f43 fix for lemonade 2026-03-11 20:58:38 +01:00
larchanka
06b9a47e30 fix: skills 2026-03-11 20:58:38 +01:00
larchanka
7b21f6d508 ollama -> lemonade 2026-03-11 20:58:38 +01:00
larchanka
72a8c03ad8 fix: full path for ollama 2026-02-28 18:06:49 +01:00
larchanka
4e0fe4739c fix: full path for ollama 2026-02-28 17:52:33 +01:00
larchanka
e12a043b79 fix: path for linux 2026-02-28 16:53:41 +01:00
larchanka
e215125ffa fix: add links to readme 2026-02-24 11:26:07 +01:00
larchanka
307189977c chore: add header image in readme 2026-02-24 11:26:07 +01:00
larchanka
36a812c29a Fix: further improve Ollama reliability with retry delays and increased attempts 2026-02-23 23:15:43 +01:00
larchanka
b398bba68a Fix: resolve fetch failed error by reducing prompt bloat and context window 2026-02-23 23:15:43 +01:00
larchanka
86736d861c Bump version 2026-02-23 09:01:29 +01:00
larchanka
60d8382f68 Dashboard: move Analytics above Processes on Main tab 2026-02-23 09:01:29 +01:00
larchanka
a459de5023 Dashboard: implement tabbed interface 2026-02-23 09:01:29 +01:00
larchanka
2eb08f068c AO-14: Refactor DashboardService - split UI assets into separate files for better maintainability 2026-02-23 09:01:29 +01:00
larchanka
91ea6fccd3 Update board 2026-02-23 09:01:29 +01:00
larchanka
845c4c32a8 AO-13: Final Verification Walkthrough report 2026-02-23 09:01:29 +01:00
larchanka
e987a1082a Fix typescript unused variables 2026-02-23 09:01:29 +01:00
larchanka
df307937c1 AO-12: Test Cron-to-AI E2E mock 2026-02-23 09:01:29 +01:00
larchanka
b4fb1c5da0 AO-11: Add Supervisor auto-restart tests 2026-02-23 09:01:29 +01:00
larchanka
48527a99a9 AO-09: Live IPC Log Streamer implementation 2026-02-23 09:01:29 +01:00
larchanka
c6749ff899 AO-08: Add Processes health view to Dashboard 2026-02-23 09:01:29 +01:00