neoagent 2.4.1-beta.23 → 2.4.1-beta.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/extensions/chrome-browser/icons/icon128.png +0 -0
- package/extensions/chrome-browser/icons/icon16.png +0 -0
- package/extensions/chrome-browser/icons/icon48.png +0 -0
- package/extensions/chrome-browser/icons/logo.svg +39 -18
- package/flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/flutter_app/assets/branding/app_icon_1024.png +0 -0
- package/flutter_app/assets/branding/app_icon_128.png +0 -0
- package/flutter_app/assets/branding/app_icon_192.png +0 -0
- package/flutter_app/assets/branding/app_icon_256.png +0 -0
- package/flutter_app/assets/branding/app_icon_32.png +0 -0
- package/flutter_app/assets/branding/app_icon_512.png +0 -0
- package/flutter_app/assets/branding/app_icon_64.png +0 -0
- package/flutter_app/assets/branding/app_icon_light_1024.png +0 -0
- package/flutter_app/assets/branding/app_icon_light_128.png +0 -0
- package/flutter_app/assets/branding/app_icon_light_192.png +0 -0
- package/flutter_app/assets/branding/app_icon_light_256.png +0 -0
- package/flutter_app/assets/branding/app_icon_light_32.png +0 -0
- package/flutter_app/assets/branding/app_icon_light_512.png +0 -0
- package/flutter_app/assets/branding/app_icon_light_64.png +0 -0
- package/flutter_app/assets/branding/tray_icon_light_template.png +0 -0
- package/flutter_app/assets/branding/tray_icon_template.png +0 -0
- package/flutter_app/lib/features/onboarding/onboarding_chrome.dart +1 -1
- package/flutter_app/lib/features/onboarding/onboarding_companion_step.dart +1 -1
- package/flutter_app/lib/features/onboarding/onboarding_model_step.dart +1 -1
- package/flutter_app/lib/features/onboarding/onboarding_welcome_step.dart +2 -2
- package/flutter_app/lib/main_app_shell.dart +7 -7
- package/flutter_app/lib/main_shared.dart +1 -1
- package/flutter_app/linux/runner/resources/app_icon.png +0 -0
- package/flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png +0 -0
- package/flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png +0 -0
- package/flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png +0 -0
- package/flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png +0 -0
- package/flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png +0 -0
- package/flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png +0 -0
- package/flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png +0 -0
- package/flutter_app/tool/branding_source/neoagent-icon-1024.png +0 -0
- package/flutter_app/tool/branding_source/neoagent-icon-128.png +0 -0
- package/flutter_app/tool/branding_source/neoagent-icon-16.png +0 -0
- package/flutter_app/tool/branding_source/neoagent-icon-180.png +0 -0
- package/flutter_app/tool/branding_source/neoagent-icon-192.png +0 -0
- package/flutter_app/tool/branding_source/neoagent-icon-256.png +0 -0
- package/flutter_app/tool/branding_source/neoagent-icon-32.png +0 -0
- package/flutter_app/tool/branding_source/neoagent-icon-48.png +0 -0
- package/flutter_app/tool/branding_source/neoagent-icon-512.png +0 -0
- package/flutter_app/tool/branding_source/neoagent-icon-64.png +0 -0
- package/flutter_app/tool/branding_source/neoagent-icon.svg +43 -0
- package/flutter_app/tool/generate_desktop_branding.py +137 -277
- package/flutter_app/web/favicon.png +0 -0
- package/flutter_app/web/favicon.svg +39 -18
- package/flutter_app/web/favicon_light.svg +39 -18
- package/flutter_app/web/icons/Icon-192-light.png +0 -0
- package/flutter_app/web/icons/Icon-192.png +0 -0
- package/flutter_app/web/icons/Icon-512-light.png +0 -0
- package/flutter_app/web/icons/Icon-512.png +0 -0
- package/flutter_app/web/icons/Icon-maskable-192-light.png +0 -0
- package/flutter_app/web/icons/Icon-maskable-192.png +0 -0
- package/flutter_app/web/icons/Icon-maskable-512-light.png +0 -0
- package/flutter_app/web/icons/Icon-maskable-512.png +0 -0
- package/flutter_app/windows/runner/resources/app_icon.ico +0 -0
- package/package.json +1 -1
- package/server/public/.last_build_id +1 -1
- package/server/public/assets/assets/branding/app_icon_256.png +0 -0
- package/server/public/assets/assets/branding/app_icon_512.png +0 -0
- package/server/public/assets/assets/branding/app_icon_light_256.png +0 -0
- package/server/public/assets/assets/branding/app_icon_light_512.png +0 -0
- package/server/public/assets/assets/branding/tray_icon_light_template.png +0 -0
- package/server/public/assets/assets/branding/tray_icon_template.png +0 -0
- package/server/public/assets/web/icons/Icon-192.png +0 -0
- package/server/public/favicon.png +0 -0
- package/server/public/favicon.svg +39 -18
- package/server/public/favicon_light.svg +39 -18
- package/server/public/flutter_bootstrap.js +2 -2
- package/server/public/icons/Icon-192-light.png +0 -0
- package/server/public/icons/Icon-192.png +0 -0
- package/server/public/icons/Icon-512-light.png +0 -0
- package/server/public/icons/Icon-512.png +0 -0
- package/server/public/icons/Icon-maskable-192-light.png +0 -0
- package/server/public/icons/Icon-maskable-192.png +0 -0
- package/server/public/icons/Icon-maskable-512-light.png +0 -0
- package/server/public/icons/Icon-maskable-512.png +0 -0
- package/server/public/main.dart.js +111 -111
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,22 +1,43 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 100 100">
|
|
2
2
|
<defs>
|
|
3
|
-
<linearGradient id="
|
|
4
|
-
<stop offset="0%" stop-color="#
|
|
5
|
-
<stop offset="100%" stop-color="#
|
|
3
|
+
<linearGradient id="tile" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
+
<stop offset="0%" stop-color="#705331"></stop>
|
|
5
|
+
<stop offset="100%" stop-color="#22564c"></stop>
|
|
6
6
|
</linearGradient>
|
|
7
|
-
<radialGradient id="shine" cx="
|
|
8
|
-
<stop offset="0%" stop-color="#
|
|
9
|
-
<stop offset="100%" stop-color="#
|
|
7
|
+
<radialGradient id="shine" cx="26%" cy="14%" r="72%">
|
|
8
|
+
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.22"></stop>
|
|
9
|
+
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"></stop>
|
|
10
10
|
</radialGradient>
|
|
11
|
+
<radialGradient id="core" cx="38%" cy="32%" r="75%">
|
|
12
|
+
<stop offset="0%" stop-color="#fffdf6"></stop>
|
|
13
|
+
<stop offset="48%" stop-color="#eee3cc"></stop>
|
|
14
|
+
<stop offset="100%" stop-color="#b5a888"></stop>
|
|
15
|
+
</radialGradient>
|
|
16
|
+
<radialGradient id="node" cx="36%" cy="30%" r="80%">
|
|
17
|
+
<stop offset="0%" stop-color="#f8dca8"></stop>
|
|
18
|
+
<stop offset="52%" stop-color="#d3a85f"></stop>
|
|
19
|
+
<stop offset="100%" stop-color="#9b6f2f"></stop>
|
|
20
|
+
</radialGradient>
|
|
21
|
+
<linearGradient id="tube" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
22
|
+
<stop offset="0%" stop-color="#fffaf0"></stop>
|
|
23
|
+
<stop offset="52%" stop-color="#efe7d6"></stop>
|
|
24
|
+
<stop offset="100%" stop-color="#cabf9f"></stop>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<filter id="sh" x="-30%" y="-30%" width="160%" height="160%">
|
|
27
|
+
<feDropShadow dx="0" dy="1.1" stdDeviation="1.1" flood-color="#000000" flood-opacity="0.45"></feDropShadow>
|
|
28
|
+
</filter>
|
|
29
|
+
<clipPath id="tc"><rect x="0" y="0" width="100" height="100" rx="22.5"></rect></clipPath>
|
|
11
30
|
</defs>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</
|
|
31
|
+
<g clip-path="url(#tc)">
|
|
32
|
+
<rect x="0" y="0" width="100" height="100" fill="url(#tile)"></rect>
|
|
33
|
+
<rect x="0" y="0" width="100" height="100" fill="url(#shine)"></rect>
|
|
34
|
+
<g fill="none" stroke="url(#tube)" stroke-linecap="round" filter="url(#sh)">
|
|
35
|
+
<circle cx="50" cy="50" r="17" stroke-width="5" stroke-dasharray="78 29" transform="rotate(-35 50 50)" stroke-opacity="0.92"></circle>
|
|
36
|
+
<circle cx="50" cy="50" r="30" stroke-width="5" stroke-dasharray="150 39" transform="rotate(70 50 50)" stroke-opacity="0.8"></circle>
|
|
37
|
+
</g>
|
|
38
|
+
<circle cx="50" cy="50" r="7" fill="url(#core)"></circle>
|
|
39
|
+
<circle cx="50" cy="20" r="5.6" fill="url(#node)"></circle>
|
|
40
|
+
<circle cx="48" cy="18.4" r="1.7" fill="#fff7e6" fill-opacity="0.8"></circle>
|
|
41
|
+
</g>
|
|
42
|
+
<rect x="0.6" y="0.6" width="98.8" height="98.8" rx="22" fill="none" stroke="#ffffff" stroke-opacity="0.16" stroke-width="1.2"></rect>
|
|
43
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -309,7 +309,7 @@ class _OnboardingCompanionStepState extends State<OnboardingCompanionStep> {
|
|
|
309
309
|
totalSteps: 4,
|
|
310
310
|
eyebrow: 'INTEGRATION',
|
|
311
311
|
title: 'Connect your\ndevices & apps.',
|
|
312
|
-
description: '
|
|
312
|
+
description: 'NeoAgent works best when integrated with your desktop, browser, and mobile devices.',
|
|
313
313
|
footer: Row(
|
|
314
314
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
315
315
|
children: <Widget>[
|
|
@@ -83,7 +83,7 @@ class _OnboardingModelStepState extends State<OnboardingModelStep> {
|
|
|
83
83
|
totalSteps: 4,
|
|
84
84
|
eyebrow: 'INTELLIGENCE',
|
|
85
85
|
title: 'Choose your\ndefault model.',
|
|
86
|
-
description: 'Pick the model
|
|
86
|
+
description: 'Pick the model NeoAgent should use by default.',
|
|
87
87
|
footer: Row(
|
|
88
88
|
mainAxisAlignment: MainAxisAlignment.end,
|
|
89
89
|
children: <Widget>[
|
|
@@ -14,7 +14,7 @@ class OnboardingWelcomeStep extends StatelessWidget {
|
|
|
14
14
|
step: 0,
|
|
15
15
|
totalSteps: 4,
|
|
16
16
|
eyebrow: 'WELCOME',
|
|
17
|
-
title: 'Welcome to\
|
|
17
|
+
title: 'Welcome to\nNeoAgent',
|
|
18
18
|
description: 'Your assistant layer for capture, context, and action.',
|
|
19
19
|
footer: Row(
|
|
20
20
|
mainAxisAlignment: MainAxisAlignment.end,
|
|
@@ -32,7 +32,7 @@ class OnboardingWelcomeStep extends StatelessWidget {
|
|
|
32
32
|
child: Align(
|
|
33
33
|
alignment: Alignment.topLeft,
|
|
34
34
|
child: Text(
|
|
35
|
-
'Set up your workspace in a few steps and start using
|
|
35
|
+
'Set up your workspace in a few steps and start using NeoAgent immediately.',
|
|
36
36
|
style: TextStyle(
|
|
37
37
|
color: Colors.white.withValues(alpha: 0.72),
|
|
38
38
|
fontSize: 18,
|
|
@@ -37,7 +37,7 @@ class SplashView extends StatelessWidget {
|
|
|
37
37
|
),
|
|
38
38
|
),
|
|
39
39
|
const SizedBox(height: 14),
|
|
40
|
-
const Text('Loading
|
|
40
|
+
const Text('Loading NeoAgent'),
|
|
41
41
|
],
|
|
42
42
|
),
|
|
43
43
|
),
|
|
@@ -274,7 +274,7 @@ class _AuthViewState extends State<AuthView> {
|
|
|
274
274
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
|
275
275
|
children: <Widget>[
|
|
276
276
|
Text(
|
|
277
|
-
'Enter your username or account email.
|
|
277
|
+
'Enter your username or account email. NeoAgent will send a reset link if it can match the account.',
|
|
278
278
|
style: TextStyle(color: _textSecondary, height: 1.45),
|
|
279
279
|
),
|
|
280
280
|
const SizedBox(height: 16),
|
|
@@ -480,7 +480,7 @@ class _AuthViewState extends State<AuthView> {
|
|
|
480
480
|
const SizedBox(height: 8),
|
|
481
481
|
Text(
|
|
482
482
|
awaitingTwoFactor
|
|
483
|
-
? 'Open your authenticator app and enter the current
|
|
483
|
+
? 'Open your authenticator app and enter the current NeoAgent code.'
|
|
484
484
|
: subtitle,
|
|
485
485
|
style: TextStyle(color: _textSecondary, height: 1.5),
|
|
486
486
|
),
|
|
@@ -767,7 +767,7 @@ class _AuthViewState extends State<AuthView> {
|
|
|
767
767
|
crossAxisAlignment: contentAlignment,
|
|
768
768
|
children: <Widget>[
|
|
769
769
|
Text(
|
|
770
|
-
'Scan with
|
|
770
|
+
'Scan with NeoAgent on your phone',
|
|
771
771
|
textAlign: titleAlignment,
|
|
772
772
|
style: GoogleFonts.spaceGrotesk(
|
|
773
773
|
fontSize: titleSize,
|
|
@@ -948,9 +948,9 @@ class _AuthViewState extends State<AuthView> {
|
|
|
948
948
|
: 'Sign in';
|
|
949
949
|
final subtitle = _registerMode
|
|
950
950
|
? (controller.hasUser
|
|
951
|
-
? 'Create another
|
|
952
|
-
: 'This account will unlock
|
|
953
|
-
: 'Enter your
|
|
951
|
+
? 'Create another NeoAgent account.'
|
|
952
|
+
: 'This account will unlock NeoAgent on this machine.')
|
|
953
|
+
: 'Enter your NeoAgent account details.';
|
|
954
954
|
final awaitingTwoFactor = controller.isAwaitingTwoFactor;
|
|
955
955
|
final showRegisterToggle =
|
|
956
956
|
controller.registrationOpen && controller.hasUser;
|
|
@@ -1377,7 +1377,7 @@ class _BrandLockup extends StatelessWidget {
|
|
|
1377
1377
|
@override
|
|
1378
1378
|
Widget build(BuildContext context) {
|
|
1379
1379
|
final title = Text(
|
|
1380
|
-
'
|
|
1380
|
+
'NeoAgent',
|
|
1381
1381
|
style: GoogleFonts.spaceGrotesk(
|
|
1382
1382
|
fontSize: titleFontSize,
|
|
1383
1383
|
fontWeight: FontWeight.w700,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 100 100">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="tile" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
+
<stop offset="0%" stop-color="#705331"></stop>
|
|
5
|
+
<stop offset="100%" stop-color="#22564c"></stop>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<radialGradient id="shine" cx="26%" cy="14%" r="72%">
|
|
8
|
+
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.22"></stop>
|
|
9
|
+
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"></stop>
|
|
10
|
+
</radialGradient>
|
|
11
|
+
<radialGradient id="core" cx="38%" cy="32%" r="75%">
|
|
12
|
+
<stop offset="0%" stop-color="#fffdf6"></stop>
|
|
13
|
+
<stop offset="48%" stop-color="#eee3cc"></stop>
|
|
14
|
+
<stop offset="100%" stop-color="#b5a888"></stop>
|
|
15
|
+
</radialGradient>
|
|
16
|
+
<radialGradient id="node" cx="36%" cy="30%" r="80%">
|
|
17
|
+
<stop offset="0%" stop-color="#f8dca8"></stop>
|
|
18
|
+
<stop offset="52%" stop-color="#d3a85f"></stop>
|
|
19
|
+
<stop offset="100%" stop-color="#9b6f2f"></stop>
|
|
20
|
+
</radialGradient>
|
|
21
|
+
<linearGradient id="tube" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
22
|
+
<stop offset="0%" stop-color="#fffaf0"></stop>
|
|
23
|
+
<stop offset="52%" stop-color="#efe7d6"></stop>
|
|
24
|
+
<stop offset="100%" stop-color="#cabf9f"></stop>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<filter id="sh" x="-30%" y="-30%" width="160%" height="160%">
|
|
27
|
+
<feDropShadow dx="0" dy="1.1" stdDeviation="1.1" flood-color="#000000" flood-opacity="0.45"></feDropShadow>
|
|
28
|
+
</filter>
|
|
29
|
+
<clipPath id="tc"><rect x="0" y="0" width="100" height="100" rx="22.5"></rect></clipPath>
|
|
30
|
+
</defs>
|
|
31
|
+
<g clip-path="url(#tc)">
|
|
32
|
+
<rect x="0" y="0" width="100" height="100" fill="url(#tile)"></rect>
|
|
33
|
+
<rect x="0" y="0" width="100" height="100" fill="url(#shine)"></rect>
|
|
34
|
+
<g fill="none" stroke="url(#tube)" stroke-linecap="round" filter="url(#sh)">
|
|
35
|
+
<circle cx="50" cy="50" r="17" stroke-width="5" stroke-dasharray="78 29" transform="rotate(-35 50 50)" stroke-opacity="0.92"></circle>
|
|
36
|
+
<circle cx="50" cy="50" r="30" stroke-width="5" stroke-dasharray="150 39" transform="rotate(70 50 50)" stroke-opacity="0.8"></circle>
|
|
37
|
+
</g>
|
|
38
|
+
<circle cx="50" cy="50" r="7" fill="url(#core)"></circle>
|
|
39
|
+
<circle cx="50" cy="20" r="5.6" fill="url(#node)"></circle>
|
|
40
|
+
<circle cx="48" cy="18.4" r="1.7" fill="#fff7e6" fill-opacity="0.8"></circle>
|
|
41
|
+
</g>
|
|
42
|
+
<rect x="0.6" y="0.6" width="98.8" height="98.8" rx="22" fill="none" stroke="rgba(255,255,255,0.16)" stroke-width="1.2"></rect>
|
|
43
|
+
</svg>
|