Vincent Koc
04e103d10e
fix(terminal): stabilize skills table width across Terminal.app and iTerm ( #42849 )
...
* Terminal: measure grapheme display width
* Tests: cover grapheme terminal width
* Terminal: wrap table cells by grapheme width
* Tests: cover emoji table alignment
* Terminal: refine table wrapping and width handling
* Terminal: stop shrinking CLI tables by one column
* Skills: use Terminal-safe emoji in list output
* Changelog: note terminal skills table fixes
* Skills: normalize emoji presentation across outputs
* Terminal: consume unsupported escape bytes in tables
2026-03-11 09:13:10 -04:00
Mark Zhang
81f22ae109
openai-image-gen: validate and normalize --output-format ( #36648 )
...
* openai-image-gen: validate and normalize output format
* Skills/openai-image-gen: cover output-format edge cases
* Changelog: note openai image output format validation
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-03-06 11:14:30 -05:00
Mark Zhang
20038fb955
openai-image-gen: validate --background and --style options ( #36762 )
...
* openai-image-gen: validate --background and --style inputs
* Skills/openai-image-gen: warn on ignored background and style flags
* Skills/openai-image-gen: cover empty and warning cases
* Changelog: note openai image flag validation
* Skills/openai-image-gen: fix Python import order
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-03-06 11:04:25 -05:00
AaronWander
4c32411bee
fix(exec): suggest increasing timeout on timeouts
2026-03-03 02:35:10 +00:00
CornBrother0x
f3adf142c1
fix(security): escape user input in HTML gallery to prevent stored XSS ( #16958 )
...
* Security/openai-image-gen: escape HTML gallery user input
* Tests/openai-image-gen: add gallery XSS regression coverage
* Changelog: add openai-image-gen XSS hardening note
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-02-23 01:39:58 -05:00
cpojer
76b5208b11
chore: Also format scripts and skills.
2026-01-31 21:21:25 +09:00
Peter Steinberger
9a7160786a
refactor: rename to openclaw
2026-01-30 03:16:21 +01:00
Peter Steinberger
735aea9efa
refactor: align skills and loaders with moltbot rename
2026-01-27 12:21:02 +00:00
Peter Steinberger
a979a62f8e
fix(openai-image-gen): handle url and b64_json responses
...
Co-authored-by: Yurii Chukhlib <yuri.v.chu@gmail.com >
2026-01-16 23:59:04 +00:00
Yurii Chukhlib
2acfeb1096
fix(openai-image-gen): remove deprecated response_format, use URL download
2026-01-16 23:14:33 +00:00
Peter Steinberger
b3ab24eb8e
fix: align image-gen defaults ( #880 ) (thanks @mkbehr)
2026-01-16 08:41:23 +00:00
Michael Behr
6ac1c1d6ea
fix(openai-image-gen): use correct file extension for output format
...
When --output-format is specified for GPT models, save files with
the correct extension (.webp, .jpeg, or .png) instead of always
using .png.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-16 08:37:57 +00:00
Michael Behr
7655a501d0
feat(openai-image-gen): add model-specific parameter support
...
- Auto-detect model and apply appropriate defaults for size/quality
- Add --background, --output-format, and --style parameters
- Enforce dall-e-3 count=1 limitation with automatic adjustment
- Omit quality parameter for dall-e-2 (not supported)
- Document model-specific parameters and supported values
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-16 08:37:57 +00:00
Peter Steinberger
246adaa119
chore: rename project to clawdbot
2026-01-04 14:38:51 +00:00
Peter Steinberger
f84def1b60
chore(skills): add homepage metadata
2025-12-20 21:12:57 +01:00
Peter Steinberger
c4a67b7d02
feat: refresh skills metadata and toggles
2025-12-20 17:32:05 +01:00
Peter Steinberger
8feb09aa89
fix(skills): ship runnable brave/openai scripts
2025-12-20 12:54:18 +00:00
Peter Steinberger
e1a3bab7e5
feat(skills): add media/transcription helpers
2025-12-20 12:53:09 +00:00
Peter Steinberger
cef5bf2768
docs: add skill install hints
2025-12-20 13:00:03 +01:00
Peter Steinberger
2d8e11b78b
docs: refine skills
2025-12-20 13:00:03 +01:00