Commit 0a26805
small llm feedack fixes (#97)
* Simplify LLM feedback code while maintaining core functionality
- Streamlined UI with cleaner layout and better visual hierarchy
- Reduced CSS by 70% using a simpler container-based approach
- Simplified JavaScript from ~400 lines to ~130 lines
- Improved state management and evolution logic
- Maintained all core functionality including art generation, preview, and history
Closes #91
Mentat precommits passed. Log: https://mentat.ai/log/ccb24099-4857-47b7-b5d7-d856a21c9041
* Update .gitignore with additional common patterns
Added patterns for:
- Yarn PnP files
- Additional build output directory (out/)
- General debug logs
- OS-specific files (DS_Store, Thumbs.db)
Mentat precommits passed. Log: https://mentat.ai/log/75248827-ef9b-4de6-9167-557d758749fb
* Make .gitignore more comprehensive for all app types
- Removed wildcard prefixes to work recursively at any depth
- Added patterns for various build tools and frameworks
- Added web-specific patterns for compiled assets
- Added testing and temporary file patterns
- Improved organization and categorization
Mentat precommits passed. Log: https://mentat.ai/log/9478638d-b20e-4b73-a8ec-7dc7c7cfd202
* Update .gitignore to better handle subfolder apps
- Added `**/` prefix to match files at any directory depth
- Added patterns for Yarn 2+ cache files
- Included vanilla HTML/JS specific patterns
- Added more build output and test directories
- Improved handling of OS-specific files at all levels
Mentat precommits passed. Log: https://mentat.ai/log/4786f47d-56c8-44b6-bb53-1e2e7696062a
* Revert "Make .gitignore more comprehensive for all app types"
This reverts commit a424654.
* enhance visual poetry UI and generation
enhance visual poetry UI and generation
- Update presets to focus on visual poetry styles (Apollinaire, Mallarmé, etc)
- Improve monospace text display with better styling and dimensions
- Add seed parameter for reproducible generations
- Remove separate current art window in favor of preview
- Enhance generation logic with better state management
- Improve error handling and logging
* Tweaks more prompts
* add model selector
* more robust fetching logic
* small tweaks
* improvements
* Enforce dot usage over whitespace in guidelines
* more robust and post
---------
Co-authored-by: MentatBot <160964065+MentatBot@users.noreply.github.com>1 parent 0c26041 commit 0a26805
1 file changed
+32
-66
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | 285 | | |
289 | 286 | | |
290 | 287 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
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 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
352 | 297 | | |
353 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
354 | 318 | | |
| 319 | + | |
| 320 | + | |
355 | 321 | | |
356 | 322 | | |
357 | 323 | | |
| |||
398 | 364 | | |
399 | 365 | | |
400 | 366 | | |
401 | | - | |
| 367 | + | |
402 | 368 | | |
403 | 369 | | |
404 | 370 | | |
| |||
0 commit comments