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
`v0.4.7` builds on `v0.4.6` with a focused set of workflow, presentation, and Web UX improvements.
4
+
5
+
Compared with `v0.4.6`, this release makes Presentation a first-class shared workspace, tightens task workflow handling across Web and MCP, adds Web branding controls, and cleans up several runtime and operator-facing rough edges.
6
+
7
+
## Highlights
8
+
9
+
## 1) Presentation became a real shared workspace
10
+
11
+
The main change in `v0.4.7` is the new Presentation surface.
12
+
13
+
Groups can now publish and manage slot-based presentation content through the daemon, Web UI, and MCP layer. The Chat surface also gained a dedicated Presentation rail and viewer flow, so shared artifacts no longer have to live only as chat text.
14
+
15
+
## 2) Interactive browser-backed views landed
16
+
17
+
`v0.4.7` also adds the browser-surface path for Presentation.
18
+
19
+
This makes it possible to handle harder Web content in a more useful way than a simple static preview. The viewer lifecycle and controls were refined as part of the same work, including better handling for refresh, fullscreen, replacement, and URL entry.
20
+
21
+
## 3) Chat and Presentation are now connected by references
22
+
23
+
Presentation references were added to the message flow, which means chat can point back to a specific Presentation view instead of relying on vague text-only handoffs.
24
+
25
+
Snapshot and compare behavior were also added so the quoted view can be preserved more clearly when users and agents are discussing live content.
26
+
27
+
## 4) Task workflow handling is stricter
28
+
29
+
This release also improves the task workflow layer.
30
+
31
+
Task state handling in the Web UI is more structured, context/task workflow logic is tighter, and MCP-side task update compatibility was improved so task status changes are less fragile in practice.
32
+
33
+
## 5) Web polish and branding moved forward
34
+
35
+
`v0.4.7` includes a broad Web polish pass as well.
36
+
37
+
Highlights include:
38
+
39
+
- Web branding controls for product name and logo assets
40
+
- stronger group/context/unread refresh behavior
41
+
- general message, panel, and console usability cleanup
42
+
43
+
## 6) Runtime and startup behavior were cleaned up further
44
+
45
+
This release also includes smaller but important runtime fixes.
46
+
47
+
Notably, the default `cccc` entry path now respects top-level `--host` / `--port` overrides throughout supervised Web startup and restart, and Kimi runtime defaults were updated to match the current preferred path.
48
+
49
+
## Summary
50
+
51
+
In short, `v0.4.7` is the release that brings together:
0 commit comments