diff --git a/apps/app/public/automaker.svg b/apps/app/public/automaker.svg new file mode 100644 index 00000000..ece4dc5c --- /dev/null +++ b/apps/app/public/automaker.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/app/public/logo.png b/apps/app/public/logo.png deleted file mode 100644 index ce00e911..00000000 Binary files a/apps/app/public/logo.png and /dev/null differ diff --git a/apps/app/public/logo_larger.png b/apps/app/public/logo_larger.png deleted file mode 100644 index bf06dd15..00000000 Binary files a/apps/app/public/logo_larger.png and /dev/null differ diff --git a/apps/app/src/components/layout/sidebar.tsx b/apps/app/src/components/layout/sidebar.tsx index ba8edcda..5f69a49e 100644 --- a/apps/app/src/components/layout/sidebar.tsx +++ b/apps/app/src/components/layout/sidebar.tsx @@ -1226,14 +1226,13 @@ export function Sidebar() { "border-b border-border/40", // Background gradient for depth "bg-gradient-to-b from-transparent to-background/5", - sidebarOpen - ? "pt-8 px-3 lg:px-5 flex items-center justify-between" - : "pt-2 pb-2 px-3 flex flex-col items-center justify-center gap-2" + "flex items-center", + sidebarOpen ? "px-3 lg:px-5 justify-start" : "px-3 justify-center" )} >
setCurrentView("welcome")} @@ -1242,27 +1241,27 @@ export function Sidebar() { {!sidebarOpen ? (
Automaker Logo
) : ( - A - - utomaker + + automaker. - +
)} {/* Bug Report Button */} @@ -1274,7 +1273,7 @@ export function Sidebar() { ); }} className={cn( - "titlebar-no-drag p-1.5 rounded-lg", + "titlebar-no-drag p-1.5 rounded-lg absolute right-3", "text-muted-foreground hover:text-foreground hover:bg-accent/80", "transition-all duration-200 ease-out", "hover:scale-105 active:scale-95" diff --git a/apps/app/src/components/session-manager.tsx b/apps/app/src/components/session-manager.tsx index d8a86b3d..1f2c8b39 100644 --- a/apps/app/src/components/session-manager.tsx +++ b/apps/app/src/components/session-manager.tsx @@ -320,7 +320,7 @@ export function SessionManager({ activeTab === "active" ? activeSessions : archivedSessions; return ( - +
Agent Sessions diff --git a/logs/server.log b/logs/server.log new file mode 100644 index 00000000..5994fe28 --- /dev/null +++ b/logs/server.log @@ -0,0 +1,42 @@ + +> automaker@1.0.0 dev:server +> npm run dev --workspace=apps/server + + +> @automaker/server@0.1.0 dev +> tsx watch src/index.ts + +[dotenv@17.2.3] injecting env (1) from .env -- tip: ⚙️ override existing env vars with { override: true } +[Server] ✓ CLAUDE_CODE_OAUTH_TOKEN detected (subscription auth) + +╔═══════════════════════════════════════════════════════╗ +║ Automaker Backend Server ║ +╠═══════════════════════════════════════════════════════╣ +║ HTTP API: http://localhost:3008 ║ +║ WebSocket: ws://localhost:3008/api/events ║ +║ Terminal: ws://localhost:3008/api/terminal/ws ║ +║ Health: http://localhost:3008/api/health ║ +║ Terminal: enabled ║ +╚═══════════════════════════════════════════════════════╝ + +[Server] Agent service initialized +[WebSocket] Client connected +12:52:41 AM [tsx] change in ./src\index.ts Rerunning... +c12:52:41 AM [tsx] unlink in ./src\services\auto-mode-service.ts Restarting... +c[dotenv@17.2.3] injecting env (1) from .env -- tip: 🔐 encrypt with Dotenvx: https://dotenvx.com +[Server] ✓ CLAUDE_CODE_OAUTH_TOKEN detected (subscription auth) + +╔═══════════════════════════════════════════════════════╗ +║ Automaker Backend Server ║ +╠═══════════════════════════════════════════════════════╣ +║ HTTP API: http://localhost:3008 ║ +║ WebSocket: ws://localhost:3008/api/events ║ +║ Terminal: ws://localhost:3008/api/terminal/ws ║ +║ Health: http://localhost:3008/api/health ║ +║ Terminal: enabled ║ +╚═══════════════════════════════════════════════════════╝ + +[Server] Agent service initialized +[WebSocket] Client connected +[WebSocket] Client disconnected +^C^C \ No newline at end of file