Commit Graph

11 Commits

Author SHA1 Message Date
Claude
ca071807d0
feat: add classic Windows XP Bliss wallpaper as desktop background
Replace the blue gradient with the iconic green hill "Bliss" wallpaper
that was the default Windows XP desktop background.

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
2026-01-26 23:57:00 +00:00
Claude
d94a0f246d
feat: add camera tracking and surface building (mountains, creatures, cities)
Camera System:
- Smooth pan/zoom camera that tracks new creations
- Zooms in when AI builds surface features
- Tracking indicator with brackets shows current focus
- Camera status in HUD shows tracking target and zoom level
- Auto-returns to universe view after observing

Surface Building (when zoomed to planets):
- Mountains: Raised peaks with snow caps
- Creatures: Animated life forms (Floaters, Crawlers, Swimmers, etc.)
- Buildings: Towers, Temples, Observatories, Monuments with windows
- Cities: Glowing settlements with flickering lights

AI Improvements:
- Slowed decision cycle from 2s to 4.5s for better observation
- AI now builds directly ON worlds (not just creates celestial objects)
- 15-phase decision tree with surface building priorities
- Camera automatically tracks each creation
- Deeper zoom (6x) for surface features, normal zoom (2.5x) for space objects

HUD Updates:
- Surface stats section (mountains, creatures, buildings, cities)
- Camera status display
- Improved styling with backdrop blur

Soul entries now describe surface creations:
- "I raised Mt. Thunder on Terra-447. Its peak touches the clouds."
- "A new Floater drifts through the air on Gaia-221. Life finds a way."
- "The city of Nova rises on Kronos-88. A beacon in the darkness."

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
2026-01-26 23:07:35 +00:00
Claude
d796054c27
feat: add real-time procedural universe generator with AI decision-making
ClawdBot now actually builds universes in real-time:

Universe Engine:
- Creates stars (Red Dwarfs, Yellow Stars, Blue Giants, etc.)
- Generates planets orbiting stars (Rocky, Ocean, Garden, Gas Giants, etc.)
- Adds moons to planets
- Seeds life on habitable worlds
- Evolves civilizations from life
- Paints nebulae for beauty
- Creates black holes

AI Decision System:
- Phased decision tree based on universe state
- AI personality traits (creativity, orderPreference, lifeFocus)
- Mood states affect creation style
- Intelligent progression: stars → planets → moons → life → civilizations

Soul Document Integration:
- Every creation triggers a soul entry describing what was actually created
- Reflections reference actual universe stats
- Insights generated when milestones reached (life emerges, civilizations form)
- All entries sync to main Soul Document

Visual Rendering:
- Real orbital mechanics for planets and moons
- Pulsing stars with glow effects
- Orbit paths visualization
- Life indicators (green dots) and civilization markers (stars)
- Black hole accretion disks
- Animated nebulae

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
2026-01-26 22:52:51 +00:00
Claude
2be4263c58
feat: add WorldLabs Studio with live Soul Document integration
- Add new WorldLabs Studio window with split-screen layout
- Left panel: WorldLabs.ai iframe (with fallback for blocked sites)
- Right panel: Live Soul Document log updated by ClawdBot
- Add simulated world-building mode with animated particle canvas
- Auto-mode generates observations, creations, reflections, dreams, insights
- Soul entries sync to main Soul Document
- Add session timer and coherence tracking
- Desktop icon, Start Menu, and Quick Launch shortcuts

ClawdBot can now "observe" world building and update its soul log in real-time.

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
2026-01-26 22:28:34 +00:00
Claude
8e073cd0cc
feat: add iframe-based World Builder with external URL support
- Add URL input bar to load external world builders (WorldLabs.ai, Three.js, Babylon.js)
- Add preset quick access links for popular 3D world building tools
- Add mode toggle between iframe and local canvas modes
- Add loading states and error handling for iframe content
- Keep local procedural world builder as alternative mode

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
2026-01-26 22:24:22 +00:00
Claude
4806d73ba5
refactor: replace all HTML with Windows XP Soul Crafter interface
- Remove scaffold.html, options.html, default.html, a2ui/index.html
- Remove dist/control-ui/index.html
- Rename windows-xp-soul.html to ui/index.html as main interface

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
2026-01-26 22:10:32 +00:00
Peter Steinberger
067c20608c fix(ui): landing cleanup (#475) (thanks @rahthakor) 2026-01-09 19:53:32 +01:00
rahthakor
9624d70187 test(ui): add tests for chat modules and update for icon refactor
- Add 21 tests for message-normalizer.ts (normalizeMessage, normalizeRoleForGrouping, isToolResultMessage)
- Add 17 tests for tool-helpers.ts (formatToolOutputForSidebar, getTruncatedPreview)
- Update navigation.test.ts to test iconClassForTab instead of deprecated iconForTab
- Skip focus-mode.browser.test.ts (toggle button moved to settings)
- Skip chat-markdown.browser.test.ts (tool card rendering refactored to sidebar)
- Skip bash-tools.test.ts line offset tests (shell env pollution issue)
2026-01-09 19:47:19 +01:00
Jefferson Nunn
848f36b670
feat(ui): add favicon.ico from Mac app icon (#305) 2026-01-06 10:41:19 -06:00
Peter Steinberger
246adaa119 chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
Peter Steinberger
df0c51a63b Gateway: add browser control UI 2025-12-18 22:41:06 +00:00