-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add email and calendar skills with unified expression rules #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
f55cb99
feat: unify email and calendar skill expression, point icloud setup a…
eamanc-lab 6525410
fix: address review findings on credentials, resolution and mailbox n…
eamanc-lab 4533e1d
fix: run the bundled executable instead of whatever is on PATH
eamanc-lab b44e544
fix: apply the bundled-path and secret-input rules to the reference g…
eamanc-lab b7fee4a
fix: preserve icloud event fields on update, and close platform gaps …
eamanc-lab 1066e73
fix: expand recurring iCloud instances, and correct platform and back…
eamanc-lab f100ed3
fix: drop the v1 config path entirely and normalize the gws.exe file …
eamanc-lab 1b55ee5
fix: stop occurrence writes hitting whole series, page Outlook result…
eamanc-lab bf77dd0
fix: emit every expanded occurrence, and close the gaps the audit found
eamanc-lab fe9bb71
fix: document the proxy variables the binary reads, and cover all-day…
eamanc-lab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,3 +26,7 @@ __pycache__/ | |
| *.pyc | ||
|
|
||
| .worktrees/ | ||
|
|
||
| # Skill 构建产物不入库,发布时另行分发 | ||
| *.zip | ||
| *.zip.sha256 | ||
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
Empty file.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| 263964f301dce975eca85e8903782bf20703283cee22a3366a109d383042d229 scripts/bin/darwin-arm64/cola-icloud-calendar | ||
| 65afa3af49d189a03387d3b85cef34192cb681962c46029c010b43bbf261f76e scripts/bin/darwin-x64/cola-icloud-calendar | ||
| 9348e69489ddf36b8dd86cadfeac013f07b91ee04163797230456392a203af5e scripts/bin/win32-x64/cola-icloud-calendar.exe | ||
| 4ff67b61613095e85f7c200895f76fc108de1ea5b70df0facb3efd7a35735ca2 scripts/bin/darwin-arm64/cola-icloud-calendar | ||
| c940c4e1591e1eea12362597ae3cf51ff610d85ad90160202c5d3f6b80cb826d scripts/bin/darwin-x64/cola-icloud-calendar | ||
| 7c5159b109edc294def36ad384991e1d57191ef33ae50e7199f3dd80e0ce1db1 scripts/bin/win32-x64/cola-icloud-calendar.exe |
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
Binary file modified
BIN
+32.4 KB
(100%)
icloud-calendar-skill/scripts/bin/darwin-arm64/cola-icloud-calendar
Binary file not shown.
Binary file modified
BIN
+32.1 KB
(100%)
icloud-calendar-skill/scripts/bin/darwin-x64/cola-icloud-calendar
Binary file not shown.
Binary file modified
BIN
+33.5 KB
(100%)
icloud-calendar-skill/scripts/bin/win32-x64/cola-icloud-calendar.exe
Binary file not shown.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| 3b36b4e44f45ae2cbc411c31e60366134a871016428f2e077314abce448addce scripts/bin/darwin-arm64/cola-outlook-calendar | ||
| 2a6e1900954564a9363cab9627b59b31176ec3f09dcc9accef053627e441b78d scripts/bin/darwin-x64/cola-outlook-calendar | ||
| ed48ee8c149a9b559aded9b4e97997d2a875750d7afd3c47754f65ea97d4dd29 scripts/bin/win32-x64/cola-outlook-calendar.exe | ||
| 95165fa98c2bd01e927c5eabcbea602f4da8315853642cb8a04491afe6317838 scripts/bin/darwin-arm64/cola-outlook-calendar | ||
| b7efe43c62a42a935ab7c1960e45daac5373e3c28f61b60249bc5d0c42aec3b8 scripts/bin/darwin-x64/cola-outlook-calendar | ||
| 701efde5a79f0b4fe2d12182f449679fc28e2fc31621ac623fd84a9bfc43c566 scripts/bin/win32-x64/cola-outlook-calendar.exe |
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
Binary file modified
BIN
+16.3 KB
(100%)
outlook-calendar-skill/scripts/bin/darwin-arm64/cola-outlook-calendar
Binary file not shown.
Binary file modified
BIN
+24.2 KB
(100%)
outlook-calendar-skill/scripts/bin/darwin-x64/cola-outlook-calendar
Binary file not shown.
Binary file modified
BIN
+29.5 KB
(100%)
outlook-calendar-skill/scripts/bin/win32-x64/cola-outlook-calendar.exe
Binary file not shown.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.