Files
microdao-daarion/sofia_cli.sh
Apple 744c149300
Some checks failed
Build and Deploy Docs / build-and-deploy (push) Has been cancelled
Add automated session logging system
- Created logs/ structure (sessions, operations, incidents)
- Added session-start/log/end scripts
- Installed Git hooks for auto-logging commits/pushes
- Added shell integration for zsh
- Created CHANGELOG.md
- Documented today's session (2026-01-10)
2026-01-10 04:53:17 -08:00

16 lines
773 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/bash
# Sofia CLI - Quick Launch
echo "╔═══════════════════════════════════════════════════╗"
echo "║ 🤖 Sofia - Chief AI Engineer ║"
echo "║ R&D Orchestrator @ DAARION.city ║"
echo "║ Model: qwen2.5-coder:32b ║"
echo "╚═══════════════════════════════════════════════════╝"
echo ""
echo "Використання:"
echo " Просто пишіть питання і натискайте Enter"
echo " Ctrl+C або 'exit' для виходу"
echo ""
aichat --role sofia "$@"