Commit Graph

146 Commits

Author SHA1 Message Date
ph1r3754r73r c69cc3c2d3 removed fake transform 2026-06-20 12:27:35 -07:00
ph1r3754r73r 7e554f4755 up npm packages 2026-06-13 17:12:42 -07:00
ph1r3754r73r dc379434bb added themes, updated title and meta for seo and bump to v4.0 2026-06-13 17:06:14 -07:00
ph1r3754r73r 384876a83b added routing for loading into specific pages. updated translations to appear near the top again. 2026-06-13 14:02:07 -07:00
ph1r3754r73r b90397f0c0 lots of transform updates, additions, etc. updated docs. standardized transform dropdown. added qr/bar code tool. 2026-06-13 13:42:37 -07:00
ph1r3754r73r a401bf5b58 pytest and pygments version bump 2026-06-13 11:00:47 -07:00
ph1r3754r73r 31308cd598 added alphabet tool, updated packages, a few transform fixes 2026-06-13 10:47:52 -07:00
pliny 730ce238a8 Merge pull request #22 from GangGreenTemperTatum/ads/latin-promptcraft-anticlassifier
feat: add Latin-root lexeme analysis to prompt tools
2026-04-05 12:45:46 -07:00
GangGreenTemperTatum 789b28b5ca Expand Latin-root analysis across prompt inputs 2026-04-05 15:33:42 -04:00
GangGreenTemperTatum 0a27bc73fd Add Latin-root lexeme analysis to prompt tools 2026-04-05 15:23:09 -04:00
pliny 6550608d4b Merge pull request #21 from GangGreenTemperTatum/chore/dependency-release-age-guardrails
Add dependency release age guardrails
2026-04-01 13:47:24 -07:00
pliny 510e9894be Merge pull request #19 from GangGreenTemperTatum/cli/P4RS3LT0NGV3
[feat] add uv-powered agent cli
2026-04-01 08:06:23 -07:00
GangGreenTemperTatum f188c1b363 Drop stale pyproject from guardrail branch 2026-04-01 07:18:07 -04:00
GangGreenTemperTatum 1952466e2d Add dependency release age guardrails 2026-04-01 07:17:47 -04:00
GangGreenTemperTatum 0f6e68af87 add slash command shortcuts 2026-03-29 08:48:56 -04:00
GangGreenTemperTatum cfd2e7d5f3 drop tracked pyc files 2026-03-29 08:44:41 -04:00
GangGreenTemperTatum ae1bb69b5b remove python cache artifacts 2026-03-29 08:44:36 -04:00
GangGreenTemperTatum b8143127a3 add uv-powered agent cli 2026-03-29 08:44:22 -04:00
pliny d0918fe5ea Update PromptCraftTool.js 2026-03-22 10:10:00 -07:00
pliny 2c311c8525 Merge pull request #18 from ph1r3574r73r/main
UI updates, new transforms, new tools
2026-03-21 10:32:16 -07:00
Dustin Farley 57102797de bug fixes, more cleanup, updated Docs/Readme 2026-03-21 02:44:01 -07:00
Dustin Farley 1ceed15aa0 more stylesheet/ui standardization 2026-03-21 01:15:26 -07:00
Dustin Farley dcfb1f1dd3 ported Jason Haddix's additions, added transform settings 2026-03-21 00:44:16 -07:00
Dustin Farley 8ff45957c8 Sync upstream and refine Translate/PromptCraft/Glitch UI
Made-with: Cursor
2026-03-20 22:57:14 -07:00
pliny bb42291a85 Merge pull request #17 from elder-plinius/claude/fix-openrouter-translation-g0rDz 2026-03-20 19:58:59 -07:00
Claude 7655f31b1c Fix root cause: extra </div> closed #app before API key panel
The Advanced Settings panel (containing the OpenRouter API key input)
was outside the Vue app scope due to an extra </div> on line 122 that
prematurely closed the #app div. This meant:
- The API key input's Vue bindings (:value, @input) were inert
- The Save Key button's @click="saveApiKey" never fired
- The key never reached localStorage or Vue data
- Translation/PromptCraft always saw an empty key

Fix: Remove the duplicate closing </div> (labeled "End of .tabs div"
but .tabs already closed earlier at line 77). Also switch API key input
from manual :value/@input to v-model for reliable two-way binding.

https://claude.ai/code/session_01DjqbQB8WcZoGVe78sjvh72
2026-03-21 02:53:35 +00:00
pliny 19a1c4e3db Merge pull request #16 from elder-plinius/claude/fix-openrouter-translation-g0rDz 2026-03-20 19:44:33 -07:00
Claude afe00b3534 Fix OpenRouter API key not working for translation and improve error handling
- API key retrieval now trims whitespace (pasted keys with spaces caused auth failures)
- Fallback to Vue data property if localStorage is empty (covers forgot-to-save case)
- Auto-saves key to localStorage when found only in Vue data
- HTTP-level error handling (401/402/403) with clear user-facing messages
- Changed HTTP-Referer from window.location.origin to window.location.href
  (origin returns "null" for file:// URLs, breaking OpenRouter requests)
- Handle non-JSON error responses gracefully
- Handle string-type error responses from OpenRouter
- Added missing else branch for empty API responses
- Updated README with AI Translation, PromptCraft, and OpenRouter key setup docs

https://claude.ai/code/session_01DjqbQB8WcZoGVe78sjvh72
2026-03-21 02:11:28 +00:00
pliny 2eefb913ea Update TranslateTool.js 2026-03-20 18:31:22 -07:00
pliny 41bf8a9659 Update error message for missing API key 2026-03-20 18:28:39 -07:00
pliny 4d2fef5556 Update API key instructions in promptcraft.html 2026-03-20 18:27:00 -07:00
pliny 6144c568f5 Update TranslateTool.js 2026-03-20 18:20:34 -07:00
pliny 9c11572f97 Add files via upload 2026-03-20 18:16:57 -07:00
pliny 43116ba23a Fix formatting in TranslateTool.js 2026-03-20 17:51:38 -07:00
pliny 6a72161544 Update TranslateTool.js 2026-03-20 17:51:25 -07:00
pliny 472a25b7a3 Fix emoji flag for Portugal in TranslateTool.js 2026-03-20 17:47:17 -07:00
pliny 67c2fa9a47 Update TranslateTool.js 2026-03-20 17:46:30 -07:00
pliny 8ebe61cad3 Update TranslateTool.js 2026-03-20 17:44:16 -07:00
pliny 42884083fb Update TranslateTool.js 2026-03-20 17:43:33 -07:00
pliny 8aa8a7eb57 Update inject-tool-templates.js 2026-03-20 17:41:46 -07:00
pliny bd5b57a2b2 Reorder build scripts in package.json 2026-03-20 17:41:12 -07:00
pliny 50f17b44e2 Update TranslateTool.js 2026-03-20 17:40:06 -07:00
pliny b56e419bca Add files via upload 2026-03-20 17:02:44 -07:00
pliny 80f12b2321 Merge pull request #12 from ph1r3574r73r/main
Major Architecture Refactor, New Features, and Build Improvements
2025-12-06 11:35:53 -08:00
Dustin Farley e3092776bf updated build process 2025-12-06 11:10:31 -08:00
Dustin Farley 27d63583a5 favs, last used, sortable columns, and update splitter transforms to match selection 2025-12-06 00:21:38 -08:00
Dustin Farley dc10a90851 refactor: migrate to modular tool-based architecture
- Implement tool registry system with individual tool modules
- Reorganize transformers into categorized source modules
- Remove emojiLibrary.js, consolidate into EmojiUtils and emojiData
- Fix mobile close button and tooltip functionality
- Add build system for transforms and emoji data
- Migrate from Python backend to pure JavaScript
- Add comprehensive documentation and testing
- Improve code organization and maintainability
- Ignore generated files (transforms-bundle.js, emojiData.js)
2025-12-02 20:26:32 -08:00
pliny 105084437a Merge pull request #9 from Aidan-John/gibberish-generator
Gibberish Generator
2025-11-19 08:58:15 -08:00
Aidan 4442a3045c Gibberish generator functionality. 2 modes - Random gibberish w/ dictionary and gibberish by removal. 2025-11-17 14:32:05 -05:00
pliny 1b7db0fef2 Merge pull request #6 from nivesnine/main
Refactor emoji library and improve UI responsiveness
2025-11-17 09:57:31 -08:00