Skip to content

Commit 5311aef

Browse files
pedrecalgreptile-apps[bot]raycastbot
authored
Update at-profile extension (#17680)
* Update at-profile extension - Update CHANGELOG to include AI functionality and TikTok as a site option - Add open tool to quickly access social media profiles - Add TikTok to the list of supported sites in package.json - Add TikTok to default sites and update contributors in package.json - Initial commit * Update extensions/at-profile/package.json with ai evals Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Update tiktok casing Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * add review suggestions * add missing ai evals * fix ai eval * fix contrib casing * Update CHANGELOG.md and optimise images --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Co-authored-by: raycastbot <[email protected]>
1 parent 6176c55 commit 5311aef

File tree

6 files changed

+1484
-61
lines changed

6 files changed

+1484
-61
lines changed

extensions/at-profile/.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# Raycast specific files
7+
raycast-env.d.ts
8+
.raycast-swift-build
9+
.swiftpm
10+
compiled_raycast_swift
11+
12+
# misc
13+
.DS_Store

extensions/at-profile/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# @ Profile Changelog
22

3+
## [Add AI Tool] - 2025-03-10
4+
5+
This release adds the AI functionality and TikTok as site option.
6+
37
## [Initial Version] - 2024-08-13

0 commit comments

Comments
 (0)