agent-remnote 0.4.2 → 1.0.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/main.js +4620 -4992
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # agent-remnote
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 586161c: Reset the public write contract around `apply --payload`, `rem children`, and `daily write --markdown`.
8
+
9
+ Breaking changes:
10
+
11
+ - remove `import` and `plan` public write entrypoints
12
+ - remove `import markdown` and `import wechat outline`
13
+ - remove `plan apply`
14
+ - remove Host API `POST /v1/write/markdown` and `POST /v1/write/ops`
15
+ - unify structured writes under `POST /v1/write/apply`
16
+ - add `rem children append|prepend|replace|clear`
17
+ - add `apply --wait --timeout-ms --poll-ms`
18
+ - unify Markdown input to `--markdown <input-spec>` where `input-spec` is inline text, `@file`, or `-`
19
+
3
20
  ## 0.4.2
4
21
 
5
22
  ### Patch Changes