Commit Graph

13 Commits

Author SHA1 Message Date
82c2640481 feat: openclaw-style secrets (env.vars + \) and per-task model routing
- Replace python-dotenv with config.json env.vars block + \ substitution
- Add models section for per-task model routing (heartbeat, subagent, default)
- Heartbeat/subagent tasks can use different models/providers than main chat
- Remove python-dotenv from dependencies
- Update all docs to reflect new config approach
- Reorganize docs into project/ and research/ subdirectories
2026-02-20 23:49:05 -05:00
55c6767e69 feat: add skill rename command and natural language rename detection
- Added 'skill rename <old> <new>' subcommand
- Intercept 'rename X to Y' natural language patterns locally
- Updates name field inside SKILL.md after rename
- Reloads skills immediately after rename
2026-02-18 23:51:39 -05:00
b24c501860 feat: add skill rename command and natural language rename detection
- Added 'skill rename <old> <new>' subcommand
- Intercept 'rename X to Y' natural language patterns locally
- Updates name field inside SKILL.md after rename
- Reloads skills immediately after rename
2026-02-18 23:51:00 -05:00
e22306e9b8 fix: handle natural language skill creation locally instead of routing to AI
Intercept 'create a skill for X' patterns before they reach the AI runtime.
Creates the SKILL.md with auto-derived triggers from the description,
reloads skills immediately, and confirms to the user  no AI call needed.
2026-02-18 23:44:00 -05:00
4e31e77286 fix: prevent JSON event leaking to users and reload skills after AI creation
- OpenCode runtime: stop calling _collect_text fallback on non-text events (step_start, step_finish, etc.)
- Both runtimes: guard raw stdout fallback to only apply for non-JSON output
- main.py: reload skills after AI responses containing skill-related keywords
- main.py: return friendly message instead of empty string for tool-only responses
2026-02-18 23:40:15 -05:00
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