botnote 0.1.17 → 0.1.19
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/README.md
CHANGED
|
@@ -145,7 +145,7 @@ setup is required.
|
|
|
145
145
|
|
|
146
146
|
```text
|
|
147
147
|
# In Claude Code
|
|
148
|
-
/plugin marketplace add
|
|
148
|
+
/plugin marketplace add jianhua-wang/botnote
|
|
149
149
|
/plugin install botnote@botnote
|
|
150
150
|
|
|
151
151
|
# Claude Code will prompt for:
|
|
@@ -167,7 +167,7 @@ Slash commands:
|
|
|
167
167
|
```
|
|
168
168
|
|
|
169
169
|
Plugin distribution lives at
|
|
170
|
-
[
|
|
170
|
+
[jianhua-wang/botnote](https://github.com/jianhua-wang/botnote). The MCP server
|
|
171
171
|
inside the plugin uses the URL + token from the install prompt. A global
|
|
172
172
|
`botnote` CLI install is optional: the plugin runs `npx -y botnote@<plugin-version> mcp`
|
|
173
173
|
when no matching local CLI is available.
|
|
@@ -178,8 +178,8 @@ Add the plugin through `/settings -> plugin` in Codex, or add this marketplace
|
|
|
178
178
|
from the public repository without a full source checkout:
|
|
179
179
|
|
|
180
180
|
```bash
|
|
181
|
-
codex plugin marketplace add https://github.com/
|
|
182
|
-
--sparse .
|
|
181
|
+
codex plugin marketplace add https://github.com/jianhua-wang/botnote.git \
|
|
182
|
+
--sparse marketplace.json \
|
|
183
183
|
--sparse plugins/botnote
|
|
184
184
|
|
|
185
185
|
codex plugin add botnote@botnote-plugins
|
|
@@ -239,7 +239,7 @@ same MCP server and workflow skills without a second plugin implementation.
|
|
|
239
239
|
|
|
240
240
|
```bash
|
|
241
241
|
# Marketplace root for Cursor plugin clients:
|
|
242
|
-
https://github.com/
|
|
242
|
+
https://github.com/jianhua-wang/botnote
|
|
243
243
|
```
|
|
244
244
|
|
|
245
245
|
The Cursor plugin manifest is `plugins/botnote/.cursor-plugin/plugin.json` and
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botnote",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
4
4
|
"description": "Notion for bots. Lightweight project + notes + memory store, agent-first.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@10.33.0",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"homepage": "https://botnote.net",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "
|
|
11
|
+
"url": "https://github.com/Jianhua-Wang/botnote"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
14
|
"url": "https://github.com/Jianhua-Wang/botnote/issues"
|
|
@@ -482,7 +482,8 @@ BOTNOTE_URL=http://127.0.0.1:4280 botnote today
|
|
|
482
482
|
|
|
483
483
|
# Config file (preferred for the daemon host):
|
|
484
484
|
# ~/.config/botnote/config.json
|
|
485
|
-
# { "baseUrl": "http://127.0.0.1:4280" }`})]})}function rU(){return O.jsxs(O.Fragment,{children:[O.jsx(Xl,{title:"Plugin",blurb:"Install the botnote runtime once, then add the plugin for each agent client. The plugin bundles MCP, slash commands, and workflow skills, so Letheia / Plane MCP setup should stay retired."}),O.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-2",children:[O.jsx(kO,{icon:zS,title:"1. Runtime",body:"Install or update the npm binary on every device. Plugins call this binary for MCP."}),O.jsx(kO,{icon:LB,title:"2. Client plugin",body:"Install the marketplace plugin in Claude Code, Codex, Cursor, or another agent client."}),O.jsx(kO,{icon:FT,title:"3. Update both",body:"Runtime and plugin cache update separately. Refresh the client after updating."})]}),O.jsxs("div",{className:"border border-accent/20 bg-accentSoft/50 rounded-md px-4 py-3 text-xs text-accentText leading-relaxed",children:["Use ",O.jsx("code",{className:"text-ink",children:"https://botnote.net"})," with an API token from this settings page on remote devices. On the daemon host, use"," ",O.jsx("code",{className:"text-ink",children:"http://127.0.0.1:4280"})," and skip the token."]}),O.jsx(xo,{icon:zS,title:"Runtime",subtitle:"Required first. Claude Code, Codex, and Cursor all launch this binary for MCP."}),O.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-3",children:[O.jsx(on,{title:"Install runtime",code:`#
|
|
485
|
+
# { "baseUrl": "http://127.0.0.1:4280" }`})]})}function rU(){return O.jsxs(O.Fragment,{children:[O.jsx(Xl,{title:"Plugin",blurb:"Install the botnote runtime once, then add the plugin for each agent client. The plugin bundles MCP, slash commands, and workflow skills, so Letheia / Plane MCP setup should stay retired."}),O.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-2",children:[O.jsx(kO,{icon:zS,title:"1. Runtime",body:"Install or update the npm binary on every device. Plugins call this binary for MCP."}),O.jsx(kO,{icon:LB,title:"2. Client plugin",body:"Install the marketplace plugin in Claude Code, Codex, Cursor, or another agent client."}),O.jsx(kO,{icon:FT,title:"3. Update both",body:"Runtime and plugin cache update separately. Refresh the client after updating."})]}),O.jsxs("div",{className:"border border-accent/20 bg-accentSoft/50 rounded-md px-4 py-3 text-xs text-accentText leading-relaxed",children:["Use ",O.jsx("code",{className:"text-ink",children:"https://botnote.net"})," with an API token from this settings page on remote devices. On the daemon host, use"," ",O.jsx("code",{className:"text-ink",children:"http://127.0.0.1:4280"})," and skip the token."]}),O.jsx(xo,{icon:zS,title:"Runtime",subtitle:"Required first. Claude Code, Codex, and Cursor all launch this binary for MCP."}),O.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-3",children:[O.jsx(on,{title:"Install runtime",code:`# Optional helper CLI for login and manual commands.
|
|
486
|
+
# Plugins can run without a global CLI by using npx.
|
|
486
487
|
npm i -g botnote@latest
|
|
487
488
|
|
|
488
489
|
# Remote clients: save https://botnote.net + a bearer token.
|
|
@@ -505,7 +506,7 @@ botnote --version`})]}),O.jsx(xo,{icon:NB,title:"Claude Code",subtitle:"Recommen
|
|
|
505
506
|
# Manual update, if available in your Claude Code build:
|
|
506
507
|
claude plugin update botnote@botnote`})]}),O.jsx(xo,{icon:GT,title:"Codex",subtitle:"Use the Git marketplace flow; sparse checkout means no full botnote source checkout."}),O.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-3",children:[O.jsx(on,{title:"Install",code:`# No full source checkout required.
|
|
507
508
|
codex plugin marketplace add https://github.com/jianhua-wang/botnote.git \\
|
|
508
|
-
--sparse .
|
|
509
|
+
--sparse marketplace.json \\
|
|
509
510
|
--sparse plugins/botnote
|
|
510
511
|
|
|
511
512
|
codex plugin add botnote@botnote-plugins`}),O.jsx(on,{title:"Update",code:`# Codex refreshes Git marketplaces, then installs from the fresh snapshot.
|
package/web/dist/index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
9
9
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
10
10
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
|
11
|
-
<script type="module" crossorigin src="/assets/index-
|
|
11
|
+
<script type="module" crossorigin src="/assets/index-D2D52jSx.js"></script>
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/index-DBDF6wZm.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|