frankenbot/templates
eric 8780c2b176 Fix task ordering (FIFO) + Telegram standup reply matching
- get_tasks(): ORDER BY id ASC (oldest first) for TaskBeat FIFO processing
- UI calls use order='desc' so display stays newest-first
- trigger_daily_standup(): standup sub-tasks now stored as type='standup_reply'
  with telegram_chat_id set correctly so replies can be matched
- telegram_message_handler: checks for open standup_reply task from same
  chat_id before creating new task - if found, marks standup complete and
  creates orchestrator follow-up task with full context to process the reply
- tasks.html: badge for standup_reply type
2026-02-21 20:22:39 +00:00
..
agents.html feat: Dynamische KI-Modelle, verbessertes Memory-System und Chat-Überarbeitung 2026-02-21 11:44:06 +01:00
base.html feat: Add password login system and upgrade agent models 2026-02-21 17:26:10 +00:00
chat.html feat: Add live streaming to Chat page 2026-02-21 17:32:37 +01:00
email_log.html feat: Persist outbound emails, fix @UPDATE_TEAM_MEMBER parser, add per-entry delete 2026-02-21 18:43:21 +00:00
emails.html feat: Persist outbound emails, fix @UPDATE_TEAM_MEMBER parser, add per-entry delete 2026-02-21 18:43:21 +00:00
files.html fix: Use theme-aware code color in file modal 2026-02-21 17:14:06 +01:00
index.html feat: initial commit – Frankenbot Multi-Agent Orchestration System 2026-02-20 17:31:16 +01:00
login.html feat: Add password login system and upgrade agent models 2026-02-21 17:26:10 +00:00
orchestrator.html feat: Enhanced Orchestrator Chat with notifications and better UX 2026-02-21 18:02:01 +01:00
settings.html feat: Redesign Dark Mode with balanced purple theme 2026-02-21 17:19:32 +01:00
task_detail.html feat: Add Telegram bot integration and task detail/delete UI 2026-02-21 18:14:43 +00:00
tasks.html Fix task ordering (FIFO) + Telegram standup reply matching 2026-02-21 20:22:39 +00:00
team.html feat: Add edit functionality for team members 2026-02-21 14:22:38 +01:00