agent-remnote 0.4.1 → 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 +25 -0
  2. package/dist/main.js +4931 -4928
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
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
+
20
+ ## 0.4.2
21
+
22
+ ### Patch Changes
23
+
24
+ - 1dfc8f0: Fix Host API write flows so requests using the default `ensureDaemon=true` path no longer fail from missing daemon runtime services.
25
+
26
+ Enable `rem outline` and `daily rem-id` over Host API, and make `apiBaseUrl` behave as a strict remote mode so local-only commands fail fast instead of silently reading local DB state.
27
+
3
28
  ## 0.4.1
4
29
 
5
30
  ### Patch Changes