Skip to content

Commit 76024b1

Browse files
author
Roger
committed
update augmentos to mentraos
1 parent c52fa8d commit 76024b1

9 files changed

Lines changed: 191 additions & 119 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
- **Comments**: Use JSDoc for functions and classes
1919

2020
## Dependencies
21-
- Main: @augmentos/sdk, express, ws
21+
- Main: @mentra/sdk, express, ws
2222
- Dev: TypeScript, ESLint with TypeScript plugin, Prettier

bun.lock

Lines changed: 93 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"author": "Nicolo Micheletti",
3535
"license": "ISC",
3636
"dependencies": {
37-
"@augmentos/sdk": "1.1.7",
37+
"@mentra/sdk": "1.1.20",
3838
"@langchain/anthropic": "^0.3.13",
3939
"@langchain/community": "^0.3.31",
4040
"@langchain/core": "^0.3.40",

scripts/setup-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NC='\033[0m' # No Color
99
echo -e "${YELLOW}Setting up Teleprompter development environment...${NC}"
1010

1111
# Check if local SDK is available
12-
if [ -d "/app/node_modules/@augmentos/sdk" ] && [ -f "/app/node_modules/@augmentos/sdk/package.json" ]; then
12+
if [ -d "/app/node_modules/@mentra/sdk" ] && [ -f "/app/node_modules/@mentra/sdk/package.json" ]; then
1313
echo -e "${YELLOW}Local SDK found. Using local version...${NC}"
1414
# Local SDK will be mounted via volume
1515
else

0 commit comments

Comments
 (0)