Roadmap: What's coming in the next release / 下个版本路线图 #150
Replies: 6 comments 5 replies
-
|
Hi, first of great project. This will further put AI on the map, as this creates actionable content which people can benefit from. A missing feature which should be included is a way to reiterate over a created lesson module. This way one can review and find missing elements and re iterate. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @bernard-thewagonltd! Post-generation editing is definitely on our radar. See #68 for the existing feature request — we are planning to tackle it in a follow-up release after this one. 感谢反馈!生成后编辑迭代确实是下一步要做的,可以关注 #68 的进展。 |
Beta Was this translation helpful? Give feedback.
-
|
one more related feature I wanted to mention is pre-generation editing, currently after the outline finishes streaming, the generation doesn't give user any chance to review the outline it has produced and immediately calls /api/generate/scene-content with no user confirmation. so any “this isn’t what I wanted” moment is too late before the generation has already begun. Also, there’s a OutlinesEditor component in the repo that looks intended for exactly this gap, but it isn’t connected to this flow right now so users currently can’t remove/reorder/update outline items before committing. and beyond manual editing, a conversational loop would be more powerful where users describe changes in plain language and the AI regenerates the outline until they confirm. especially useful for course curators and saves unnecessary api calls. opened #173 for this if it's worth tracking separately. |
Beta Was this translation helpful? Give feedback.
-
|
Exciting roadmap! Looking forward to Discussion TTS especially. |
Beta Was this translation helpful? Give feedback.
-
|
为什么开源版生成的PPT样式,相较于官方在线的,差距很大,美观性、布局都差很多?是配置的模型原因,还是代码逻辑不一样造成的。 |
Beta Was this translation helpful? Give feedback.
-
|
All three items from this roadmap have shipped in v0.1.0! 🎉
Plus many community-contributed features and fixes — see the full changelog. After extensive (and hopefully thorough enough) testing, we've finally decided to tag the first official versioned release. This version is far from perfect — there are almost certainly bugs lurking in corners we haven't reached yet. Bug reports, feedback, and contributions are all very welcome. One thing we'd especially love input on: testing strategy. The UX has a large number of logical branches (TTS providers × playback states × interaction modes × …), which makes manual testing incredibly painful. If you have experience with or ideas about GUI agents, visual regression testing, or other approaches that could help us scale test coverage, we'd love to hear from you. Thanks to everyone who contributed! We'll open a new discussion for the next roadmap soon. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We've been reading through all the issues and PRs over the past week — thank you to everyone who filed bugs, requested features, and submitted code. Here's what we're working on for the next release.
过去一周我们仔细看了所有的 issue 和 PR,感谢每一位提交 bug、功能建议和代码的朋友。下面是下个版本的计划。
Discussion TTS / 讨论语音
The most requested feature so far. Currently discussions are text-only while lectures have full TTS. We're adding voice playback to the discussion phase so every agent can speak.
目前呼声最高的功能。讲课环节有语音,但讨论环节只有文字。我们正在给讨论环节加上语音播报,让每个 Agent 都能开口说话。
Tracking: #39, #27, #109
Presentation Mode / 演示模式
Full-screen immersive view for projecting lectures. Keyboard navigation, auto-hide controls. Big thanks to @YizukiAme for PR #133 which lays the foundation.
全屏沉浸式教学视图,支持键盘导航、控件自动隐藏。感谢 @YizukiAme 的 PR #133 提供了基础。
Tracking: #102
Discussion UX / 讨论体验增强
Tracking: #73, #37
If you have thoughts on any of these, let us know here or in the linked issues.
如果对以上内容有想法,欢迎在这里或对应 issue 中反馈。
Beta Was this translation helpful? Give feedback.
All reactions