Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Agent · Open Intelligent Assistant</title>
<meta name="description"
content="This is an open-source, intelligent assistant that helps you reduce work throughout the day." />
<meta name="keywords"
content="ai, open-source, intelligent, assistant, bot, agent, the agent, work, productivity, assistant, help, reduce work" />
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png" />
<link rel="manifest" href="favicon/site.webmanifest" />
<link rel="shortcut icon" href="favicon/favicon.ico" />
<meta name="description" content="This is an open-source, intelligent assistant that helps you reduce work throughout the day." />
<meta name="keywords" content="ai, open-source, intelligent, assistant, bot, agent, the agent, work, productivity, assistant, help, reduce work" />

<meta name="apple-mobile-web-app-title" content="Abot" />
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png?v=20260829" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg?v=20260829" />
<link rel="shortcut icon" href="/favicon/favicon.ico?v=20260829" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=20260829" />
<link rel="manifest" href="/favicon/site.webmanifest?v=20260829" />

<meta name="theme-color" content="#0d0b10" />
</head>

Expand Down
275 changes: 109 additions & 166 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agent-web",
"private": true,
"version": "6.1.5",
"version": "6.1.6",
"type": "module",
"scripts": {
"clean": "rm -rf dist .vite node_modules/.vite",
Expand Down Expand Up @@ -35,9 +35,9 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"input-otp": "^1.5.0",
"jwt-decode": "^4.0.0",
"lucide-react": "^1.31.0",
"lucide-react": "^1.33.0",
"make-plural": "^8.1.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.7",
Expand All @@ -56,7 +56,7 @@
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^6.0.5",
"@vitejs/plugin-react": "^6.1.0",
"autoprefixer": "^10.5.4",
"eslint": "^9.39.5",
"eslint-plugin-react-hooks": "^7.1.1",
Expand All @@ -68,13 +68,13 @@
"postcss-import": "^17.0.0",
"postcss-nesting": "^14.0.1",
"postcss-theme-ui": "^0.10.0",
"shadcn": "^4.18.0",
"shadcn": "^4.19.0",
"stylelint": "17.14.1",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-tailwindcss": "^1.0.1",
"tw-animate-css": "^1.4.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.67.0",
"vite": "^8.2.1"
"vite": "^8.2.2"
}
}
Binary file modified public/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/favicon.ico
Binary file not shown.
12 changes: 6 additions & 6 deletions public/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "Abot",
"name": "Abot · Open Intelligent Assistant",
"short_name": "Abot",
"icons": [
{
"src": "/favicon/web-app-manifest-192x192.png",
"src": "/favicon/web-app-manifest-192x192.png?v=20260829",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/favicon/web-app-manifest-512x512.png",
"src": "/favicon/web-app-manifest-512x512.png?v=20260829",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#131220",
"background_color": "#131220",
"theme_color": "#060019",
"background_color": "#060019",
"display": "standalone"
}
}
Binary file modified public/favicon/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 1 addition & 13 deletions src/assets/logo-monochrome-vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading