@fusebase/fusebase-gate-sdk 2.3.17 → 2.3.19-sdk.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/package.json
CHANGED
package/release-notes/latest.md
CHANGED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
# Release Notes 2.3.16-sdk.2
|
|
2
|
-
|
|
3
|
-
- Current ref: `HEAD`
|
|
4
|
-
- Previous tag: `v2.3.16`
|
|
5
|
-
- Generated at: 2026-06-30T20:37:18.064Z
|
|
6
|
-
|
|
7
|
-
## Included Drafts
|
|
8
|
-
|
|
9
|
-
- `docs/release-notes/2026-06-30-append-workspace-note-content.md` - Append workspace note content
|
|
10
|
-
|
|
11
|
-
## Summary
|
|
12
|
-
|
|
13
|
-
### Append workspace note content
|
|
14
|
-
|
|
15
|
-
Add an append-only workspace note content operation for apps that need to add content to an existing note without replacing the note body.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
## API / SDK Changes
|
|
19
|
-
|
|
20
|
-
### Append workspace note content
|
|
21
|
-
|
|
22
|
-
- Added `appendWorkspaceNoteContent`.
|
|
23
|
-
- The operation accepts a workspace note id plus non-empty `content`, with optional `format: "text" | "html"`.
|
|
24
|
-
- The operation appends to the end of the note and returns the refreshed note metadata plus `note.md`.
|
|
25
|
-
- Regenerated SDK/OpenAPI artifacts include the new Notes API method and request contract.
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
## Consumer Impact
|
|
29
|
-
|
|
30
|
-
### Append workspace note content
|
|
31
|
-
|
|
32
|
-
Apps can now update existing notes by appending text or HTML instead of creating a new note. For Markdown sources, apps should render Markdown to HTML before calling the operation when formatting fidelity matters; otherwise send the content as text.
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
## Verification
|
|
36
|
-
|
|
37
|
-
### Append workspace note content
|
|
38
|
-
|
|
39
|
-
- `npm run build:sdk`
|
|
40
|
-
- `npm run mcp:skills:generate`
|
|
41
|
-
- `npm run mcp:skills:validate`
|
|
42
|
-
- `npm run mcp:skills:copy-to-apps-cli:local`
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## Follow-ups
|
|
46
|
-
|
|
47
|
-
### Append workspace note content
|
|
48
|
-
|
|
49
|
-
- Full note replacement/editing remains a separate product/API decision because it needs a canonical Markdown-to-editor-content conversion path.
|