agent-remnote 0.4.2 → 1.1.0
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/CHANGELOG.md +23 -0
- package/dist/main.js +6081 -5578
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# agent-remnote
|
|
2
2
|
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 3676681: Add host API workspace binding resolution and `apiBaseUrl`-driven remote command support for the main read/write surface, plus runtime guards for unsupported property type mutations and invalid table option targets.
|
|
8
|
+
|
|
9
|
+
## 1.0.0
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- 586161c: Reset the public write contract around `apply --payload`, `rem children`, and `daily write --markdown`.
|
|
14
|
+
|
|
15
|
+
Breaking changes:
|
|
16
|
+
|
|
17
|
+
- remove `import` and `plan` public write entrypoints
|
|
18
|
+
- remove `import markdown` and `import wechat outline`
|
|
19
|
+
- remove `plan apply`
|
|
20
|
+
- remove Host API `POST /v1/write/markdown` and `POST /v1/write/ops`
|
|
21
|
+
- unify structured writes under `POST /v1/write/apply`
|
|
22
|
+
- add `rem children append|prepend|replace|clear`
|
|
23
|
+
- add `apply --wait --timeout-ms --poll-ms`
|
|
24
|
+
- unify Markdown input to `--markdown <input-spec>` where `input-spec` is inline text, `@file`, or `-`
|
|
25
|
+
|
|
3
26
|
## 0.4.2
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|