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: pywry/docs/docs/changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## Unreleased
4
+
5
+
### New Features
6
+
7
+
-**Plotly dual-theme templates** — `PlotlyConfig` now accepts `template_dark` and `template_light` dicts that are deep-merged on top of the built-in `plotly_dark` / `plotly_white` base templates. User overrides always win; un-set values inherit from the base. Both templates survive theme switches via `pywry:update-theme`.
8
+
3
9
## Version 2.0.0
4
10
5
11
PyWry 2.0 is a major release with a completely redesigned architecture and API.
Copy file name to clipboardExpand all lines: pywry/docs/docs/components/chat/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ PyWry includes a first-class chat UI that can run in native windows, notebook wi
7
7
8
8
If you are building an interactive assistant, use `ChatManager` unless you explicitly need to assemble the raw chat HTML yourself.
9
9
10
-
For the complete API surface, see the [Chat API](../reference/chat.md), [ChatManager API](../reference/chat-manager.md), and [Chat Providers API](../reference/chat-providers.md).
10
+
For the complete API surface, see the [Chat API](../../reference/chat.md), [ChatManager API](../../reference/chat-manager.md), and [Chat Providers API](../../integrations/chat/chat-providers.md).
11
11
12
12
## Minimal ChatManager Setup
13
13
@@ -276,7 +276,7 @@ This returns only the chat HTML structure. You are then responsible for wiring t
276
276
277
277
## Next Steps
278
278
279
-
-[Chat Artifacts And Providers](chat-artifacts.md)
0 commit comments