Skip to content

Commit 6b6da60

Browse files
committed
fix: v6.73.1 - Wire 34 orphaned components, 6 video demos, dark mode, persistence
RED fixes (all resolved): - Wired all 34 orphaned components into their parent files - Innovation (6): SmartSuggestions, ConfidenceIndicator, BuildInsights, BuildReplay, NLSearch, CostEstimator -> ProjectWorkspace - Mobile (3): MobileNav, MobileBottomNav, UserMenu -> AppShell - Design system (6): Avatar, Tag, Tooltip, ProgressRing, Divider, ActivityFeed -> TeamsPage, AuditTrail, MetricsPage, AdminPage, SettingsPage - Health (6): ProjectHealth, CodeTimeline, ProviderRace, VirtualList, LoadingMessages, AchievementToast -> various components - Chat (2): SmartSuggestions, Loki avatar + typing indicator -> AIChatPanel - Homepage (4): OpenSourceStats, NewsletterSignup, WarmEmptyState, Celebration -> HomePage - Announcement + AnnouncementBanner -> AppShell - Added routes for /metrics, /showcase, /compare in App.tsx - Added sidebar nav for Showcase, Metrics, Compare, Admin, System YELLOW fixes: - Restored dark mode CSS rules + glassmorphism + gradient utilities - Added animations.css import - File-based persistence for teams/audit (atomic JSON writes) - Fixed charts/index.ts and settings/index.ts barrel exports - Restored HomePage personality (time greeting, warm empty state) - AIChatPanel: Loki avatar, typing indicator, welcome message New content: - 6 animated video walkthroughs (build, IDE, enterprise, provider race, memory, dashboard) with playback controls - Walkthrough hub page linking all 18 interactive demos - docs/DEMOS.md master index - Fixed dark mode toggle bug in all 6 demo apps - Polished website with SEO, OG tags, favicon, stagger animations
1 parent 98ce874 commit 6b6da60

File tree

115 files changed

+2102
-1087
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+2102
-1087
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to Loki Mode will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [6.73.0] - 2026-03-24 - 120 Commercial UI Enhancements
8+
## [6.73.1] - 2026-03-24 - 120 Commercial UI Enhancements
99

1010
### Added
1111
- **Landing Page**: Hero constellation animation, typing cursor, social proof with animated counters, showcase carousel, how-it-works 3-step guide, gradient text, floating action hints, warm greeting, footer

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Prompt: "Review the following claims for factual accuracy.
255255

256256
### Version Numbering
257257
Follows semantic versioning: MAJOR.MINOR.PATCH
258-
- Current: v6.73.0
258+
- Current: v6.73.1
259259
- MAJOR bump for architecture changes (v6.0.0 = dual-mode architecture, loki run)
260260
- MINOR bump for new features (v5.23.0 = Dashboard File-Based API)
261261
- PATCH bump for fixes (v5.22.1 = session.json phantom state)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM ubuntu:24.04
66

77
LABEL maintainer="Lokesh Mure"
8-
LABEL version="6.73.0"
8+
LABEL version="6.73.1"
99
LABEL description="Loki Mode by Autonomi - Multi-agent autonomous startup system for Claude Code, Codex CLI, and Gemini CLI"
1010
LABEL url="https://www.autonomi.dev/"
1111

Dockerfile.sandbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN npm install -g @google/gemini-cli --ignore-scripts 2>/dev/null || \
7474
FROM debian:bookworm-slim AS runtime
7575

7676
LABEL maintainer="Lokesh Mure"
77-
LABEL version="6.73.0"
77+
LABEL version="6.73.1"
7878
LABEL description="Security-hardened sandbox for Loki Mode by Autonomi"
7979
LABEL url="https://www.autonomi.dev/"
8080
LABEL org.opencontainers.image.source="https://github.com/asklokesh/claudeskill-loki-mode"

SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: loki-mode
33
description: Multi-agent autonomous startup system. Triggers on "Loki Mode". Takes PRD to deployed product with minimal human intervention. Requires --dangerously-skip-permissions flag.
44
---
55

6-
# Loki Mode v6.73.0
6+
# Loki Mode v6.73.1
77

88
**You are an autonomous agent. You make decisions. You do not ask questions. You do not stop.**
99

@@ -268,4 +268,4 @@ The following features are documented in skill modules but not yet fully automat
268268
| Quality gates 3-reviewer system | Implemented (v5.35.0) | 5 specialist reviewers in `skills/quality-gates.md`; execution in run.sh |
269269
| Benchmarks (HumanEval, SWE-bench) | Infrastructure only | Runner scripts and datasets exist in `benchmarks/`; no published results |
270270

271-
**v6.73.0 | [Autonomi](https://www.autonomi.dev/) flagship product | ~260 lines core**
271+
**v6.73.1 | [Autonomi](https://www.autonomi.dev/) flagship product | ~260 lines core**

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.73.0
1+
6.73.1

dashboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
control: Session control API (start/stop/pause/resume)
88
"""
99

10-
__version__ = "6.73.0"
10+
__version__ = "6.73.1"
1111

1212
# Expose the control app for easy import
1313
try:

docs/DEMOS.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Loki Mode -- Interactive Content Index
2+
3+
Complete listing of all interactive HTML experiences in the Loki Mode repository. 18 files total across three categories.
4+
5+
## Walkthroughs (11 HTML files)
6+
7+
Located in `docs/walkthrough/`.
8+
9+
| File | Title | Description | Size |
10+
|------|-------|-------------|------|
11+
| `index.html` | Build Your First App | Step-by-step tutorial from PRD to deployment | 43 KB |
12+
| `architecture.html` | System Architecture | Interactive SVG diagram of the full system | 34 KB |
13+
| `comparison.html` | Feature Comparison | Loki Mode vs competitor feature matrix | 26 KB |
14+
| `gallery.html` | Project Gallery | 24 example projects across categories | 37 KB |
15+
| `video-placeholder.html` | Build Process Animation | CSS-animated build walkthrough | 25 KB |
16+
| `build-demo.html` | Full Build Video Demo | 12-iteration build replay with timeline | 18 KB |
17+
| `ide-demo.html` | Purple Lab IDE Demo | Browser-based IDE mockup with editor and build panel | 17 KB |
18+
| `enterprise-demo.html` | Enterprise Features Demo | Audit logging, RBAC, security, compliance | 13 KB |
19+
| `provider-race-demo.html` | Multi-Provider Race Demo | Claude vs Codex vs Gemini animated race | 17 KB |
20+
| `memory-demo.html` | Memory System Demo | Three-layer memory with interactive exploration | 19 KB |
21+
| `dashboard-demo.html` | Dashboard Monitoring Demo | Real-time dashboard with live build log | 17 KB |
22+
23+
**Hub page**: `docs/walkthrough/hub.html` links to all walkthroughs with categories and estimated durations.
24+
25+
## Demo Apps (6 HTML files)
26+
27+
Located in `examples/`. Each was generated by Loki Mode from a single prompt.
28+
29+
| File | Title | Description | Size |
30+
|------|-------|-------------|------|
31+
| `demo-saas-dashboard.html` | SaaS Dashboard | KPI cards, sparklines, revenue chart, activity feed | 9 KB |
32+
| `demo-task-manager.html` | Task Manager | Kanban board with drag-and-drop and localStorage | 9 KB |
33+
| `demo-chat-app.html` | Chat App | Real-time chat with typing indicators and auto-scroll | 8 KB |
34+
| `demo-landing-page.html` | Landing Page | Hero, features, pricing, FAQ accordion, newsletter | 15 KB |
35+
| `demo-portfolio.html` | Portfolio | Animated gradients, skill bars, project cards, contact form | 12 KB |
36+
| `demo-ecommerce.html` | E-Commerce | Product filters, sorting, star ratings, cart counter | 12 KB |
37+
38+
## Product Website (1 HTML file)
39+
40+
| File | Title | Description | Size |
41+
|------|-------|-------------|------|
42+
| `website/index.html` | Loki Mode Product Website | Full landing page with hero, terminal animation, features, pricing | 38 KB |
43+
44+
## Summary
45+
46+
| Category | Count | Total Size |
47+
|----------|-------|------------|
48+
| Walkthroughs | 11 | 266 KB |
49+
| Demo Apps | 6 | 65 KB |
50+
| Product Website | 1 | 38 KB |
51+
| **Total** | **18** | **369 KB** |
52+
53+
## Viewing Locally
54+
55+
All files are self-contained HTML. Open directly in any browser:
56+
57+
```bash
58+
# Open the demo hub (links to everything)
59+
open docs/walkthrough/hub.html
60+
61+
# Open a specific walkthrough
62+
open docs/walkthrough/architecture.html
63+
64+
# Open a demo app
65+
open examples/demo-saas-dashboard.html
66+
67+
# Or serve the entire repo with a local server
68+
python3 -m http.server 8080
69+
# Then visit http://localhost:8080/docs/walkthrough/hub.html
70+
```
71+
72+
## Design
73+
74+
All interactive content shares these characteristics:
75+
76+
- **Self-contained** -- Single HTML file with embedded CSS and JavaScript
77+
- **No build step** -- Open in any browser, works offline (except Google Fonts)
78+
- **Dark theme** -- Consistent dark design with purple accent (#553DE9)
79+
- **Responsive** -- Adapts to mobile, tablet, and desktop viewports
80+
- **No external dependencies** -- No npm packages, no CDN libraries, no frameworks

docs/INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The flagship product of [Autonomi](https://www.autonomi.dev/). Complete installation instructions for all platforms and use cases.
44

5-
**Version:** v6.73.0
5+
**Version:** v6.73.1
66

77
---
88

docs/walkthrough/README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Loki Mode Walkthroughs
2+
3+
Interactive HTML walkthroughs demonstrating Loki Mode's capabilities. Each file is self-contained -- no external dependencies, no build step. Open in any browser.
4+
5+
## Walkthrough Files
6+
7+
| File | Description | Size |
8+
|------|-------------|------|
9+
| `index.html` | **Build Your First App** -- Step-by-step tutorial walking through a complete Loki Mode build from PRD to deployment | 43 KB |
10+
| `architecture.html` | **System Architecture** -- Interactive SVG diagram showing the full Loki Mode architecture: RARV cycle, providers, memory, quality gates | 34 KB |
11+
| `comparison.html` | **Feature Comparison** -- Side-by-side comparison of Loki Mode vs alternative AI build tools with interactive feature matrix | 26 KB |
12+
| `gallery.html` | **Project Gallery** -- Showcase of 24 example projects built with Loki Mode across SaaS, CLI, mobile, and enterprise categories | 37 KB |
13+
| `video-placeholder.html` | **Build Process Animation** -- CSS-animated walkthrough of the build process with terminal replay and phase transitions | 25 KB |
14+
| `build-demo.html` | **Full Build Video Demo** -- Replay of a complete SaaS dashboard build showing all 12 iterations with timeline and progress tracking | 18 KB |
15+
| `ide-demo.html` | **Purple Lab IDE Demo** -- Interactive mockup of the browser-based Purple Lab IDE with file explorer, editor, and Loki Mode status panel | 17 KB |
16+
| `enterprise-demo.html` | **Enterprise Features Demo** -- Audit logging, RBAC, security architecture, compliance, and governance capabilities for organizations | 13 KB |
17+
| `provider-race-demo.html` | **Multi-Provider Race Demo** -- Animated race comparing Claude, Codex, and Gemini building the same app simultaneously | 17 KB |
18+
| `memory-demo.html` | **Memory System Demo** -- Interactive exploration of episodic, semantic, and procedural memory layers with progressive disclosure | 19 KB |
19+
| `dashboard-demo.html` | **Dashboard Monitoring Demo** -- Real-time monitoring dashboard mockup with build log, agent status, task queue, and KPI tracking | 17 KB |
20+
21+
## Hub Page
22+
23+
Open `hub.html` for a landing page that links to all walkthroughs with descriptions and categories.
24+
25+
## How to View
26+
27+
```bash
28+
# Open directly in browser
29+
open docs/walkthrough/hub.html
30+
31+
# Or serve locally
32+
cd docs/walkthrough && python3 -m http.server 8080
33+
# Then visit http://localhost:8080/hub.html
34+
```
35+
36+
## Design Conventions
37+
38+
All walkthroughs share a consistent design language:
39+
40+
- **Dark theme** with purple accent (#553DE9)
41+
- **Inter** font for UI text, **JetBrains Mono** for code
42+
- **Responsive** layouts that work on mobile, tablet, and desktop
43+
- **Self-contained** HTML with embedded CSS and JavaScript
44+
- **No external dependencies** beyond Google Fonts (optional, degrades gracefully)
45+
46+
## Related Content
47+
48+
- **Demo Apps**: See `examples/` for 6 functional app demos built by Loki Mode
49+
- **Product Website**: See `website/index.html` for the full product landing page
50+
- **Master Index**: See `docs/DEMOS.md` for a complete listing of all interactive content

0 commit comments

Comments
 (0)