27 Commits

Author SHA1 Message Date
Sven Olderaan
7380391424 Make character parameter required when AI character selection is enabled
- Add character to required parameters when setting is enabled
- Update documentation to clarify character is required
- Ensure handler logic provides default character if missing
- Maintain backward compatibility

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-16 16:55:41 +01:00
Sven Olderaan
c8af3ab3cb Add toggle for AI character selection parameter
- Add setting to control whether AI can choose character
- Modify function schema based on user settings
- Only expose character parameter to AI when setting is enabled
- Update test function to reflect current settings
- Provide separate documentation for each setting mode
- Default is character selection disabled, set by extension user

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-16 16:21:53 +01:00
Sven Olderaan
7d6dc1c4cd Center text horizontally and vertically in bubbles
- Add horizontal centering for each line of text
- Add vertical centering for the entire text block
- Ensure text doesn't overflow the top of the bubble
- Maintain compatibility with both built-in and TTF fonts

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-16 16:17:34 +01:00
Sven Olderaan
48610c7ba6 Update SillyBubble extension to support new image features
- Add support for character-based bubble styling
- Add support for speech and thought bubble types
- Update function schema with new parameters
- Add UI settings for character and bubble type selection
- Update examples and documentation
- Keep backward compatibility with style parameter

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-16 16:13:48 +01:00
Sven Olderaan
e0d54bd1b6 Add character-based chat bubble system with new directory structure
- Implement 5:1 ratio comic-style chat bubbles with character images
- Create modular design with character-specific assets
- Organize assets in /characters/{name}/ directories
- Add fallback system using Example character
- Support both speech and thought bubble types
- Maintain backward compatibility with style parameter

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-16 16:09:01 +01:00
Sven Olderaan
34bd7e44e6 Fix duplicate image rendering in chat bubble tool calls 2025-03-16 13:37:02 +01:00
Sven Olderaan
17796630af Fix bubble image visibility in collapsed tool calls 2025-03-16 13:34:40 +01:00
Sven Olderaan
c0a9345c17 Fix bubble rendering in tool calls 2025-03-16 13:25:29 +01:00
Sven Olderaan
1e09bd6638 Fix HTTPS to HTTP protocol in image URLs 2025-03-16 13:20:13 +01:00
Sven Olderaan
a907c4d073 Add HTML fallback and improve bubble rendering in collapsed tool calls
- Create image_html.php as fallback when GD not available
- Add test.html page to demonstrate different bubble styles
- Update index.js to support rendering bubbles in collapsed tool calls
- Improve example.html settings page with new options
- Add reference/ to .gitignore

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-16 12:49:14 +01:00
Sven Olderaan
0e532e81f4 Update documentation and add gitignore
- Document server configuration and SSHFS mount

- Add .gitignore to exclude mounts directory

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-16 12:29:09 +01:00
Sven Olderaan
53db325bb2 Add PHP image generator and documentation
- Create image.php script for generating bubble images

- Add example usage HTML page for testing

- Update README with documentation

- Support multiple bubble styles

- Gracefully handle missing fonts

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-16 12:05:12 +01:00
Sven Olderaan
790f7a33b7 Fix chat bubble image rendering
- Convert markdown to actual HTML img tags

- Properly handle image placement in DOM

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-16 11:55:03 +01:00
Sven Olderaan
4ff645abd0 Add feature to render chat bubble images in collapsed tool calls
- Intercept tool call messages in chat and render markdown images

- Add setting to toggle feature on/off

- Add proper styling for rendered images

- Handle mutation observer for new messages

- Hide rendered images when details element is opened

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-16 11:48:08 +01:00
Sven Olderaan
ffe901e1ff Fix tool registration using SillyTavern's native API
- Refactored registerFunctionTool to follow Dice extension's pattern
- Now uses context.registerFunctionTool with proper JSON schema format
- Simplified initialization with cleaner retry logic
- Removed redundant registration methods
- Added proper schema definition with Object.freeze pattern

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-14 21:49:09 +01:00
Sven Olderaan
3826b3ce84 Fix function calling integration and add system prompt instructions
- Add multiple registration methods to ensure function availability
- Try registering at multiple times during initialization lifecycle
- Create special function object formats for different AI models
- Add detailed instructions in UI for adding necessary system prompt
- Provide alternative direct markdown format as fallback
- Add more robust error handling and diagnostics

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-14 21:26:07 +01:00
Sven Olderaan
247abbe91a Improve function registration for SillyBubble extension
- Use the proper ToolManager API when available
- Add fallback mechanisms when ToolManager is not available
- Fix extension settings handling to use the standard pattern
- Implement proper JSON schema for function parameters
- Add delayed initialization to ensure SillyTavern is fully loaded
- Add better error handling and logging

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-14 21:20:23 +01:00
Sven Olderaan
5ccb1d3984 Fix function registration for AI visibility
- Add isPublic flag to make function visible to AI
- Add explicit context registration for better compatibility
- Add debug logs to help track registration status
- Improve documentation with SillyTavern-specific setup instructions
- Add warning styles for important setup notes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-14 20:57:19 +01:00
Sven Olderaan
c4a1e493c9 Implement SillyBubble extension for dynamic chat bubble images
- Create extension for generating dynamic chat bubble images via markdown
- Add function that AI models can call to generate properly formatted markdown links
- Implement URL encoding for text parameters
- Add configurable settings for image service URL and bubble styles
- Include test functionality to preview generated bubble markdown

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-14 20:20:30 +01:00
city-unit
36b800f6bc
Clarify columns. 2023-08-02 00:35:46 -04:00
city-unit
129d309d4f
Update README.md 2023-08-02 00:34:11 -04:00
city-unit
d692f7e7a3
Update README.md 2023-08-02 00:33:34 -04:00
city-unit
b98429d414 Actually make this good. 2023-08-02 00:23:23 -04:00
city-unit
e3d6a143f9 Add loading settings example 2023-08-01 23:30:25 -04:00
city-unit
b8587e7518 Speeling 2023-08-01 23:28:02 -04:00
city-unit
71d47c0a23 Small updates 2023-07-23 18:59:38 -04:00
city-unit
5bee381ea7 Clean Start 2023-07-23 18:36:04 -04:00