zhixian
66c259fffb
chore: bump version to 0.1.2
...
Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
2026-02-19 20:00:46 +09:00
zhixian
fc58e64342
chore: bump version to 0.1.1
...
Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
2026-02-19 19:07:30 +09:00
zhixian
ac9c1647f7
feat: add in-app auto-update via Tauri updater plugin
...
Integrates tauri-plugin-updater and tauri-plugin-process to enable
ClawPal self-updates. The Home page now checks for app updates and
shows a download progress bar with an "Update & Restart" button.
CI workflow wired to sign release artifacts with TAURI_SIGNING_PRIVATE_KEY.
Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
2026-02-19 14:47:16 +09:00
zhixian
3286ae3af1
feat: Discord guild/channel pickers, apply flow, agent identity
...
- Replace raw guild_id/channel_id text inputs with dropdown pickers
showing human-readable names from openclaw config
- Add persistent file-level cache for Discord channel data with
dedicated Channels tab and refresh button
- Read agent name/emoji from IDENTITY.md in workspace directories
- Rename Install→Cook throughout UI
- Add step-by-step apply flow: apply config → restart gateway → done
- Add global loading overlay for blocking operations
- Use react-diff-viewer-continued for config diff preview
- Fix validation bugs (Option<usize> null handling, discord type bypass)
- Fix serde camelCase on PreviewResult/ApplyResult structs
- Make slow commands async (refresh_discord, restart_gateway)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 18:37:28 +09:00
zhixian
af5b853016
feat: switch to shadcn light theme, improve Settings UX
...
- Replace custom dark navy color palette with shadcn default light theme
- Remove all custom --color-* CSS variables and use semantic classes
- Remove Chat Model section from Settings (no longer needed)
- Replace native <datalist> with Combobox (Popover + Command) for
provider/model selection in Settings
- Add shadcn command, popover, and dialog components
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 02:22:28 +09:00
zhixian
8d4bcd6009
chore: initialize shadcn/ui with Tailwind v4, add UI components
...
- Create components.json (new-york style, slate base, CSS variables)
- Add shadcn/ui components: button, card, input, select, badge,
scroll-area, checkbox, separator, label, textarea
- Create src/lib/utils.ts with cn() helper (clsx + tailwind-merge)
- Replace old CSS classes in styles.css with Tailwind v4 @theme inline
block containing shadcn color tokens and custom app theme colors
- Add radix-ui dependency (required by shadcn components)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 01:33:02 +09:00
zhixian
e7c6331110
chore: add Tailwind CSS v4 and shadcn utility dependencies
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 01:28:04 +09:00
zhixian
700c5e9ab2
feat: ClawPal v0.1 — Tauri desktop GUI for OpenClaw
...
4-page layout (Home, Recipes, Settings, Doctor) with sidebar nav
and integrated Chat panel powered by OpenClaw agent (--local).
- Home: status, agents overview, recommended recipes, recent activity
- Recipes: browse, preview diff, apply with params
- Settings: model profiles CRUD, chat model selection, provider catalog
- Doctor: diagnostics with auto-fix
- Chat: OpenClaw agent integration with session persistence,
agent selector, read-only advisory context injection
- Progressive data loading to avoid UI blocking
- API key resolution from OpenClaw agent auth-profiles
- Model catalog from openclaw CLI with cache
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 01:16:38 +09:00