Commit graph

  • ad7c1bdddc Fix TaskBeat: add live stuck-task watchdog (auto-reset in_progress > 5min every beat cycle) main eric 2026-02-23 11:39:02 +00:00
  • 0be80c5ee1 Fix TaskBeat: remove local 'import re' in process_beat_tasks causing UnboundLocalError eric 2026-02-23 11:32:37 +00:00
  • deda8ac86a Fix communication_manager: replace @SEND_TELEGRAM with <send_telegram> XML format eric 2026-02-23 10:53:41 +00:00
  • 5c75ad575d Add fullscreen file editor for email templates, project docs and agent files eric 2026-02-23 10:23:02 +00:00
  • 7844e82c95 Fix delete JSON error: API routes return 401 JSON instead of HTML redirect, robust fetch error handling eric 2026-02-23 08:58:18 +00:00
  • 58fcddbff1 Fix mixed content: ProxyFix for HTTPS behind nginx, set PREFERRED_URL_SCHEME=https eric 2026-02-23 08:56:50 +00:00
  • 595451428a Fix delete fetch: add credentials same-origin eric 2026-02-23 08:55:15 +00:00
  • 04eaac3094 Fix sent emails: use data-attributes for read modal, fix delete route collision with /emails/<email_id> eric 2026-02-23 08:54:00 +00:00
  • 7a9a69c86d Sent emails log: add read (eye) and delete buttons matching files page style eric 2026-02-23 08:52:00 +00:00
  • d31af062ed Add sent emails log to /emails page with full body preview modal eric 2026-02-23 08:43:13 +00:00
  • 639f093175 Security: harden against prompt injection - remove Bash tool, isolate user input, restrict dangerous commands to orchestrator only eric 2026-02-23 08:13:07 +00:00
  • 558c2d46f0 Fix Telegram double-message: skip TaskBeat reply if agent already sent via <send_telegram>, strip command blocks from response eric 2026-02-23 08:03:09 +00:00
  • be1f375071 Fix Telegram prompt: send only message text to orchestrator, not duplicate title eric 2026-02-23 07:59:51 +00:00
  • ab21363032 Fix Telegram: handle None message text and include reply context for bot message replies eric 2026-02-23 07:57:03 +00:00
  • 86dc556c4e Add daily standup toggle slider and clear-all-tasks button to dashboard eric 2026-02-22 09:56:12 +00:00
  • c82ecdd5f1 Fix duplicate Telegram: orchestrator prompt must not send messages during standup (team already contacted directly) eric 2026-02-21 20:39:35 +00:00
  • 0868a2c71f Fix standup race condition: lock + daily guard + remove standup from TaskBeat whitelist eric 2026-02-21 20:28:22 +00:00
  • 8780c2b176 Fix task ordering (FIFO) + Telegram standup reply matching eric 2026-02-21 20:22:39 +00:00
  • 01858b5fc6 Fix TaskBeat: add agent_subtask/standup/broadcast to processing whitelist eric 2026-02-21 19:53:11 +00:00
  • 003e591a04 Add daily standup + knowledge broadcast system eric 2026-02-21 19:46:42 +00:00
  • 7fe1365ebc Fix get_field(): support multiline values in key-value format (email body was truncated to first line) eric 2026-02-21 19:35:34 +00:00
  • 46a77c7800 Fix /api/agent-stream: use build_agent_prompt, accumulate response_text, call parse_agent_commands eric 2026-02-21 19:29:20 +00:00
  • c6ce8a873c fix: Switch agent commands from @-syntax to XML tags — Claude Code refuses to output @-directives eric 2026-02-21 19:21:01 +00:00
  • 54cc5a496f fix: Rewrite orchestrator system prompt with clear task-creation and delegation rules eric 2026-02-21 19:11:28 +00:00
  • d38ba10b5e fix: Use correct created_at field name in tasks template (was task.created) eric 2026-02-21 19:09:40 +00:00
  • d3800ac792 feat: Log all agent actions (@SEND_EMAIL, @SEND_TELEGRAM, @ADD/UPDATE_TEAM_MEMBER) as tasks eric 2026-02-21 19:06:33 +00:00
  • f13860f38d fix: Chat streaming uses same full prompt as execute_agent_task eric 2026-02-21 19:04:03 +00:00
  • eaccbe770a fix: Correct all agent command parsers and document Claude Code tools in system prompt eric 2026-02-21 18:56:52 +00:00
  • f6ad727bf0 feat: Persist outbound emails, fix @UPDATE_TEAM_MEMBER parser, add per-entry delete eric 2026-02-21 18:43:21 +00:00
  • 99df910497 feat: Add Telegram bot integration and task detail/delete UI eric 2026-02-21 18:14:43 +00:00
  • 5b4b698064 feat: Add webhook endpoint for auto-deploy on git push eric 2026-02-21 17:38:00 +00:00
  • c3438beed1 docs: Add CLAUDE.md for Claude Code context eric 2026-02-21 17:32:11 +00:00
  • 83b1842392 feat: Add password login system and upgrade agent models eric 2026-02-21 17:26:10 +00:00
  • 7ee66397e1 feat: Enhanced Orchestrator Chat with notifications and better UX pdyde 2026-02-21 18:02:01 +01:00
  • 98ff812a82 fix: Centralize all agent work to their work directories pdyde 2026-02-21 17:48:30 +01:00
  • 4c03663418 fix: Reload AGENTS dict when agent is deleted pdyde 2026-02-21 17:42:54 +01:00
  • e2a853ffde feat: Add live streaming to Chat page pdyde 2026-02-21 17:32:37 +01:00
  • d620f496a8 feat: Make footer app name dynamic pdyde 2026-02-21 17:28:46 +01:00
  • 4f5e3dcd34 fix: Improve form-text readability in Dark Mode pdyde 2026-02-21 17:25:57 +01:00
  • b218d111b6 feat: Redesign Dark Mode with balanced purple theme pdyde 2026-02-21 17:19:32 +01:00
  • 85976afa09 fix: Use theme-aware code color in file modal pdyde 2026-02-21 17:14:06 +01:00
  • 559eca4d61 fix: Improve code/pre readability in both themes pdyde 2026-02-21 17:06:48 +01:00
  • 2a9941f35f feat: Material Icons, customizable app name & dark/light mode toggle pdyde 2026-02-21 16:59:18 +01:00
  • f43bf1646d feat: Modern professional design overhaul pdyde 2026-02-21 16:00:03 +01:00
  • d48537b1fd fix: Handle orchestrated tasks without sub_tasks pdyde 2026-02-21 15:44:00 +01:00
  • dc2ea07621 feat: Complete UX cleanup - Agent colors & streamlined navigation pdyde 2026-02-21 15:06:32 +01:00
  • 50c1a0315b feat: UX Cleanup & Critical TaskBeat Fix pdyde 2026-02-21 15:04:22 +01:00
  • c949c04a5c chore: Update agent work files and documentation pdyde 2026-02-21 14:47:25 +01:00
  • 1970abf487 fix: Correct url_for endpoint for file deletion routes pdyde 2026-02-21 14:38:01 +01:00
  • 57a6ffc046 fix: Update init_default_team_members() to match correct DB data pdyde 2026-02-21 14:27:20 +01:00
  • 4ca5132391 feat: Add edit functionality for team members pdyde 2026-02-21 14:22:38 +01:00
  • 0e02611c87 feat: Add Team-Members management page pdyde 2026-02-21 14:20:07 +01:00
  • 320a1d4d87 feat: Complete DB migration - Command parsing & task persistence pdyde 2026-02-21 14:13:24 +01:00
  • 42a84141d9 docs: README v2.0 - Self-Learning System & neue Features pdyde 2026-02-21 14:06:20 +01:00
  • 632a6c253a feat: Team-Member Lernsystem & Automatische Vorstellung pdyde 2026-02-21 14:01:41 +01:00
  • 5b0cf6e640 feat: Task-Persistierung, Team-Members & Orchestrator Beat pdyde 2026-02-21 13:53:51 +01:00
  • 11352d2ca5 feat: Files-Seite verbessert - View, Download & Delete für alle Dateitypen pdyde 2026-02-21 13:25:37 +01:00
  • 73c36785e2 feat: Telegram Bot Integration mit QR-Code pdyde 2026-02-21 13:17:04 +01:00
  • 4c123d5f0f docs: Umfassendes README-Update mit allen Features pdyde 2026-02-21 12:38:34 +01:00
  • ca820d20db fix: Code-Quality und Security-Verbesserungen pdyde 2026-02-21 12:36:24 +01:00
  • 93eb8c6d47 feat: Dynamische KI-Modelle, verbessertes Memory-System und Chat-Überarbeitung pdyde 2026-02-21 11:44:06 +01:00
  • 84b2fe3dd7 Add agent reminders, model selection, task distribution and delete functionality pdyde 2026-02-20 22:37:58 +01:00
  • 56d9bc2c76 feat: initial commit – Frankenbot Multi-Agent Orchestration System Pjot 2026-02-20 17:31:16 +01:00