Skip to content

Tags: ouyangyipeng/ClassAssistant

Tags

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from OIerty/toorigin

Add WebSpeech/browser ASR support on windows
thx to @olerty !

v1.2.0-MacOS

Toggle v1.2.0-MacOS's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add MIT License to the project

v1.2.0

Toggle v1.2.0's commit message
release: finalize ClassFox v1.2.0 polish

v1.0.1

Toggle v1.0.1's commit message
feat: improve monitoring flow and docs

0.0.1-stable

Toggle 0.0.1-stable's commit message
install: 发布安装包,修改文档

v1.0.0

Toggle v1.0.0's commit message
feat: real-time transcript with in-place line update & update docs

- Transcript now updates live: each ASR callback overwrites the active
  line (seek + truncate), so LLM always sees the latest text
- Sentence boundary (。?!;) finalizes the line, starts a new active line
- Keyword detection still uses delta-only to prevent repeated alerts
- On stop, flush remaining active line to transcript
- Update README: add keywords.txt in usage flow and project structure
- Update 开发指南: add transcript strategy docs, keyword config section,
  and changelog entries for DLL fix / keyword file / real-time transcript