Conversation
… skill files to reference CraftBot
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.
Feature/coding skills Installed coding skills for agentic AI, including code review, best practices, MCP creation, database schema design, website scraping, and penetration testing.
Fix/skill dashboard
…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>
Fix/generate-image
Upgrade create_pdf action with themes, visual layout, and unicode safety
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
github_issues,github_pulls) plus an umbrella set, so the agent loads only the ~20% most-common schemas by default instead of all 100+./in chat to get a live dropdown of commands and skills./clearand/clear-tasks. They now also drop persisted conversation/task rows in session storage, so a restart can't resurrect chat or tasks you cleared.