Conversation
…ignore` for CodeGraph data files, including database, cache, and logs. + Add `config.json` for CodeGraph with file inclusion/exclusion patterns and extraction settings. ∴ Enhances project structure and prevents local data from being committed.
…y generation for contract analysis. + Update entity extraction to follow a two-step process: summarization followed by structured extraction. + Modify prompts for clarity and detail. + Refactor entity field handling to include type coercion for dates and decimals. ∴ Improves accuracy and detail in contract data extraction.
…ount` to `DayInfo` for tracking all-day events. + Update `build_calendar_data` to increment `all_day_count` based on event type. + Modify `MonthGrid` and `DayDetail` to display total hours and all-day events count. + Introduce `formatDayDuration` for formatted display of time data. ∴ Improves clarity and detail in time tracking representation.
…vronRight` buttons for month navigation. + Introduce `setMonth` and `shiftMonth` functions for date management. + Modify date input layout to group billing period selection. ∴ Improves user experience in invoice date handling.
… caching methods in `TimeTrackingDataFrameSource` for saving and loading events. + Implement source configuration management with `save_source_config`, `get_source_config`, and `clear_source_config`. + Update `TimeTrackingIntent` to utilize caching and configuration methods during data operations. + Modify `TimeTrackingView` to restore cached data on startup. ∴ Improves data management and user experience in time tracking functionality.
…unit display in invoice templates to use `unit_label` filter for better clarity. + Modify `invoice.html` files across various templates to reflect changes. ∴ Improves presentation of unit information in invoices.
…-llms-openai-like` dependency in `pyproject.toml`. + Update LLM configuration to support OpenAI-compatible providers. + Modify model fetching logic to accommodate both Ollama and OpenAI APIs. + Refactor UI components to handle provider selection and API key input for OpenAI. ∴ Expands LLM capabilities to include OpenAI API compatibility.
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.