You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+63-59Lines changed: 63 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,23 @@
13
13
<ahref="README.fr-FR.md">Français</a>
14
14
</p>
15
15
16
-
CanvasAnvil is a multi-canvas AI creation platform that turns a single requirement into deliverables you can iterate on.
16
+
CanvasAnvil is a multi-canvas AI creation platform for flow diagrams, CAD workflows, and PPT generation/editing.
17
+
18
+
## Release
19
+
20
+
Current release: `v1.0.0`
21
+
22
+
`v1.0.0` marks the first major usable release with a more stable PPT pipeline, stronger agent routing, cleaner version handling, and better local proxy support for AI requests.
23
+
24
+
## Highlights in v1.0.0
25
+
26
+
- Unified multi-canvas workflow across `Flow`, `CAD`, and `PPT`
27
+
- PPT chat uses single-turn task execution instead of passing full chat history to the agent
28
+
- PPT image uploads no longer bloat chat input with raw base64 data
29
+
- PPT image generation and image-edit requests now go through a local proxy route for better browser compatibility
30
+
- More stable image-reference routing with image count limits, compression, and fallback retry behavior
31
+
- Cleaner PPT version display and hidden internal textless-background processing
32
+
- Fixed multiple garbled text issues in PPT workspace and repo docs
17
33
18
34
## Canvas Previews
19
35
@@ -32,108 +48,96 @@ CanvasAnvil is a multi-canvas AI creation platform that turns a single requireme
0 commit comments