tandem-editor 0.1.0 → 0.1.2
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/dist/cli/index.js +3 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/server/index.js +23 -20
- package/dist/server/index.js.map +1 -1
- package/package.json +3 -1
- package/sample/welcome.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tandem-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Collaborative AI-human document editor with MCP tool integration for Claude",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tandem",
|
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
"remark-parse": "^11.0.0",
|
|
92
92
|
"remark-stringify": "^11.0.0",
|
|
93
93
|
"unified": "^11.0.0",
|
|
94
|
+
"update-notifier": "^7.3.1",
|
|
94
95
|
"y-prosemirror": "^1.2.12",
|
|
95
96
|
"y-protocols": "^1.0.6",
|
|
96
97
|
"yjs": "^13.6.0",
|
|
@@ -102,6 +103,7 @@
|
|
|
102
103
|
"@types/node": "^25.5.0",
|
|
103
104
|
"@types/react": "^19.2.14",
|
|
104
105
|
"@types/react-dom": "^19.2.3",
|
|
106
|
+
"@types/update-notifier": "^6.0.8",
|
|
105
107
|
"@vitejs/plugin-react": "^4.3.0",
|
|
106
108
|
"concurrently": "^9.1.0",
|
|
107
109
|
"eslint": "^9.39.4",
|
package/sample/welcome.md
CHANGED
|
@@ -6,7 +6,7 @@ Tandem is a collaborative document editor where you and Claude can review your d
|
|
|
6
6
|
|
|
7
7
|
> Follow the tutorial in the bottom-left corner to learn the basics. You can dismiss it at any time.
|
|
8
8
|
|
|
9
|
-
Both you and Claude can see and edit this document at the same time. Claude's cursor appears as a soft blue highlight on the paragraph being read.
|
|
9
|
+
Open Claude Code from any directory -- your Tandem tools are already configured. Both you and Claude can see and edit this document at the same time. Claude's cursor appears as a soft blue highlight on the paragraph being read.
|
|
10
10
|
|
|
11
11
|
## Try These
|
|
12
12
|
|