managarten/services/matrix-mana-bot/src
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
..
bot feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
config feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
handlers fix(matrix-mana-bot): correct service method calls and add deploy script 2026-01-29 00:42:50 +00:00
health feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
orchestration feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
app.module.ts feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
main.ts feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00