Jeff Emmett
144f5365c1
feat: move Mycelial Intelligence to permanent UI bar + fix ImageGen RunPod API
...
- Mycelial Intelligence UI refactor:
- Created permanent floating bar at top of screen (MycelialIntelligenceBar.tsx)
- Bar stays fixed and doesn't zoom with canvas
- Collapses when clicking outside
- Removed from toolbar tool menu
- Added deprecated shape stub for backwards compatibility with old boards
- ImageGen RunPod fix:
- Changed from async /run to sync /runsync endpoint
- Fixed output parsing for output.images array format with base64
- Other updates:
- Added FocusLockIndicator and UserSettingsModal UI components
- mulTmux server and shape updates
- Automerge sync and store improvements
- Various CSS and UI refinements
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 23:57:26 -08:00
Jeff Emmett
30e2219551
feat: add Ollama private AI integration with model selection
...
- Add Ollama as priority AI provider (FREE, self-hosted)
- Add model selection UI in Settings dialog
- Support for multiple models: Llama 3.1 70B, Devstral, Qwen Coder, etc.
- Ollama server configured at http://159.195.32.209:11434
- Models dropdown shows quality vs speed tradeoffs
- Falls back to RunPod/cloud providers when Ollama unavailable
Models available:
- llama3.1:70b (Best quality, ~7s)
- devstral (Best for coding agents)
- qwen2.5-coder:7b (Fast coding)
- llama3.1:8b (Balanced)
- llama3.2:3b (Fastest)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 14:47:07 -08:00
Jeff Emmett
580598295b
Merge branch 'mulTmux-webtree' - add collaborative terminal tool
...
Combines RunPod AI integration (ImageGen, VideoGen) with mulTmux
collaborative terminal functionality.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 04:13:37 -08:00
Jeff Emmett
7eb60ebcf2
feat: update mulTmux terminal tool and improve shape utilities
...
Updates to collaborative terminal integration and various shape
improvements across the canvas.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 04:08:08 -08:00
Jeff Emmett
080e5a3b87
feat: add RunPod AI integration with image generation and enhanced LLM support
...
Add comprehensive RunPod AI API integration including:
- New runpodApi.ts client for RunPod endpoint communication
- Image generation tool and shape utilities for AI-generated images
- Enhanced LLM utilities with RunPod support for text generation
- Updated Whisper transcription with improved error handling
- UI components for image generation tool
- Setup and testing documentation
This commit preserves work-in-progress RunPod integration before switching branches.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-16 16:14:39 -07:00
Jeff Emmett
783a8702f9
update obsidian shape deployment
2025-11-12 16:23:08 -08:00
Jeff Emmett
de59c4a726
pin object, fix fathom, and a bunch of other things
2025-11-11 22:32:36 -08:00
Jeff Emmett
e727deea19
everything working in dev
2025-11-10 11:06:13 -08:00
Jeff Emmett
a2e9893480
automerge, obsidian/quartz, transcribe attempt, fix AI APIs
2025-09-21 11:43:06 +02:00
Jeff Emmett
947bd12ef3
update tldraw functions for update
2025-09-04 16:58:15 +02:00
Jeff Emmett
6cb70b4da3
update tldraw functions
2025-09-04 15:30:57 +02:00
Jeff Emmett
dfd6e03ca2
Merge branch 'auth-webcrypto'
2025-08-25 16:11:46 +02:00
Jeff Emmett
18690c7129
user auth via webcryptoapi, starred boards, dashboard view
2025-08-25 06:48:47 +02:00
Jeff Emmett
2db320a007
shared piano in progress
2025-08-23 16:07:43 +02:00
Jeff Emmett
71a6b29165
add in gestures and ctrl+space command tool (TBD add global LLM)
2025-07-29 16:02:51 -04:00
Shawn Anderson
ef0ec789ab
Revert "updated website copy, installed locked-view function (coordinates break when locked tho), trying to get video transcripts working"
...
This reverts commit db4ae0c766 .
2025-04-16 13:05:57 -07:00
Jeff-Emmett
db4ae0c766
updated website copy, installed locked-view function (coordinates break when locked tho), trying to get video transcripts working
2025-04-08 14:32:15 -07:00
Jeff-Emmett
12d26d0643
Fixed asset upload CORS for broken links, updated markdown tool, changed keyboard shortcuts & menu ordering
2025-03-19 17:24:22 -07:00
Jeff-Emmett
4e83a577f0
lock & unlock shapes, clean up overrides & context menu, make embed element easier to interact with
2025-03-15 01:03:55 -07:00
Jeff-Emmett
36a8dfe853
hide broadcast from context menu
2025-03-05 18:06:22 -05:00
Jeff-Emmett
08b63c5a12
LLM prompt tool operational, fixed keyboard shortcut conflicts
2025-02-25 15:48:29 -05:00
Jeff-Emmett
be011f25f6
changed zoom shortcut to ctrl+up & ctrl+down, savetoPDF to alt+s
2025-02-25 15:24:41 -05:00
Jeff-Emmett
1fcfddaf07
Fix localstorage error on worker, promptshape
2025-02-11 14:35:22 +01:00
Jeff-Emmett
f739b1f78a
fix llm prompt for mobile
2025-02-08 20:29:06 +01:00
Jeff-Emmett
c2abfcd3e3
Clean up tool names
2025-01-28 16:38:41 +01:00
Jeff-Emmett
8664e847cc
llm edges
2025-01-23 22:49:55 +01:00
Jeff-Emmett
ff95f95f2f
working llm util
2025-01-23 22:38:27 +01:00
Jeff-Emmett
a0e73b0f9e
slidedeck shape installed, still minor difficulty in keyboard arrow transition between slides (last slide + wraparound)
2025-01-23 14:14:04 +01:00
Jeff-Emmett
3d51785ecd
expand board zoom & fixed embedshape focus on mobile
2025-01-18 01:57:54 +07:00
Jeff-Emmett
e193789546
implemented basic board text search function, added double click to zoom
2025-01-03 10:52:04 +07:00
Jeff-Emmett
6f5ee6a673
removed padding from printtoPDF, hid mycrozine template tool (need to fix sync), cleaned up redundancies between app & board, installed marked npm package, hid markdown tool (need to fix styles)
2025-01-03 09:42:53 +07:00
Jeff-Emmett
eaab214e54
updated EmbedShape to default to drag rather than interact when selected
2024-12-29 22:50:20 +07:00
Jeff Emmett
e0684a5520
added TODO for broadcast, fixed videochat
2024-12-16 16:36:36 -05:00
Jeff Emmett
d6ab873ec9
fix local IP for dev, fix broadcast view
2024-12-14 14:12:31 -05:00
Jeff Emmett
a9dd23d51b
adding broadcast controls for view follow, and shared iframe state while broadcasting (attempt)
2024-12-12 23:37:14 -05:00
Jeff Emmett
5351482354
adding selected object resizing with ctrl+arrows
2024-12-12 23:22:35 -05:00
Jeff Emmett
1e688c8aa5
remove markdown element from menu until fixed. Added copy link & open in new tab options in embedded element URL
2024-12-12 20:45:37 -05:00
Jeff Emmett
93f8122420
leave drag selected object for later
2024-12-12 19:45:39 -05:00
Jeff Emmett
a784ad4f41
adding arrow key movements and drag functionality on selected elements
2024-12-12 18:05:35 -05:00
Jeff Emmett
10c191212c
PrintToPDF integration
2024-12-08 13:31:53 -05:00
Jeff Emmett
3c8f4d7fd1
lockCameraToFrame almost working
2024-12-08 02:43:19 -05:00
Jeff Emmett
5891e97ab5
cleanup
2024-12-07 23:22:10 -05:00