Skip to content

V1.3.2#290

Merged
zfoong merged 64 commits into
devfrom
V1.3.2
May 28, 2026
Merged

V1.3.2#290
zfoong merged 64 commits into
devfrom
V1.3.2

Conversation

@zfoong
Copy link
Copy Markdown
Collaborator

@zfoong zfoong commented May 28, 2026

  • Added AWS Bedrock as a built-in provider.
  • Added a new animated CraftBot Mascot. It reacts to what the agent is doing.
  • Major integration action expansion, adding ~900 actions to integrations including GitHub, Discord, Telegram, Lark Drive, Jira, Slack, LINE, Twitter/X, Lark, Outlook, WhatsApp, Google Drive, Gmail, Google Docs, Google Calendar, Notion, Lark Calendar
  • Each integration is also split into fine-grained sub-sets (e.g. github_issues, github_pulls) plus an umbrella set, so the agent loads only the ~20% most-common schemas by default instead of all 100+.
  • Added 26 new built-in coding skills.
  • Added slash command autocomplete. Type / in chat to get a live dropdown of commands and skills.
  • Rebuilt the task panel with dedicated action renderers.
  • Added an integration connection step to onboarding, so you can hook up Lark/Telegram/Notion/etc. before your first task instead of going into Settings page.
  • Migrated the entire browser frontend to Redux Toolkit.
  • Improved /clear and /clear-tasks. They now also drop persisted conversation/task rows in session storage, so a restart can't resurrect chat or tasks you cleared.
  • Removed Terminal UI (TUI) support.
  • Fixed cache session staleness when switching providers mid-task. The new provider no longer inherits a stale KV cache.
  • Fixed bugs, significantly improve stability and polished UI/UX on browser interface.

makiroll1125 and others added 30 commits May 19, 2026 14:24
Collapse 3 WebSocket connections into 1 SocketClient and 5 React contexts
into 13 domain slices. Settings tabs cache server data with hasLoaded
flags so remounts and cross-page consumers don't re-fetch.
CraftBot and others added 29 commits May 26, 2026 08:50
Feature/coding skills
Installed coding skills for agentic AI, including code review, best practices, MCP creation, database schema design, website scraping, and penetration testing.
…on-expansion

Improvement/integration action expansion
- Replace deprecated FPDF/HTMLMixin pattern with direct write_html on FPDF 2.8
- Add gradient banner header rendered from the first H1 heading
- Add 5 colour themes: default, corporate, minimal, warm, forest
- Add tag_styles for h1-h5 with colour hierarchy, code blocks with background fill,
  and page number footer
- Add unicode sanitizer (_CHAR_MAP) to prevent latin-1 crashes on em dashes,
  smart quotes, currency symbols, and other common characters
- Add optional subtitle and page_numbers input fields
- Return pages and size_bytes in success payload for output verification
- Add parallelizable=False to prevent concurrent file write corruption
- Remove FPDF from requirement list (was silently skipped by executor heuristic)
- Add tiered error handling: PermissionError, OSError, and generic Exception
  with actionable messages instead of a single bare except
- Auto-create missing parent directories instead of crashing
- Validate .pdf extension upfront
* Improvement:upgrade task panel visual

* improvement:refactor UI code

* feature:improve visual and interactive of action

* feature:added action renderer

* feature:initial mascot update

* mascot animation update

* mascost display action

* git status

* set default zoom level and task and actions panel width

* Refactor of the mascot display screen logic

* Reset setting config

* mascot action display refactor

---------

Co-authored-by: CraftBot <craftbot@craftbot.dev>
Upgrade create_pdf action with themes, visual layout, and unicode safety
@zfoong zfoong merged commit b2bbb11 into dev May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants