osai-agent 4.2.8 → 4.2.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osai-agent",
3
- "version": "4.2.8",
3
+ "version": "4.2.9",
4
4
  "type": "module",
5
5
  "description": "OS AI Agent - YOUR AI AGENT",
6
6
  "main": "src/index.js",
package/src/ui/welcome.js CHANGED
@@ -8,5 +8,5 @@ export const LOGO_LINES = [
8
8
  ' ██████ ███████ ██ ██ ██ ██ ██ ██████ ███████ ██ ████ ██ ',
9
9
  ];
10
10
 
11
- export const TAGLINE = 'Your AI sysadmin, network engineer & senior developer \u2014 all in one CLI';
11
+ export const TAGLINE = 'Your AI sysadmin, network engineer & senior developer all in one CLI';
12
12
  export const VERSION = `v${APP_VERSION}`;