Commit Graph

8 Commits

Author SHA1 Message Date
34dea65a07 feat: MCP server management and skills commands from chat, future-changes doc with UI/skills/MCP plans
- mcp list/add/remove commands to manage MCP servers from any channel
- skill list/show/create/remove/reload commands for skill management
- skill create generates a SKILL.md template, or ask the AI naturally
- Updated help text, commands.md with new commands
- future-changes.md: WebChat UI overhaul plan (OpenClaw-inspired), MCP management UI, skill creator system, ClawHub/GitHub skill import plans
2026-02-18 23:27:00 -05:00
b8b3f44d52 fix: aetheel logs now works in foreground mode, tee output to log file on start 2026-02-18 23:14:49 -05:00
07008e826e fix: bad substitution in install.sh USER.md heredoc, update install URLs for private repos 2026-02-18 01:26:30 -05:00
6d73f74e0b feat: config-driven architecture, install wizard, live runtime switching, usage tracking, auto-failover
Major changes:
- Config-driven adapters: all channels (Slack, Discord, Telegram, WebChat, Webhooks) controlled via config.json with enabled flags and token auto-detection, no CLI flags required
- Runtime engine field: runtime.engine selects opencode/claude from config
- Interactive install script: 8-phase setup wizard with AI runtime detection/installation, token setup, identity file personalization (personality presets), aetheel CLI command, background service (launchd/systemd)
- Live runtime switching: /engine, /model, /provider commands hot-swap the AI runtime from chat without restart, changes persisted to config.json
- Usage tracking: per-request cost extraction from Claude Code JSON output, cumulative stats via /usage command
- Auto-failover: rate limit detection on both runtimes, automatic switch to other engine on quota errors with user notification
- Chat commands work without / prefix (Slack intercepts / in channels), commands: engine, model, provider, config, usage, reload, cron, subagents, status, help
- /config set for editing config.json from chat with dotted key notation
- Security audit saved to docs/security-audit.md
- Full command reference in docs/commands.md
- Future changes doc with NanoClaw agent teams analysis
- Logo added to README and WebChat UI
- README fully rewritten with all features documented
2026-02-18 01:07:12 -05:00
Tanmay Karande
41b2f9a593 latest updates 2026-02-15 15:02:58 -05:00
Tanmay Karande
438bb80416 move dev/analysis files to archive, clean up repo 2026-02-14 00:04:16 -05:00
Tanmay Karande
e708dd2a8e added readme and install script 2026-02-14 00:02:22 -05:00
Tanmay Karande
ec8bd80a3d first commit 2026-02-13 23:56:09 -05:00