@atlaso-labs/opencode 0.1.0 → 0.1.1
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/lib/atlaso.ts +1 -1
- package/package.json +1 -1
package/lib/atlaso.ts
CHANGED
|
@@ -57,7 +57,7 @@ export function authPath(): string {
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
export function defaultServer(): string {
|
|
60
|
-
return process.env.ATLASO_SERVER || "https://
|
|
60
|
+
return process.env.ATLASO_SERVER || "https://mcp.atlaso.ai";
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
/** {server, token, user_id, device_id} from auth.json, or null if not connected. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaso-labs/opencode",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Long-term memory for OpenCode — recalls what you've decided and remembers what matters, across sessions, projects, and tools. A pure-TypeScript OpenCode plugin (no engine; HTTP to the Atlaso brain only).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|