Releases: haltakov/chatbot-page
Releases · haltakov/chatbot-page
Release list
chatbot-page v1.0.11
Adds Telegram live handoff for chatbot-page. Visitors can ask a question, you receive a compact Telegram notification, and replying to that notification streams a Real Vlad response back into the active browser chat.
Highlights:
- Added in-memory live reply store, Telegram webhook handling, and browser SSE delivery.
- Added operator mode so follow-up visitor messages notify Telegram but skip AI until
STOPhands the conversation back. - Added Real Vlad message labeling with active/inactive status dot.
- Simplified Telegram prompt notifications and added webhook startup registration helpers.
- Removed assistant message action icons for a cleaner chat UI.
Published to npm as chatbot-page@1.0.11.
Verified with package CI, release dry run, npm publish workflow, and integration into haltakov-chatbot-page.
chatbot-page v1.0.10
Fixes iOS Safari input focus behavior that could pan the page away from the composer when the keyboard opens. The chat shell now follows the visual viewport, pins the document while ChatApp is mounted, and keeps the message pane as the only scrollable area on mobile. Verified with local mobile browser checks, package CI, and npm publish.
chatbot-page v1.0.7
What's Changed
- Clarified the recommended OpenAI setup for editable system prompts with
systemPromptPath. - Added a dedicated System Prompt section to the package README, including a Markdown prompt example and provider configuration.
- Documented the same editable-prompt convention in the Next.js example README.
Full Changelog: v1.0.6...v1.0.7