Commit 67da414
fix: install.py no longer installs all required packages (#300)
* 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
* remove requirements.txt comments for proper install (#299)
* Update README.md
Update README
* Update README and sync README
* Update README with new banner
* Update README.md
Logo size update
* Dev (#291)
* 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>
* Quick UI fix
* fix: remove requirements.txt comments for proper install (#298)
---------
Co-authored-by: イツミネ <tham_yikfoong@outlook.com>
Co-authored-by: CraftBot <craftbot@craftbot.dev>
Co-authored-by: Tobias Garcia <iguana3000tg@gmail.com>
Co-authored-by: Tobias Garcia <145974358+makiroll1125@users.noreply.github.com>
Co-authored-by: AlanAAG <alanayalag@gmail.com>
---------
Co-authored-by: Tobias Garcia <iguana3000tg@gmail.com>
Co-authored-by: CraftBot <craftbot@craftbot.dev>
Co-authored-by: Tobias Garcia <145974358+makiroll1125@users.noreply.github.com>
Co-authored-by: イツミネ <tham_yikfoong@outlook.com>
Co-authored-by: AlanAAG <alanayalag@gmail.com>1 parent 286aab0 commit 67da414
13 files changed
Lines changed: 2038 additions & 129 deletions
File tree
- app/ui_layer/browser/frontend/src
- components/ui
- pages/Onboarding
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
65 | 111 | | |
66 | 112 | | |
67 | 113 | | |
| |||
98 | 144 | | |
99 | 145 | | |
100 | 146 | | |
101 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
102 | 220 | | |
103 | 221 | | |
104 | 222 | | |
| |||
144 | 262 | | |
145 | 263 | | |
146 | 264 | | |
147 | | - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
148 | 280 | | |
149 | 281 | | |
150 | 282 | | |
| |||
162 | 294 | | |
163 | 295 | | |
164 | 296 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
169 | 397 | | |
170 | 398 | | |
171 | | - | |
| 399 | + | |
172 | 400 | | |
173 | 401 | | |
174 | 402 | | |
| |||
0 commit comments