Releases: Pvisilias/clawcode
Releases · Pvisilias/clawcode
ClawCode v0.1.86
v0.1.86
Fixes
- Fixed infinite splash screen refresh loop for logged-in users after updating
- Fixed feedback API key being auto-generated before user opens "Get Code" — now shows raw key on first use
- Fixed
Bearer undefinedon submit-feedback (missing runtime env var in published builds) - Fixed auto-updater not reliably installing on macOS quit
Improvements
- Check for Updates menu item (ClawCode menu on macOS, File menu on Windows) — shows "Install Update & Restart" when an update is downloaded
- Electron main process hardened: all webContents calls guard against destroyed windows
- Server crash recovery: shows error page with Restart button, auto-restarts server on dock click
- Native "You're up to date!" dialog when no updates available
ClawCode v0.1.85
v0.1.85 — Hotfix
Fixes
- Fixed infinite splash screen refresh loop — logged-in users were stuck in a redirect cycle after updating to v0.1.8
- Fixed hard page reload in setup flow destroying auth state
Improvements
- Auto-updater: macOS now installs downloaded updates on quit without needing to click the update button
- Auto-updater: buffered update events so the update banner appears reliably on Windows and macOS
ClawCode v0.1.8
New Features
- Feedback system — Collect bug reports and feature requests from your users directly inside ClawCode
- Custom feedback forms — Configure issue and feature request fields per project (Pro)
- Embeddable feedback code — Get ready-to-use code snippets to add feedback forms to your app (Pro)
- Create tasks from feedback — Turn user-submitted issues and feature requests into tasks with one click (Pro)
- Central feedback view — See all feedback across projects in one place
- Live feedback updates — New submissions appear instantly via real-time sync
Bug Fixes
- Fixed macOS glass sidebar not showing on first app launch
- Fixed Pro users seeing workspace limit lock on sidebar after app update
- Fixed Windows users being redirected to setup screen despite being logged in
- Fixed chat agents sometimes marking tasks as completed instead of human review
- Fixed server-side Pro status check using wrong database field
- Removed unnecessary task activity entries from TASKS.json to reduce file bloat
- Chat task mentions now show correct status colors matching the kanban board
- Fixed feedback page title bar not being draggable in empty areas
ClawCode v0.1.7
New Features
- Tasks redesign: fully rebuilt tasks page inspired by Symphony by OpenAI
- New task creation dialog with inline status, priority, assignee, labels, due date, and @ file mentions
- Task detail side panel with editable fields, notes, and calendar date picker
- Assign tasks to agents — agents are automatically triggered when tasks move to in progress
- Scheduled tasks: agents pick up and execute tasks automatically based on due date
- Import tasks from Linear, ClickUp, or CSV (Pro)
- Plan import: import plans from Notion, Taskade, or any Markdown file (Pro)
- Append to existing plan or replace entirely
- Calendar view: new calendar page for each workspace showing all scheduled tasks
- Month, week, and day views
- Central calendar: combined calendar across all your workspaces
- See every scheduled task from every project in one place
- Read-only task detail overlay — view agent assignments and task info without editing
- Pro gating: import and agent automation features are now Pro-only
- Free users can still organize tasks on the board, schedule dates, and use all views
- Agent triggering and scheduled task automation require a Pro plan
UI Improvements
- macOS glass sidebar with native vibrancy effect — semi-transparent background that adapts to light and dark mode
- Consistent styling across all dropdowns, popovers, select menus, tooltips, and context menus
- Chat #task mentions now show task IDs and status-colored icons matching the kanban board
- Chat input auto-focuses on dashboard load and workspace switch
- Cleaner task card labels and cancel button
Improvements
- Agents triggered from chat now move tasks to Human Review with notes instead of marking completed
- Scheduled and in-progress tasks are triggered across all workspaces automatically
- Desktop notifications when tasks complete while the app is minimized
- Duplicating a task now generates a proper unique ID
Bug Fixes
- Fixed macOS: update button now properly quits and installs instead of just hiding the window
- Fixed agent migration not updating all agents
- Fixed buttons unclickable behind Electron titlebar drag region
- Fixed OpenClaw update banner not appearing
- Fixed tasks not updating when completed while app is minimized
- Fixed duplicate task not opening the detail panel
- Fixed cancelled tasks incorrectly getting error labels
- Fixed server-side pro check using wrong column (workspace_count instead of subscription_tier)
- Fixed stale workspace limit cache showing sidebar as locked for pro users
- Fixed task activity entries bloating TASKS.json
- Fixed temporal-polyfill peer dependency conflict with @schedule-x/calendar
ClawCode v0.1.6
What's New
- Welcome page — animated feature tour on first launch with task, plan, workflow, and contribution previews
- Onboarding survey — "How did you find us" and "What describes you" steps after login with social media sub-select
- Contribution graph — GitHub-style heatmap showing commit activity per workspace and across all projects
- Coding streak tracker — current streak, longest streak, and today's commits at a glance
- Peak coding hours — mini heatmap showing when you code most by day and hour
- Language breakdown — donut chart showing your top languages from the last 90 days
- Shareable coding stats card — one-click share to X with auto-download, or save as PNG
- Workflow node shapes — rectangle, diamond, circle, parallelogram, and hexagon for real flowchart design
- Workflow edge editing — click an edge to edit its label, type, and color
- AI workflow generation now understands shapes and edge types
- Workspace templates — new workspaces come with a starter Plan, Tasks, and Workflow
- Context files — Plan, Tasks, and Workflow chats now support @mentioning APP_BRIEF.md and PROJECT_RULES.md
- Agent auto-migrations — agent configs update automatically after app update across all workspaces
- Redesigned setup, open workspace, and onboarding pages with consistent styling
Bug Fixes
- Fixed Plan page showing infinite spinner on empty workspaces
- Fixed workspace logo picker freezing the app on large projects
- Fixed @ mention file selection not highlighting with arrow keys
- Fixed project completion checklist counting template items as done
- Fixed workflow disappearing on page refresh (race condition saving empty state over real data)
- Fixed workflow showing "Saving..." on page load when nothing changed
- Fixed @mentioned context files not being passed to agent prompts
- Fixed logo thumbnail API type error on newer Next.js versions
ClawCode v0.1.5
What's Changed
- Free plan — all users can now access ClawCode without a Pro subscription
- Free users are limited to 2 workspaces (Pro = unlimited)
- Upgrade to Pro card shown when free users hit the workspace limit
- Downgrade selector — when downgrading from Pro, choose which workspaces to keep
- OpenClaw update banner — notifies and updates OpenClaw directly from the app
- Fixed session cleanup on logout
- Clean up stale npm temp directories that blocked OpenClaw updates
- Stop gateway before updating to prevent file lock errors
ClawCode v0.1.4
What's Changed
Performance
- ⚡ Bulk agent fetching — single request loads agents for all workspaces (was 1 request per workspace)
- ⚡ Bulk workspace data fetching — tasks, workflow, intake & plan loaded in 1 request instead of 4
- 🔌 Workspace switching now requires 0 HTTP requests (all data pre-cached from bulk fetch)
Fixed
- 🔄 macOS auto-update now works (added .zip build target required by electron-updater)
- 🍎 Fixed agent operations (create/delete/send) failing on macOS when app launched from Finder/Dock
- 🏷️ Agent label display fixes
- 🪟 Windows CI build reliability improvements
Improved
- 🛠️ CI workflow consolidated — single workflow with platform selection (mac/windows/both)
- 📝 Release notes support added to build workflow
- 🌐 Gateway RPC improvements for agent communication
ClawCode v0.1.3
What's Changed
Fixed
- 🧭 Central page navigation — switching between workspaces in Central view now works reliably under heavy agent load
- 🪟 Windows icon now displays correctly in taskbar and search (via rcedit & AppUserModelId)
- 🔒 Removed Next.js middleware — Supabase auth moved fully client-side, fixing redirect loops
- 🔄 Workspace context race conditions resolved — no more stale data when switching workspaces quickly
Improved
- 🔀 Git utilities cleanup and improved diff handling
ClawCode v0.1.2
What's Changed
New
- 🪟 Windows support (NSIS installer)
- 🔐 Complete auth overhaul — email OTP login with pending session flow
- 🤖 OpenClaw binary auto-detection across platforms
Improved
- 💬 Chat interface improvements and better message rendering
- 📋 Kanban board reworked for reliability
- 🏗️ Workspace creation and switching stability
Removed
- Automations feature (temporarily removed for rework)
ClawCode v0.1.1
🎉 Initial Beta
First public beta release of ClawCode.
- Multi-workspace dashboard for managing software projects
- Run multiple AI coding agents per workspace in parallel
- Built-in terminal with per-agent sessions
- Task board (kanban) for organizing work
- Workflow canvas for visualizing agent pipelines
- Project intake & planning tools
- Git integration with diff viewer
- macOS (Apple Silicon & Intel) support