Merged
Conversation
This was referenced Feb 17, 2026
3f94b41 to
87a77d9
Compare
This was referenced Mar 4, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates the date/time format in AI prompt templates by adding a colon (:) after the time range separator, changing the format from [H:MM AM/PM] - [H:MM AM/PM] [action] to [H:MM AM/PM] - [H:MM AM/PM]: [action] across both LLM prompt preference files.
Changes:
- Updated the time format in
GeminiPromptPreferences.swiftto include a colon after the time range in format instructions and examples. - Applied the same colon-after-time-range update to
ChatCLIPromptPreferences.swift.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
Dayflow/Dayflow/Core/AI/GeminiPromptPreferences.swift |
Added colon after time ranges in the detailed summary format instructions, good examples, and bad examples. |
Dayflow/Dayflow/Core/AI/ChatCLIPromptPreferences.swift |
Same colon-after-time-range update, but contains a typo on line 164 where the colon is misplaced (7:35: AM instead of 7:35 AM:). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Bad example: | ||
| "7:00 AM - 7:30 AM writing Notion doc | ||
| 7:30 AM - 7:35 AM Slack | ||
| 7:30 AM - 7:35: AM Slack |
There was a problem hiding this comment.
Typo: the colon is misplaced here — 7:35: AM should be 7:35 AM: to match the format used in all the other lines and in the corresponding line in GeminiPromptPreferences.swift (line 140: 7:30 AM - 7:35 AM: Slack).
Suggested change
| 7:30 AM - 7:35: AM Slack | |
| 7:30 AM - 7:35 AM: Slack |
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.
Stack created with Sapling. Best reviewed with ReviewStack.