managarten/services/matrix-mana-bot
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
..
src fix(matrix-mana-bot): correct service method calls and add deploy script 2026-01-29 00:42:50 +00:00
.env.example feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
CLAUDE.md feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
Dockerfile feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
nest-cli.json feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
package.json feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
tsconfig.json feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00