71 Commits
Author SHA1 Message Date
OpenClaw Manager 50b01c30a5 chore: release v0.0.19 hotfix for ollama missing provider v0.0.19 2026-03-07 01:13:39 +01:00
OpenClaw Manager 58aa151e06 fix: restore missing ollama missing provider in config v0.0.18 2026-03-07 01:11:10 +01:00
OpenClaw Manager dbd4df04f8 chore: update release notes and bump version to v0.0.18 2026-03-07 00:33:43 +01:00
OpenClaw Manager 032e90d632 fix: prevent destructive deletion of openclaw home directly upon agent removal v0.0.17 2026-03-06 00:30:59 +01:00
OpenClaw Manager 9d5a2fb906 chore: bump version to 0.0.16 for new release v0.0.16 2026-03-04 01:14:29 +01:00
OpenClaw Manager 96666f7230 docs: update README with comprehensive features list 2026-03-04 00:54:26 +01:00
OpenClaw Manager 186e4529e8 chore: update AIConfig component 2026-03-04 00:40:11 +01:00
OpenClaw Manager 634b4bc779 chore: commit latest remaining changes 2026-03-04 00:37:56 +01:00
OpenClaw Manager bbf41dd511 feat: add 2026.3.2 config features & fix workspace creation v0.0.15 2026-03-04 00:35:53 +01:00
Fdy 649f41718f Delete src-tauri/agents directory 2026-03-04 00:02:35 +01:00
MrFadiAi 4eaf6abf23 chore: release v0.0.14 - moved subagent defaults, dynamic versioning, and auto-update notifications v0.0.14 2026-02-21 03:00:55 +01:00
MrFadiAi f1b793a031 Update runs 2026-02-21 00:19:58 +01:00
MrFadiAi 3cfc653a3a chore: release v0.0.13 v0.0.13 2026-02-20 04:53:43 +01:00
MrFadiAi e31c35849b feat: enhance settings UI, add gateway/config management commands, remove testing tab, and clean up dashboard logs 2026-02-20 01:44:32 +01:00
MrFadiAi 7f4c332aa8 chore: update release notes for v0.0.12 v0.0.12 2026-02-20 00:26:00 +01:00
MrFadiAi aa31d56b89 feat: add self-update feature with Tauri updater plugin
- Added tauri-plugin-updater (Rust) and @tauri-apps/plugin-updater (npm)
- Registered updater plugin in main.rs with desktop-only guard
- Configured tauri.conf.json with updater endpoints (GitHub Releases)
- Added updater:default permission to capabilities
- Added Manager Update card in Settings with check/download/restart UI
- Updated release.yml with signing env vars and updaterJsonPreferNsis
- Bumped version to 0.0.12
2026-02-20 00:24:46 +01:00
MrFadiAi ef98d0ba6b chore: bump version to v0.0.11 and update release notes v0.0.11 2026-02-19 18:32:55 +01:00
MrFadiAi 5528e1e150 Fixed bugs of creating agents 2026-02-19 18:28:57 +01:00
MrFadiAi 327d00683a feat: Implement configuration management commands for AI providers, gateway tokens, and environment variables. 2026-02-19 15:20:45 +01:00
MrFadiAi 28e549b12d chore: release v0.0.10 v0.0.10 2026-02-19 06:06:08 +01:00
MrFadiAi 3ee4796a81 fix: gateway start on windows, auth flow, and ui enhancements 2026-02-19 06:04:50 +01:00
MrFadiAi fd50316d24 fix: agent deletion cleanup, allow Main agent, fix manual file generation 2026-02-19 03:19:20 +01:00
MrFadiAi ffb0863dc5 Agent bug fixes 2026-02-19 02:02:09 +01:00
MrFadiAi 97b826aa1e release: vX.Y.Z v0.0.9 2026-02-18 01:58:06 +01:00
MrFadiAi 5abbaa4486 docs: update README with new features and usage guide 2026-02-18 01:48:05 +01:00
MrFadiAi 945441146c readme 2026-02-18 01:45:21 +01:00
MrFadiAi f77c7dafb7 Google Gemini provider added 2026-02-18 01:38:29 +01:00
Fadi - MrAi 2857724363 Merge pull request #3 from logiccrafterdz/feat/log-sanitizer
feat: implement log sanitizer and harden commands
2026-02-18 00:42:43 +01:00
MrFadiAi 36106a6c92 release: v0.0.8 v0.0.8 2026-02-17 00:31:41 +01:00
logiccrafterdz 6371a4c7dd feat: implement log sanitizer and harden commands 2026-02-16 22:51:07 +01:00
logiccrafterdz 96588adfa7 feat: add security banner UI 2026-02-16 22:12:45 +01:00
logiccrafterdz 24b070f876 feat: add secure version check command 2026-02-16 22:12:41 +01:00
MrFadiAi cacc2dfaee feat: per-account DM allowlist with primary bot inheritance
- Add allow_from field to TelegramAccount struct and frontend interface
- Read/write allowFrom per-account in get/save_telegram_accounts
- Auto-inherit allowFrom from primary bot when creating new accounts
- Per-account DM Users UI in expanded bot settings (add/remove user IDs)
- Pre-populate new accounts with primary bot's allowFrom list
2026-02-16 21:21:49 +01:00
MrFadiAi fc8b9a93dd fix: prevent doubled path when agentDir is absolute (v0.0.7)
- Fix get_agent_system_prompt and save_agent_system_prompt to check if agentDir is already absolute before joining with openclaw_home
- Prevents error: ~/.openclaw/~/.openclaw/agents/coder/agent/SOUL.md
- Bump version to 0.0.7
v0.0.7
2026-02-16 20:09:44 +01:00
MrFadiAi 5f1c4ef179 docs: add Multi-Agent Routing & subagent configuration to README 2026-02-16 07:20:31 +01:00
MrFadiAi 5f8f6643cb feat: add subagent configuration, default agent toggle, and agent path restructure (v0.0.6)
- Add nested subagent config per agent (allowAgents) with global defaults (maxSpawnDepth, maxChildrenPerAgent, maxConcurrent)
- Add Default Agent toggle in agent form and quick wizard
- Restructure agent paths: workspace-{id}, agents/{id}/agent, agents/{id}/sessions
- Add name/default fields to AgentInfo
- Add Subagent Defaults card with save functionality
- Bump version to 0.0.6
v0.0.6
2026-02-16 07:18:21 +01:00
MrFadiAi b04f4d6f45 feat: Add configuration management, including AI providers, gateway tokens, and environment variables. 2026-02-16 06:50:17 +01:00
MrFadiAi 7c85ccac92 feat: Implement comprehensive AI configuration management, including provider/model settings, gateway token handling, and initial GLM model definitions for agents. 2026-02-16 05:59:46 +01:00
MrFadiAi 198af0be96 path update 2026-02-16 02:31:17 +01:00
MrFadiAi 1eb734062f Parrel agents 2026-02-15 23:37:59 +01:00
MrFadiAi 908ce3582e Update telegram setting 2026-02-15 19:37:27 +01:00
MrFadiAi a11c11adfb ci: fix macOS Intel build (replace deprecated macos-13 runner) v0.0.5 2026-02-15 04:14:36 +01:00
MrFadiAi ca39c0db73 ci: fix release permissions (contents: write) 2026-02-15 03:50:31 +01:00
MrFadiAi e04c213388 docs: add release instructions cheat sheet 2026-02-15 03:46:24 +01:00
MrFadiAi 6b33da6038 ci: add GitHub Actions release workflow for Windows, macOS, Linux 2026-02-15 03:44:53 +01:00
MrFadiAi 1fc2b50abe pics 2026-02-15 03:40:03 +01:00
MrFadiAi 8137bfbd9b docs: rewrite README and setup guide with all new features 2026-02-15 03:29:15 +01:00
MrFadiAi a9f4870d1b feat: add system requirements checker, MCP sync, and UI improvements 2026-02-15 03:24:24 +01:00
miao 6014ff04cc fixed bug 2026-02-04 16:21:15 +08:00
miao 9d3c14e49d update new version 0.0.5 2026-02-04 12:02:44 +08:00