Commit graph

244 commits

Author SHA1 Message Date
9f701565f3
Merge pull request #55 from wagesj45/codex/analyze-message-id-uniqueness-and-queue-handling
Use Message-ID for cache keys
2025-06-29 02:37:36 -05:00
8ba2a931b9 Use Message-ID for cache keys 2025-06-29 02:37:05 -05:00
41a0f4f8f2 Added additional logging 2025-06-29 00:26:26 -05:00
0e707f7b5e
Merge pull request #54 from wagesj45/codex/investigate-tag-assignment-issue
Fix tagging with multiple matching rules
2025-06-29 00:07:53 -05:00
3e1df7be3f Preserve existing tags when applying multiple rules 2025-06-29 00:07:37 -05:00
f7bcb88a14
Merge pull request #53 from wagesj45/codex/refactor-caching-strategy-and-implementation
Unify AI caches and add cache key helper
2025-06-28 15:46:46 -05:00
d69d0cae66 Merge AI caches and add cache key helper 2025-06-28 15:46:30 -05:00
b470fcd600
Merge pull request #52 from wagesj45/codex/fix-details-popup-error
Fix missing getCachedResult export
2025-06-27 22:21:21 -05:00
bced7447b2 Export getCachedResult from classifier 2025-06-27 22:20:38 -05:00
e14587476e
Merge pull request #51 from wagesj45/codex/fix-bug-in-details.js-with-missing-params
Fix message ID handling in details popup
2025-06-27 21:59:22 -05:00
ef864651d4 Update ai-filter.sln 2025-06-28 02:56:29 -05:00
9b91abb338 Fix details popup when no mid parameter 2025-06-27 21:59:11 -05:00
05176ab30e
Merge pull request #50 from wagesj45/codex/refactor-messagedisplayaction-button-to-popup
Add popup details view
2025-06-27 04:08:17 -05:00
1d7f0d5344 Add message details popup 2025-06-27 04:08:04 -05:00
4376169001 Update AGENTS.md 2025-06-27 03:55:47 -05:00
7be3c46e62 Update manifest.json 2025-06-27 03:14:57 -05:00
2e8a505166
Merge pull request #49 from wagesj45/codex/fix-cache-clearing-and-reasoning-view-button-registration-bu
Fix message display script paths
2025-06-27 03:13:49 -05:00
a7009d644c Fix script registration with relative URLs 2025-06-27 03:12:32 -05:00
101f8d0cd7
Merge pull request #48 from wagesj45/codex/update-code-for-messagedisplay-api
Fix message pane buttons
2025-06-27 02:53:19 -05:00
9ae22ad5ed Update README.md 2025-06-27 02:52:49 -05:00
a29a6299ef Use new scripting API for message display scripts 2025-06-27 02:52:49 -05:00
b2341b1382
Merge pull request #47 from wagesj45/codex/fix-missing--view-reasoning--button
Add View Reasoning UI
2025-06-27 02:14:01 -05:00
22ab445dea Add View Reasoning menu and fix button 2025-06-27 02:12:34 -05:00
03844a5ab3 Update ai-filter.sln 2025-06-27 02:02:55 -05:00
0e6478269e
Merge pull request #46 from wagesj45/codex/implement-ai-metadata-storage-and-ui
Add reasoning cache and viewer
2025-06-27 01:39:50 -05:00
004815e39a
Delete resources/img/brain.png 2025-06-27 01:39:36 -05:00
b6abe758b1 Add reasoning cache and viewer 2025-06-27 01:39:02 -05:00
db7113b03d Create brain.png 2025-06-27 01:38:11 -05:00
53f7055e7a
Merge pull request #45 from wagesj45/codex/add-clear-cache-menu-item-and-button
Add cache clearing controls
2025-06-27 01:05:59 -05:00
1ad1b7004d Add cache clearing feature and update UI 2025-06-27 01:05:27 -05:00
b92b8eacfe
Merge pull request #44 from wagesj45/codex/add-visual-email-classification-indicators
Add status icons during email classification
2025-06-27 00:35:28 -05:00
e78478ab9a Show classification progress and results via toolbar icons 2025-06-27 00:32:19 -05:00
0f0584c4f5 adding additional icon colors 2025-06-27 00:06:34 -05:00
a8a4a4b4dc
Merge pull request #43 from wagesj45/codex/fix-uncaught-syntaxerror-with-break-inside-queue-processing
Fix async rule loop
2025-06-26 17:21:50 -05:00
492c2404cd Fix rule processing loop 2025-06-26 17:18:40 -05:00
36b167d335 adjusting colors 2025-06-26 17:03:54 -05:00
51a9a23312
Merge pull request #42 from wagesj45/codex/navigate-ebay-email-alerts-preferences
Improve message parsing for AI classifier
2025-06-26 17:02:27 -05:00
1070610174 Parse full message for AI classification 2025-06-26 17:02:10 -05:00
93a36ea2d8
Merge pull request #41 from wagesj45/codex/update-rule-boxes-with-bulma-message-container
Improve rule editor layout
2025-06-26 02:58:47 -05:00
6913859526 Refactor rule UI to use Bulma message 2025-06-26 02:56:22 -05:00
5dd7c7f7ee Set themeing colors 2025-06-26 02:51:14 -05:00
9c5134b797 Added themeing 2025-06-26 02:13:36 -05:00
c370de36cc
Merge pull request #40 from wagesj45/codex/add-bulma.css-classes-to-rules
Fix missing Bulma classes when adding rules
2025-06-26 02:11:02 -05:00
540677d458 Add Bulma classes to new rules 2025-06-26 02:10:52 -05:00
39b57abc88
Merge pull request #39 from wagesj45/codex/fix-context-menu,-rule-order,-and-execution-control
Implement rule priority and stop-on-match
2025-06-26 01:59:07 -05:00
dd831e89b4 Fix rule handling and add priority UI 2025-06-26 01:57:24 -05:00
2032ad9fa7
Merge pull request #38 from wagesj45/codex/refactor-settings-page-with-bulma.css
Switch options UI to Bulma
2025-06-26 00:29:29 -05:00
37ac69a82a Remove npm usage and reference static Bulma 2025-06-26 00:28:57 -05:00
5007a96ba8 Update AGENTS.md 2025-06-26 00:02:38 -05:00
a149b6bc8b
Merge pull request #37 from wagesj45/codex/evaluate-long-term-cache-storage-options
Fix Services import in ExpressionSearchFilter
2025-06-25 23:17:57 -05:00