Files
Claudia-rust/.claude/settings.local.json
matt 56b9c0b266 feat: add v3 character card support
- Added CharacterCardV3 struct to handle v3 format
- Created From<CharacterCardV3> for CharacterCardV2Data conversion
- Updated read_character_card_from_png() to detect and parse both v2 and v3 specs
- V3 cards have top-level fields + nested data object
- Maintains full backward compatibility with v2 cards
- Export still uses v2 format for maximum compatibility
2025-10-14 08:24:58 -07:00

24 lines
591 B
JSON

{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(npm run tauri:*)",
"Bash(cargo build:*)",
"Bash(./src-tauri/target/debug/tauri-app:*)",
"Bash(echo $XDG_SESSION_TYPE)",
"Bash(WAYLAND_DISPLAY=\"\" DISPLAY=:0 ./src-tauri/target/debug/tauri-app:*)",
"Bash(ldd:*)",
"Read(//home/matt/.config/claudia/**)",
"WebFetch(domain:github.com)",
"Bash(cat:*)",
"Bash(npm run tauri:dev:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"WebSearch",
"Bash(python3:*)"
],
"deny": [],
"ask": []
}
}