Skip to content

Conversation

@aditya-damerla128
Copy link

@aditya-damerla128 aditya-damerla128 commented Sep 24, 2025

Introduces OzwellButton and OzwellModal components for AI-powered writing assistance, with context-aware autofill in ticket creation and other inputs. Adds settings page for Ozwell configuration, server methods for session and prompt management, and updates layout and tickets page to support Ozwell features.
Introduces a new 'Paste and Save' button in the Ozwell modal footer when a session URL is present. This feature allows users to copy AI-generated content from the chat, paste it from the clipboard, and save it, with validation to prevent saving console logs or irrelevant content. Includes user instructions and fallback for restricted clipboard access.
Improves the Ozwell modal by providing time tracking-specific prompts, richer context data for AI interactions, and enhanced content monitoring for autofill. TicketsPage now supplies detailed project statistics and activity summaries to support more informative AI-generated content.
Trying to get message content extraction working from Ozwell.
Changed content capture from iframe and postMessage events. Added a catch-all extraction method, more comprehensive DOM selectors, and prioritize captured content for autofill. Refactored closeOzwell logic to use new extraction strategies and fallback messaging.
Merged the copy and save instructions into a single step and removed the Auto Save button from the modal. Updated the save logic to use a direct clipboard check when saving, streamlining the user experience and code.
Replaces iframe-based Ozwell assistant with direct calls to a reference server API for chat and autofill functionality. Updates modal UI, conversation flow, and settings page to support custom server URL and model selection. Adds new server method for reference assistant and improves prompt/context handling throughout.
Rewrote the toggle between modal and side panel layouts for the Ozwell AI Assistant. Adds support for extracting and displaying multiple suggestions from assistant responses, allowing users to select and insert a preferred suggestion. Improves prompt button styling and accessibility, and refactors event handling for layout switching and suggestion selection.
Improves OzwellButton to collect related form field values and passes them to the modal for richer context. Refactors OzwellModal to display and toggle context summary, improves suggestion extraction logic, and updates UI for better usability. Minor layout adjustments in TicketsPage and code cleanup in main.js.
Cleared out the gradient style for one that matches the existing app design scheme
Introduces recent conversation listing and resuming in the modal. Currently restricted to history on a per input box basis. Updates client logic to load, display, and resume previous conversations, and server methods to support saving, listing, and fetching conversation metadata. Enhances user experience by allowing users to continue previous chats and manage conversation context.
Enhances the logic for setting the conversation label by combining the prompt title and a preview of the user's message, with truncation for length. Also fixes indentation and error handling in the content generation function.
Modified the formatConversationTimestamp helper to accept an optional label and updated the template to use it. The tooltip now displays both the formatted timestamp and the conversation label if available.
Updated the create ticket form to use flexbox for input and button alignment, replacing absolute positioning with flex containers for better layout consistency and maintainability.
Introduces a toggle in the Ozwell modal to switch between the native chat interface and a new MCP frame loaded via an iframe. Implements message passing between the modal and the MCP frame for prompt handling, and adds the standalone MCP frame prototype at /ozwell-frame.html.
Introduces a new MCP smoke test script for manual testing of the Ozwell modal frame. Recent chats functionality in OzwellModal is now gated behind a feature flag (ENABLE_RECENT_CHATS), disabling related UI and logic unless enabled. Also updates iframe src to use /ozwell-frame.html.
Added explanatory comments to OzwellModal.js and ozwell-frame.html to clarify that the current MCP bridge implementation is a stub and does not follow the real MCP wire protocol. These notes provide guidance for future integration with the official MCP transport.
Added the 'ozwellai' package (v1.0.0) to dependencies in package.json and package-lock.json to enable new functionality or integration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant