Skip to content

Staging#293

Merged
zfoong merged 3 commits into
mainfrom
staging
May 28, 2026
Merged

Staging#293
zfoong merged 3 commits into
mainfrom
staging

Conversation

@zfoong
Copy link
Copy Markdown
Collaborator

@zfoong zfoong commented May 28, 2026

🐾 CraftBot V1.3.2 update: AWS Bedrock as provider, integration action expansion (~163 → ~1,000 actions), Redux Toolkit frontend rewrite, new Mascot system, slash command autocomplete, and 26 new built-in coding skills

🌟 Here are the highlights:

  • 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.

zfoong and others added 3 commits May 28, 2026 11:49
* new coding skill: find-skills

* new coding skill: firecrawl (scrape the web)

* new coding skill: excalidraw diagrams

* Update contributing md with SOPs

* new coding skill: planetscale postgres

* new coding skill: planetscale mysql

* new coding skill: planetscale vitess

* new coding skill: planetscale neki

* new coding skill: cloudflare workers best practices

* new coding skills: essential Trail of Bits skills + modified existing skill files to reference CraftBot

* new coding skill: awesome-copilot git-commit

* new coding skill: shannon pentester

* clear conversation and task data with clear command

* improvement:more github action

* Added more google calendar actions

* action expansion for gmail, gdrive, and outlook

* action expansion for Notion, Discord, and Slack

* action expansion for Lark

* action expansion of Jira, Line business, and telegram bot

* action expansion for whatsapp

* action expansion google docs

* action expansion lark calendar

* action expansion twitter

* Lint and Formating Fix

* integration connection in onboarding step

* refactor: migrate browser frontend state to Redux Toolkit

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.

* selectEnabledSkills

* revamp: modal component

* current version fix

* Check update fix

* Remove TUI support

* fix: display user-invoked skills in Skills icon in Dashboard

* Feat/slash command autocomplete (#268)

* feat: add base slash command autocomplete logic

* feat: add core logic and ui for slash command autocomplete

* feat: add slash command autocomplete for skill invocation

* include command as selectable too and tab to autocomplete function

* feat: add support for autocomplete to use Redux for commands and skills

* feat: fixes for slash command autocomplete

* feat: scroll autocomplete dashboard using up/down arrow keys and better autocomplete using tab/enter keys

---------

Co-authored-by: CraftBot <craftbot@craftbot.dev>

* fix: skill information (invocations, top skills) persist across sessions

* fix: skill information (invocations, top skills) persist across sessions + (upload missing file)

* Reset setting config

* fix: add support for OpenAI Images 2.0 and Gemini Nano Banana 2 image generation

* fix: Gemini is default provider if both OpenAI and Gemini API keys are provided

* feature:added bedrock as provider and fixed gemini and openrouter cache logic

* update requirement and setting of Bedrock

* Upgrade create_pdf action with themes, visual layout, and unicode safety

- 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/task interative update (#287)

* 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>

* removed repeated validation check

* Upgrade read_pdf with pdfplumber primary engine, text/layout modes, and page_range

* create dm channel struct check

* Fix issue 238: reinitialize cache session mid task provider switch

* Add edit_pdf action and update requirements with PDF processing deps

* bug:fix tui module not found issue

* Update create_pdf theme guidance and add theme_used to edit_pdf description

* UI:task list scrolling logic

* UI update: attachement preview

* UI improve:Increase contrast and other improvement

* UI update:link color and marketplace icon

* V1.3.2 Lint Checks and fixes

* version update in setting config

* lint fix (#292)

* remove cache pip

---------

Co-authored-by: Tobias Garcia <iguana3000tg@gmail.com>
Co-authored-by: ahmad-ajmal <ahmadajmal1514@gmail.com>
Co-authored-by: CraftBot <craftbot@craftbot.dev>
Co-authored-by: Tobias Garcia <145974358+makiroll1125@users.noreply.github.com>
Co-authored-by: AlanAAG <alanayalag@gmail.com>
Co-authored-by: はる <165422770+ahmad-ajmal@users.noreply.github.com>
@zfoong zfoong merged commit c89b03e into main May 28, 2026
2 checks passed
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.

1 participant