managarten/services/matrix-mana-bot/src/handlers
Claude 370b5d3196
fix(matrix-mana-bot): correct service method calls and add deploy script
- Fix AiHandler to use correct service methods:
  - setSessionModel instead of setModel
  - clearSessionHistory instead of clearHistory
  - compareModels for model comparison
- Fix TodoHandler to use index-based methods:
  - completeTaskByIndex instead of completeTask
  - deleteTaskByIndex instead of deleteTask
- Add deploy-mana-bot.sh script for full deployment automation

https://claude.ai/code/session_015bwcqVRiFmSydYTjvDJGTc
2026-01-29 00:42:50 +00:00
..
ai.handler.ts fix(matrix-mana-bot): correct service method calls and add deploy script 2026-01-29 00:42:50 +00:00
calendar.handler.ts feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
clock.handler.ts feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
handlers.module.ts feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
help.handler.ts feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
todo.handler.ts fix(matrix-mana-bot): correct service method calls and add deploy script 2026-01-29 00:42:50 +00:00