neoagent 3.0.1-beta.4 → 3.0.1-beta.6

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.
@@ -29,6 +29,7 @@ enum AppSection {
29
29
  widgets,
30
30
  mcp,
31
31
  health,
32
+ server,
32
33
  }
33
34
 
34
35
  enum SidebarGroup { chat, recordings, automation, settings }
@@ -96,6 +97,8 @@ extension AppSectionX on AppSection {
96
97
  return 'MCP';
97
98
  case AppSection.health:
98
99
  return 'Health';
100
+ case AppSection.server:
101
+ return 'Server';
99
102
  }
100
103
  }
101
104
 
@@ -133,6 +136,8 @@ extension AppSectionX on AppSection {
133
136
  return Icons.hub_outlined;
134
137
  case AppSection.health:
135
138
  return Icons.favorite_border;
139
+ case AppSection.server:
140
+ return Icons.dns_outlined;
136
141
  }
137
142
  }
138
143
 
@@ -157,6 +162,7 @@ extension AppSectionX on AppSection {
157
162
  case AppSection.accountSettings:
158
163
  case AppSection.messaging:
159
164
  case AppSection.agents:
165
+ case AppSection.server:
160
166
  return SidebarGroup.settings;
161
167
  }
162
168
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neoagent",
3
- "version": "3.0.1-beta.4",
3
+ "version": "3.0.1-beta.6",
4
4
  "description": "Self-hosted AI agent for long-running tasks, automation, messaging, device control, and local memory",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "server/index.js",
@@ -873,7 +873,7 @@
873
873
  <svg viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
874
874
  <path fill-rule="evenodd" d="M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z" clip-rule="evenodd"/>
875
875
  </svg>
876
- <span style="flex:1">Issues</span>
876
+ Issues
877
877
  <span class="nav-badge" id="issues-badge" hidden>0</span>
878
878
  </button>
879
879
 
@@ -1 +1 @@
1
- 6062c5fd5bb6f2bcde5692ba0970309b
1
+ 504d057957ef960afb5bd462407c2c9f
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"77e2e94772b6eb43759e34ed1ad7da4674e19c
37
37
 
38
38
  _flutter.loader.load({
39
39
  serviceWorkerSettings: {
40
- serviceWorkerVersion: "898207119" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
40
+ serviceWorkerVersion: "4074570140" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
41
41
  }
42
42
  });