Skip to content
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

Add home assistant #5

Merged
merged 6 commits into from
Oct 13, 2021
Merged

Add home assistant #5

merged 6 commits into from
Oct 13, 2021

Conversation

tonka3000
Copy link
Contributor

Description

Control your house with raycast 🚀

Type of change

  • New extension

Screenshot

ha1

ha2

ha3

Checklist

Copy link
Member

@PitNikola PitNikola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to other pull requests, please fix the license and double check if there is empty state flickering happening (I don't have home assistant so can't test it). Also make sure to either provide icons for all actions in one action panel or don't provide them at all to avoid issues with the layout (more details in another review).

In addition – is there any reason for using separate actions like "on" and "off" when you you know the state of the item? Same goes for "Play" / "Pause" / "Play/Pause". This could probably be improved to display appropriate action and title depending on the current state. What do you think?

@tonka3000
Copy link
Contributor Author

In addition – is there any reason for using separate actions like "on" and "off" when you you know the state of the item? Same goes for "Play" / "Pause" / "Play/Pause". This could probably be improved to display appropriate action and title depending on the current state. What do you think?

This is tricky with home assistant.

I started exactly with your approach, but I learned that home assistant entities often need a lot of time to update its state because home assistant also request from their backend to all the different smarthome devices. So in some cases this take a long time, and I often have a wrong local state, when I manage it with raycast only.

So I decided to use the same service API as home assistant use for its own web interface. Toggle works great, especially with media players which take a lot of time to update its state.

The ON and OFF actions are required when a light entity is a group, so you have often the state that e.g. 2 of them are on and 1 is off. Home Assistant mostly use the ON state when at least one light of the group is ON. In this cases I need extra actions to turn all ON so that the missing light turn on instead of all turn off. Home assistant also let you customize that group state behavior, so it is never guaranteed that a group entity is ON when at least one light is ON (I also customized that behavior).

So going the actual route avoid having extrem complex state handling inside of Raycast. The API also don't give me every info I need to customize the custom home assistant behavior in Raycast itself.

I will add the image for the actions today, not 100% sure when exactly. In this extension I just use the CopyToClipboard element, which automatically add the icon. I was not able to turn this off. But with icons it is so much nicer UX, so I add them.

@PitNikola
Copy link
Member

Sounds legit. Merging then.

@PitNikola PitNikola merged commit 8e97afc into raycast:main Oct 13, 2021
@tonka3000 tonka3000 deleted the add-homeassistant branch October 13, 2021 17:18
fe9lix pushed a commit that referenced this pull request Apr 5, 2022
…dcrumbs (#1270)

* wip

* wip

* Update Laravel Forge Extension

* add workflow

* Update Laravel Forge Extension (#4)

Co-authored-by: KevinBatdorf <KevinBatdorf@users.noreply.github.com>

* wip

* wip

* Rename fetch-raycast-extension to fetch-raycast-extension.yml

* wip

* Update Laravel Forge Extension (#5)

Co-authored-by: KevinBatdorf <KevinBatdorf@users.noreply.github.com>

* Delete fetch-raycast-extension.yml

* add metadata

Co-authored-by: KevinBatdorf <KevinBatdorf@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
raycastbot added a commit that referenced this pull request Jun 18, 2022
* wip

* wip

* Update Laravel Forge Extension

* add workflow

* Update Laravel Forge Extension (#4)

Co-authored-by: KevinBatdorf <KevinBatdorf@users.noreply.github.com>

* wip

* wip

* Rename fetch-raycast-extension to fetch-raycast-extension.yml

* wip

* Update Laravel Forge Extension (#5)

Co-authored-by: KevinBatdorf <KevinBatdorf@users.noreply.github.com>

* Delete fetch-raycast-extension.yml

* add metadata

* Add steam extension

* update extension readme

* Update comments

* Add Navigation titles

* move readme screenshots out

* grammar fix

* Update screenshots

* Memoize list

* Add release date to metadata

* Update screenshots

* Add updated auth-like flow

* Update cache and pw field type

* Update icons

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: KevinBatdorf <KevinBatdorf@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
fonimus added a commit to fonimus/raycast-extensions that referenced this pull request Mar 1, 2023
- chore: prepare for public store
- chore: package.json
- fix: package-lock
- chore: move extensions
- chore: package.json
- fix: package-lock
- feat: rename extensions in package.json
- feat: rename vault command
- fix: screenshots resolution
- feat: add changelog
- feat: add screeshots
- fix: package-lock
- fix: github package.json name
- fix: github extension
- fix: package-lock
- feat: update icon
- feat: rename github to github pulls
- feat: rename github to github pulls
- fix: publish workflow
- deps: update (raycast#18)
- feat: add multiple login methods (raycast#17)
- feat(vault): add favorite namespaces easy switch (raycast#16)
- feat(kafka): add list section (raycast#10)
- feat(vault): add options to disable write and/or delete (raycast#9)
- feat: move to npm (raycast#8)
- feat: white icon for menu bar and display lag even if currently loading (raycast#7)
- ci: rename list extensions -> list for matrix
- ci: rename list extensions -> list for matrix
- ci: conditional publish on changes files
- chore(kafka-menu-bar): update log (raycast#6)
- feat: reusable list extensions workflow
- fix: publish workflow
- fix: publish workflow (raycast#5)
- feat: add publish workflow
- fix: ci (raycast#4)
- feat: add actions
- feat: add dependabot
- feat: monorepo
- docs: improve kafka documentation
- docs: add kakfa doc link in readme
- feat: add conf to hide consumers without lag
- feat: add metadata extractor
- feat: add partitions in topics and improve compacted tag
- fix: kafka extension icon
- feat(kafka): new extension
- deps: update raycast
- feat(vault): add paste to current app
- feat(vault): add favorites management
- chore(doc): improve documentation
- Merge pull request raycast#2 from fonimus/feat/license
- Merge pull request raycast#1 from fonimus/feat/build-sh
- Merge pull request raycast#3 from fonimus/feat/git-ignore
- feat(vault): add list/create/delete entities
- feat(github): improve list accessories
- feat(github): improve list accessories
- feat(github): remove pr number when details are shown
- fix(github): remove labels from list temporarily (bug in raycast/extensions raycast#3359)
- chore(git): add .gitignore
- chore(license): add MIT license
- chore(build): add extension builder
- feat(github): improve left icon for bots, waiting, etc
- feat(github): improve left icon for bots, waiting, etc
- feat(github): add pr number in navigation and set approval as left icon
- fix(vault): typo
- chore(deps): migrate to last raycast version
- chore(all): reformat with prettier
- fix(vault): fix logo dimension
- ♻️ Remove unused url preference
- 🐛 Remove console logs
- 🔧 Fix readme
- 🔧 Add dsstore to gitignore
- 🔧 Update manifests
- ✨(vault) Save show technical paths in cache
- ✨(github) Add draft information
- ✨(vault) Add folder recursive deletion
- ✨(vault) Add json validation when adding new version
- ✨ Add tint color in icons
- ✨ Add tint color in icons, add mark in user avatar
- 🔨 Add react hooks eslint plugin
- 🐛 Fix reloading issue
- ✨ Add owner name in repo list and copy pr url in clipboard
- 🔧 Remove organization from preferences
- ✨ Add approve action, add possibility to show/hide details, add number of approvals in list/detail
- ♻️ Use useCallback hook and make actions methods components
- ♻️ Use usePromise from raycast utils when possible
- 🐛 Fix system sound by replacing unnecessary submit form action by standard action
- ♻️ Use useCachedState from raycast utils
- 🎉 Init project with vault and github extensions
- Initial commit
fonimus added a commit to fonimus/raycast-extensions that referenced this pull request Mar 1, 2023
- chore: prepare for public store
- chore: prepare for public store
- chore: package.json
- fix: package-lock
- chore: move extensions
- chore: package.json
- fix: package-lock
- feat: rename extensions in package.json
- feat: rename vault command
- fix: screenshots resolution
- feat: add changelog
- feat: add screeshots
- fix: package-lock
- fix: github package.json name
- fix: github extension
- fix: package-lock
- feat: update icon
- feat: rename github to github pulls
- feat: rename github to github pulls
- fix: publish workflow
- deps: update (raycast#18)
- feat: add multiple login methods (raycast#17)
- feat(vault): add favorite namespaces easy switch (raycast#16)
- feat(kafka): add list section (raycast#10)
- feat(vault): add options to disable write and/or delete (raycast#9)
- feat: move to npm (raycast#8)
- feat: white icon for menu bar and display lag even if currently loading (raycast#7)
- ci: rename list extensions -> list for matrix
- ci: rename list extensions -> list for matrix
- ci: conditional publish on changes files
- chore(kafka-menu-bar): update log (raycast#6)
- feat: reusable list extensions workflow
- fix: publish workflow
- fix: publish workflow (raycast#5)
- feat: add publish workflow
- fix: ci (raycast#4)
- feat: add actions
- feat: add dependabot
- feat: monorepo
- docs: improve kafka documentation
- docs: add kakfa doc link in readme
- feat: add conf to hide consumers without lag
- feat: add metadata extractor
- feat: add partitions in topics and improve compacted tag
- fix: kafka extension icon
- feat(kafka): new extension
- deps: update raycast
- feat(vault): add paste to current app
- feat(vault): add favorites management
- chore(doc): improve documentation
- Merge pull request raycast#2 from fonimus/feat/license
- Merge pull request raycast#1 from fonimus/feat/build-sh
- Merge pull request raycast#3 from fonimus/feat/git-ignore
- feat(vault): add list/create/delete entities
- feat(github): improve list accessories
- feat(github): improve list accessories
- feat(github): remove pr number when details are shown
- fix(github): remove labels from list temporarily (bug in raycast/extensions raycast#3359)
- chore(git): add .gitignore
- chore(license): add MIT license
- chore(build): add extension builder
- feat(github): improve left icon for bots, waiting, etc
- feat(github): improve left icon for bots, waiting, etc
- feat(github): add pr number in navigation and set approval as left icon
- fix(vault): typo
- chore(deps): migrate to last raycast version
- chore(all): reformat with prettier
- fix(vault): fix logo dimension
- ♻️ Remove unused url preference
- 🐛 Remove console logs
- 🔧 Fix readme
- 🔧 Add dsstore to gitignore
- 🔧 Update manifests
- ✨(vault) Save show technical paths in cache
- ✨(github) Add draft information
- ✨(vault) Add folder recursive deletion
- ✨(vault) Add json validation when adding new version
- ✨ Add tint color in icons
- ✨ Add tint color in icons, add mark in user avatar
- 🔨 Add react hooks eslint plugin
- 🐛 Fix reloading issue
- ✨ Add owner name in repo list and copy pr url in clipboard
- 🔧 Remove organization from preferences
- ✨ Add approve action, add possibility to show/hide details, add number of approvals in list/detail
- ♻️ Use useCallback hook and make actions methods components
- ♻️ Use usePromise from raycast utils when possible
- 🐛 Fix system sound by replacing unnecessary submit form action by standard action
- ♻️ Use useCachedState from raycast utils
- 🎉 Init project with vault and github extensions
- Initial commit
guoliim pushed a commit to guoliim/raycast-extensions that referenced this pull request Mar 6, 2023
- installed
- fix: infinite  state
- fix:
- refactor(raycast#16): better hook type
- refactor:  →
- refactor(raycast#16): better  &  obj usage
- fix:  →
- refactor(raycast#16): better  obj usage
- refactor(raycast#16): better  obj usage
- refactor:
- refactor:  →
- refactor:
- refactor(raycast#16): import
- fix: refine copy
- fix(raycast#16): derp
- Merge pull request raycast#16 from abielzulio/refactor/hooks
- refactor:
- fix(useHistory, History):
- fix(useHistory): better type
- refactor:
- refactor: better name
- refactor: proper  naming
- fix: remove unused
- refactor:
- refactor: remove unused import
- fix: lol
- feat:  &
- fix: improve  last index selection
- fix: missing  type in
- refactor:
- refactor: re-arrange
- refactor:  →
- refactor: re-arrange
- refactor:  →
- refactor: remove
- Merge pull request raycast#14 from abielzulio/wip/new-api
- docs: update
- feat: use new official
- refactor: using v4 api
- docs: discontinue for a while
- feat: enable detailed view option
- docs: update
- feat: use clearanceToken, userAgent
- chore: chatgpt v2.1.1
- docs: fix derp
- fix: refine ui + copy
- fix: move the question label to the markdown
- refactor: libs
- docs: make the logo smaller
- docs: add init step
- docs: more lil refine
- docs: lil refine
- docs: init changelog
- docs: new
- npm: add contributors
- feat + refactor: remove duplicated list
- fix: multiple render list view
- feat: smooth init load data
- fix: icon and category
- fix: package
- fix: tts glitching in the first second
- feat: auto tts option
- feat: PreferencesActionSection
- feat: more ActionPanel.Section
- refactor: GetAnswerAction
- feat: remove all saved answer actionn
- feat: add ActionPanel.Section
- fix: derp
- refactor: SaveActionSection
- refactor: remove unused action
- refactor: CopyActionSection
- fix: derp
- refactor: DestructiveAction
- refactor: SaveAsSnippetAction
- refactor: SaveAnswerAction
- refactor: TextToSpeechAction
- refactor: CopyToClipboardAction
- refactor: views
- refactor: remove unused prop
- feat: recent initial question history
- fix: change clear history shortcut key
- feat: save answer from history
- feat: confirm alert for invalid token
- feat: clear history
- feat: confirm alert
- docs: update preview
- docs: update feature
- refactor: filtering history and saved answer
- docs: remove preview
- cleanup
- refactor: ConversationItem type
- style: refine
- refactor: AnswerDetailView
- derp
- feat: history
- Merge pull request raycast#6 from shichongrui/main
- refactor: type
- Fix some TS issues so the project would build
- Merge pull request raycast#5 from ivanglushko/feature/speak-out-the-answer
- Merge remote-tracking branch 'origin/feature/speak-out-the-answer' into feature/speak-out-the-answer
- added handling multiple commands start
- feat: add request timeout
- Merge pull request raycast#4 from ivanglushko/feature/speak-out-the-answer
- Merge branch 'main' into feature/speak-out-the-answer
- Added tts feature to action pallete
- style: refine
- fix: sorting answer
- refactor: remove unused type
- feat: conversational
- feat: question metadata
- fix: change command key
- feat: clear search bar when got answer
- style: refine
- feat: snippet
- feat: sort by recent generated answer
- refactor: Answer createdAt
- feat: show instructions when user init a search bar
- fix: show restart convo when already generating answer
- fix: set sessionToken type field to password
- docs: update
- feat: saved answer
- feat: copy answer & question
- Merge pull request raycast#3 from timolins/main
- Update chatgpt api
- Fix Shareg.pt profile image
- Improve text wiping after submit
- Add fork README
- A lot of improvements * Use List for better conversational UI * Use native Preference store for Session Token * Added long-input mode for Code * Support for streaming answers * Add sharing capability via shareg.pt
- docs: update
- docs: update
- feat: sign in with session token
- chore: chatgpt v1.1.1
- fix: refine icon
- feat: copy answer & question
- feat: use form as an input
- fix: copy
- feat: add openai logo
- feat: question validation handle
- fix: copy
- docs: replace preview
- fix: headless
- init
- Initial commit
pernielsentikaer pushed a commit that referenced this pull request Mar 14, 2023
* Add kafka extension

- chore: prepare for public store
- chore: package.json
- fix: package-lock
- chore: move extensions
- chore: package.json
- fix: package-lock
- feat: rename extensions in package.json
- feat: rename vault command
- fix: screenshots resolution
- feat: add changelog
- feat: add screeshots
- fix: package-lock
- fix: github package.json name
- fix: github extension
- fix: package-lock
- feat: update icon
- feat: rename github to github pulls
- feat: rename github to github pulls
- fix: publish workflow
- deps: update (#18)
- feat: add multiple login methods (#17)
- feat(vault): add favorite namespaces easy switch (#16)
- feat(kafka): add list section (#10)
- feat(vault): add options to disable write and/or delete (#9)
- feat: move to npm (#8)
- feat: white icon for menu bar and display lag even if currently loading (#7)
- ci: rename list extensions -> list for matrix
- ci: rename list extensions -> list for matrix
- ci: conditional publish on changes files
- chore(kafka-menu-bar): update log (#6)
- feat: reusable list extensions workflow
- fix: publish workflow
- fix: publish workflow (#5)
- feat: add publish workflow
- fix: ci (#4)
- feat: add actions
- feat: add dependabot
- feat: monorepo
- docs: improve kafka documentation
- docs: add kakfa doc link in readme
- feat: add conf to hide consumers without lag
- feat: add metadata extractor
- feat: add partitions in topics and improve compacted tag
- fix: kafka extension icon
- feat(kafka): new extension
- deps: update raycast
- feat(vault): add paste to current app
- feat(vault): add favorites management
- chore(doc): improve documentation
- Merge pull request #2 from fonimus/feat/license
- Merge pull request #1 from fonimus/feat/build-sh
- Merge pull request #3 from fonimus/feat/git-ignore
- feat(vault): add list/create/delete entities
- feat(github): improve list accessories
- feat(github): improve list accessories
- feat(github): remove pr number when details are shown
- fix(github): remove labels from list temporarily (bug in raycast/extensions #3359)
- chore(git): add .gitignore
- chore(license): add MIT license
- chore(build): add extension builder
- feat(github): improve left icon for bots, waiting, etc
- feat(github): improve left icon for bots, waiting, etc
- feat(github): add pr number in navigation and set approval as left icon
- fix(vault): typo
- chore(deps): migrate to last raycast version
- chore(all): reformat with prettier
- fix(vault): fix logo dimension
- ♻️ Remove unused url preference
- 🐛 Remove console logs
- 🔧 Fix readme
- 🔧 Add dsstore to gitignore
- 🔧 Update manifests
- ✨(vault) Save show technical paths in cache
- ✨(github) Add draft information
- ✨(vault) Add folder recursive deletion
- ✨(vault) Add json validation when adding new version
- ✨ Add tint color in icons
- ✨ Add tint color in icons, add mark in user avatar
- 🔨 Add react hooks eslint plugin
- 🐛 Fix reloading issue
- ✨ Add owner name in repo list and copy pr url in clipboard
- 🔧 Remove organization from preferences
- ✨ Add approve action, add possibility to show/hide details, add number of approvals in list/detail
- ♻️ Use useCallback hook and make actions methods components
- ♻️ Use usePromise from raycast utils when possible
- 🐛 Fix system sound by replacing unnecessary submit form action by standard action
- ♻️ Use useCachedState from raycast utils
- 🎉 Init project with vault and github extensions
- Initial commit

* fix: wrong package.json and lock file

* fix: remove unused asset

* feat: add dark icon, prettify menu bar dropdown

* feat: add reload shortcut

* fix: remove ssl kafkajs configuration from default
pernielsentikaer added a commit that referenced this pull request Apr 18, 2023
* Update quantumcast extension

- Release 0.0.2 (#8)
- release 0.0.1 (#5)
- Modified CHANGELOG (#4)
- Merge initial release 0.0.1 (#3)
- Dev (#2)
- npm update (#1)
- Added logos
- Initial project setup
- Update README.md
- Initial commit

* Update CHANGELOG.md

* new Raycast eslint

* Update open-cloudflow-workspace.tsx

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
pernielsentikaer added a commit that referenced this pull request Apr 25, 2023
* Update quantumcast extension

- Release 0.0.2 (#8)
- release 0.0.1 (#5)
- Modified CHANGELOG (#4)
- Merge initial release 0.0.1 (#3)
- Dev (#2)
- npm update (#1)
- Added logos
- Initial project setup
- Update README.md
- Initial commit

* Update quantumcast extension

- eslint mod
- V0.0.3 (#10)
- V0.0.3 (#9)

* Update quantumcast extension

- Add category
- eslint mod
- V0.0.3 (#10)
- V0.0.3 (#9)

* Update open-cloudflow-api-docs.tsx

* Update open-cloudflow-api-docs.tsx

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
lucaas added a commit to lucaas/raycast-extensions that referenced this pull request Apr 28, 2023
- Fix type errors
- Resize images
- Update readme, changelog, screenshots
- Combine all search commands as one
- chore: Update deps (raycast#6)
- feat: Copy branch name (raycast#5)
- deps: Update dependencies, use strict api and iso-formatted dates (raycast#4)
- feat: Search projects, objects and versions (raycast#2)
- chore: Add codeowners file (raycast#3)
- feat: Assigned tasks (raycast#1)
- Initial commit
pernielsentikaer added a commit that referenced this pull request May 1, 2023
* Add ftrack extension

- Fix type errors
- Resize images
- Update readme, changelog, screenshots
- Combine all search commands as one
- chore: Update deps (#6)
- feat: Copy branch name (#5)
- deps: Update dependencies, use strict api and iso-formatted dates (#4)
- feat: Search projects, objects and versions (#2)
- chore: Add codeowners file (#3)
- feat: Assigned tasks (#1)
- Initial commit

* Update image address

* Updated API+Linter

* Updated API+Linter

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
pernielsentikaer added a commit that referenced this pull request May 19, 2023
* Update quantumcast extension

- Contributions/merge 1684352334444420000 (#14)
- Release 0.0.4 (#13)
- Update CHANGELOG.md (#12)
- eslint mod (#11)
- V0.0.3 (#10)
- V0.0.3 (#9)
- Release 0.0.2 (#8)
- release 0.0.1 (#5)
- Modified CHANGELOG (#4)
- Merge initial release 0.0.1 (#3)
- Dev (#2)
- npm update (#1)
- Added logos
- Initial project setup
- Update README.md
- Initial commit

* Added missing icon and removed some matadata images

* Removed raycast-env.d.ts

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
canac added a commit to canac/extensions that referenced this pull request May 31, 2023
- Make starting branch configurable
- Prepare for publish
- Update eslint config
- Move hook to component
- Add command to create new worktree
- Only replace ~/
- Document unnecessary eslint-disable
- Make terminal and editor configurable
- Use fd when possible
- Display error message
- Add confirmation toast
- Ignore the main worktree
- Parse porcelain format
- Raycast extension for managing git worktrees
- Update dependencies
- Migrate to latest
- Fix package name
- Remove superjson dependency
- Fix useEffect dependencies
- Merge pull request raycast#10 from canac/dependabot/npm_and_yarn/journal/electron-and-react-devtools-23.2.4
- Merge pull request raycast#9 from canac/dependabot/npm_and_yarn/bible/electron-and-react-devtools-23.2.4
- Bump electron and react-devtools in /journal
- Bump electron and react-devtools in /bible
- Merge pull request raycast#8 from canac/dependabot/npm_and_yarn/bible/node-fetch-3.2.10
- Merge pull request raycast#6 from canac/dependabot/npm_and_yarn/bible/http-cache-semantics-4.1.1
- Merge pull request raycast#7 from canac/dependabot/npm_and_yarn/bible/ansi-regex-3.0.1
- Merge pull request raycast#5 from canac/dependabot/npm_and_yarn/bible/minimist-1.2.8
- Bump node-fetch from 3.2.0 to 3.2.10 in /bible
- Bump ansi-regex from 3.0.0 to 3.0.1 in /bible
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /bible
- Bump minimist from 1.2.5 to 1.2.8 in /bible
- Add BibleGateway scraper
- Improve journal extension metadata
- Run prettier
- Merge pull request raycast#4 from canac/dependabot/npm_and_yarn/journal/minimatch-3.1.2
- Bump minimatch from 3.0.4 to 3.1.2 in /journal
- Merge pull request raycast#3 from canac/dependabot/npm_and_yarn/journal/http-cache-semantics-4.1.1
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /journal
- Merge pull request raycast#2 from canac/dependabot/npm_and_yarn/journal/ansi-regex-3.0.1
- Bump ansi-regex from 3.0.0 to 3.0.1 in /journal
- Merge pull request raycast#1 from canac/dependabot/npm_and_yarn/journal/minimist-1.2.6
- Bump minimist from 1.2.5 to 1.2.6 in /journal
- Keep Raycast open after choosing a tag
- Clear the tag search after choosing a tag
- Journal Raycast extension
- Initial commit
thomaslombart pushed a commit that referenced this pull request Jul 7, 2023
* Add worktrees extension

- Make starting branch configurable
- Prepare for publish
- Update eslint config
- Move hook to component
- Add command to create new worktree
- Only replace ~/
- Document unnecessary eslint-disable
- Make terminal and editor configurable
- Use fd when possible
- Display error message
- Add confirmation toast
- Ignore the main worktree
- Parse porcelain format
- Raycast extension for managing git worktrees
- Update dependencies
- Migrate to latest
- Fix package name
- Remove superjson dependency
- Fix useEffect dependencies
- Merge pull request #10 from canac/dependabot/npm_and_yarn/journal/electron-and-react-devtools-23.2.4
- Merge pull request #9 from canac/dependabot/npm_and_yarn/bible/electron-and-react-devtools-23.2.4
- Bump electron and react-devtools in /journal
- Bump electron and react-devtools in /bible
- Merge pull request #8 from canac/dependabot/npm_and_yarn/bible/node-fetch-3.2.10
- Merge pull request #6 from canac/dependabot/npm_and_yarn/bible/http-cache-semantics-4.1.1
- Merge pull request #7 from canac/dependabot/npm_and_yarn/bible/ansi-regex-3.0.1
- Merge pull request #5 from canac/dependabot/npm_and_yarn/bible/minimist-1.2.8
- Bump node-fetch from 3.2.0 to 3.2.10 in /bible
- Bump ansi-regex from 3.0.0 to 3.0.1 in /bible
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /bible
- Bump minimist from 1.2.5 to 1.2.8 in /bible
- Add BibleGateway scraper
- Improve journal extension metadata
- Run prettier
- Merge pull request #4 from canac/dependabot/npm_and_yarn/journal/minimatch-3.1.2
- Bump minimatch from 3.0.4 to 3.1.2 in /journal
- Merge pull request #3 from canac/dependabot/npm_and_yarn/journal/http-cache-semantics-4.1.1
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /journal
- Merge pull request #2 from canac/dependabot/npm_and_yarn/journal/ansi-regex-3.0.1
- Bump ansi-regex from 3.0.0 to 3.0.1 in /journal
- Merge pull request #1 from canac/dependabot/npm_and_yarn/journal/minimist-1.2.6
- Bump minimist from 1.2.5 to 1.2.6 in /journal
- Keep Raycast open after choosing a tag
- Clear the tag search after choosing a tag
- Journal Raycast extension
- Initial commit

* Add screenshots

* optimize metadata

* Update worktrees extension

- Merge branch 'contributions/merge-1686342399257255000'
- Pull contributions
- Refactor to use useForm

* Handle zero worktrees

* Add empty list view

* Completely hide summary

* Add changelog

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
rupert648 added a commit to rupert648/raycast-extensions that referenced this pull request Jul 9, 2023
- Merge pull request raycast#7 from rupert648/raycast-extension
- feat: cleaned up details and added icons/screenshots
- chore: vercelignore to ignore raycast
- feat: created 2 raycast commands - create and copy
- Merge pull request raycast#6 from rupert648/minor-improvements
- feat: minor improvements! mainly phone css
- Merge pull request raycast#5 from rupert648/direct-api-route-to-create
- feat: direct APi routes to get/create paste
- Merge pull request raycast#4 from rupert648/options-styling
- feat: improved styling of options mdoal
- Merge pull request raycast#3 from rupert648/pastepage-timeouts
- feat: added timeouts
- Merge pull request raycast#2 from rupert648/404
- Updated README.md and removed example router
- shitty copied to clipboard popup
- enable ssr and redirrect to 404
- Created 404 page
- Merge pull request raycast#1 from rupert648/code-cleanup
- added favicon + generalised components
- moved components out of pages as was breaking things :)
- added loading icons + moved to planetscale
- made more responsive :)
- moved options modal
- refactor: use paste instead of curl
- made pretty :)
- curl request page uses formik
- shortcuts + formik
- refactored to use prisma
- first commit
ibll added a commit to ibll/raycast-extensions that referenced this pull request Jul 11, 2023
- Video preview (raycast#5)
- Merge branch 'contributions/merge-1689093347159216000' into video-preview
- Pull contributions
- updated raycast ver
- updated images
- bump
- Cleaning up
- updated changelog
- yes prettier thank you kindly
- removed unnecessary loading when switching pockets
- linting, readme changes
- Verbage changes
- reload fix reverted copy keybind cause it didn't work for me
- tidied up video preview generator
- displays file icon for non image/video formats
- copy shortcut change
- boop
- still a bit slow
- fixed double load
- whoops
- made switching pockets faster, preview optional
- fixed speed, strange refresh on load
- works, slow
- works but is suuuper slow
- hguguunncnghghgh work pls
- refactoring again ig??
- refactored, still not workign
- preview image generates
- testing
mil3na pushed a commit that referenced this pull request Jul 17, 2023
* Update image-wallet extension

- Video preview (#5)
- Merge branch 'contributions/merge-1689093347159216000' into video-preview
- Pull contributions
- updated raycast ver
- updated images
- bump
- Cleaning up
- updated changelog
- yes prettier thank you kindly
- removed unnecessary loading when switching pockets
- linting, readme changes
- Verbage changes
- reload fix reverted copy keybind cause it didn't work for me
- tidied up video preview generator
- displays file icon for non image/video formats
- copy shortcut change
- boop
- still a bit slow
- fixed double load
- whoops
- made switching pockets faster, preview optional
- fixed speed, strange refresh on load
- works, slow
- works but is suuuper slow
- hguguunncnghghgh work pls
- refactoring again ig??
- refactored, still not workign
- preview image generates
- testing

* Added more supported video formats
bbcvc added a commit to bbcvc/raycast-extensions that referenced this pull request Jul 18, 2023
- chore: proxy
- feat: support open in web dicts
- fix: from lang
- feat: source language select
- feat: make config types from a single source of truth (raycast#5)
- refactor: extract spellcheck item logic (raycast#6)
- chore: styling
- docs: add license
- docs: update readme
- feat: better item selection
- chore: refactor
- feat: add a few more actions
- chore: update lint rules
- refactor: use native spellcheck cli (raycast#4)
- chore: restructure
- fix: svg foreground color
- feat: render svg as data url (raycast#3)
- docs: layout
- chore: clean up
- fix: auto clean cache on start up
- chore: clean up deps
- chore: add esno to the deps
- feat: support spelling check
- chore: lint
- fix: react hooks can not in condition segment (raycast#2)
- feat: hide from lang when all are the same
- docs: update readme
- docs: update
- feat: update logo
- feat: add option to disable text selection grab
- feat: translate back
- chore: cleanup
- docs: readme
- chore: trimming
- feat: passive selection grab
- feat: make changes
- chore: deps and lint
- feat: fork from https://github.com/raycast/extensions/tree/main/extensions/google-translate
razgaon added a commit to razgaon/raycast-extensions that referenced this pull request Aug 24, 2023
- Update README.md
- Update README.md
- Merge pull request raycast#8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request raycast#7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request raycast#5 from razgaon/razgaon-readme-patch-1
- Merge pull request raycast#6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request raycast#4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request raycast#3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request raycast#2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request raycast#1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input
mil3na pushed a commit that referenced this pull request Aug 29, 2023
* Add notion_researcher extension

- Update README.md
- Update README.md
- Merge pull request #8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request #7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request #5 from razgaon/razgaon-readme-patch-1
- Merge pull request #6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request #4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request #3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request #2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request #1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input

* Fixed lint issue

* Fixed comments

* Fixed additional comments
mil3na added a commit that referenced this pull request Aug 31, 2023
* Add notion_researcher extension

- Update README.md
- Update README.md
- Merge pull request #8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request #7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request #5 from razgaon/razgaon-readme-patch-1
- Merge pull request #6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request #4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request #3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request #2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request #1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input

* Fixed lint issue

* Fixed comments

* Fixed additional comments

* Fixed bug in parsing math equations.

* Removed unnecessary backslash

* Changelog

---------

Co-authored-by: Milena Araujo <milena@raycast.com>
raycastbot added a commit that referenced this pull request Sep 21, 2023
* Add notion_researcher extension

- Update README.md
- Update README.md
- Merge pull request #8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request #7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request #5 from razgaon/razgaon-readme-patch-1
- Merge pull request #6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request #4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request #3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request #2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request #1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input

* Fixed lint issue

* Fixed comments

* Fixed additional comments

* Fixed bug in parsing math equations.

* Removed unnecessary backslash

* Changelog

* Update notion_researcher extension

- Merge branch \'contributions/merge-1695255364095020000\'
- Pull contributions
- Added more metadata
- Updated readme
- Updated package lock
- Updated packages
- Completed addConcept feature
- Added concept feature to capture rich text(including math)

* Fixed lint issues

* Changed Metadata images

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Milena Araujo <milena@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
MassimilianoPasquini97 added a commit to MassimilianoPasquini97/raycast-extensions that referenced this pull request Oct 21, 2023
- CHANGELOG.md update
- Merge pull request raycast#5 from MassimilianoPasquini97/clipboard_fallback
- New Preference \'Enable Input Source Fallback\'.
- New Preference \'Input Source\'
- Removed unused embedding from codebase
- Merge branch \'contributions/merge-1697691587951609000\'
- Pull contributions
- Updated CHANGELOG.md
- Updated README.md with new model name.
- Metrics metadata now available on Chat Command.
- Ollama Host is now configurable throw Preferences.
- New Action.Open for quickly go to \'Manage Models\'.
- Moved Model preferences to LocalStorage.
- Updated Models Library link on README.md
- Reduced re-rendering on models downloading.
- Deleted navigationTitle from Form.
- Last fixes before publish.
- Improvement on \'Chat With Ollama\' ActionPanel
- New command \'Manage Models\'
- OllamaApiTags() function returns Promise<OllamaApiTagsResponse>
- Error Handling for \'ollama-custom-create\'
- Implemented new command \'Create Custom Command\'
- Multiple chat saving feature
- Convertation is now saved only when inference is done.
- Chat is now saved on LocalStorage
- First implementation of a chat command.
- [Improvement and BugFix] - 2023-08-12
pernielsentikaer pushed a commit that referenced this pull request Oct 23, 2023
* [Improvement and BugFix] - 2023-09-18

* Update CHANGELOG.md and optimise images

* Update raycast-ollama extension

- CHANGELOG.md update
- Merge pull request #5 from MassimilianoPasquini97/clipboard_fallback
- New Preference \'Enable Input Source Fallback\'.
- New Preference \'Input Source\'
- Removed unused embedding from codebase
- Merge branch \'contributions/merge-1697691587951609000\'
- Pull contributions
- Updated CHANGELOG.md
- Updated README.md with new model name.
- Metrics metadata now available on Chat Command.
- Ollama Host is now configurable throw Preferences.
- New Action.Open for quickly go to \'Manage Models\'.
- Moved Model preferences to LocalStorage.
- Updated Models Library link on README.md
- Reduced re-rendering on models downloading.
- Deleted navigationTitle from Form.
- Last fixes before publish.
- Improvement on \'Chat With Ollama\' ActionPanel
- New command \'Manage Models\'
- OllamaApiTags() function returns Promise<OllamaApiTagsResponse>
- Error Handling for \'ollama-custom-create\'
- Implemented new command \'Create Custom Command\'
- Multiple chat saving feature
- Convertation is now saved only when inference is done.
- Chat is now saved on LocalStorage
- First implementation of a chat command.
- [Improvement and BugFix] - 2023-08-12

---------

Co-authored-by: raycastbot <bot@raycast.com>
colbyfayock added a commit to colbyfayock/raycast-extensions that referenced this pull request Nov 14, 2023
- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request raycast#8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#7 from doingandlearning/main
- Removes unnecessary function.
- Restructures code to account for early return.
- Updates label
- Adds the ratio urls
- Extracts the imageUrl generation to the helper.
- Merge pull request raycast#6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request raycast#2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md
colbyfayock added a commit to colbyfayock/raycast-extensions that referenced this pull request Nov 15, 2023
- changelog
- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request raycast#8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#7 from doingandlearning/main
- Removes unnecessary function.
- Restructures code to account for early return.
- Updates label
- Adds the ratio urls
- Extracts the imageUrl generation to the helper.
- Merge pull request raycast#6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request raycast#2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md
- removing unused dep
- Merge branch \'contributions/merge-1692884369129397000\'
- Pull contributions
- lint
- removing pngpaste as a dependency
- adding search action, abstracting views
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- removing background removal temporarily as it requires a premium add-on
- Update README.md
- adding ability to upload a file by URL
- trying to fix ts error
- prettier
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- removing owner
- Update README.md
- Update README.md
- revertting org name
- owner
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- icon
- Update README.md
- Update README.md
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- package namE
- Update README.md
- init
- Initial commit
pernielsentikaer pushed a commit that referenced this pull request Nov 16, 2023
* Update cloudinary extension

- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request #8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #7 from doingandlearning/main
- Removes unnecessary function.
- Restructures code to account for early return.
- Updates label
- Adds the ratio urls
- Extracts the imageUrl generation to the helper.
- Merge pull request #6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request #2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md

* Update cloudinary extension

- changelog
- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request #8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #7 from doingandlearning/main
- Removes unnecessary function.
- Restructures code to account for early return.
- Updates label
- Adds the ratio urls
- Extracts the imageUrl generation to the helper.
- Merge pull request #6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request #2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md
- removing unused dep
- Merge branch \'contributions/merge-1692884369129397000\'
- Pull contributions
- lint
- removing pngpaste as a dependency
- adding search action, abstracting views
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- removing background removal temporarily as it requires a premium add-on
- Update README.md
- adding ability to upload a file by URL
- trying to fix ts error
- prettier
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- removing owner
- Update README.md
- Update README.md
- revertting org name
- owner
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- icon
- Update README.md
- Update README.md
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- package namE
- Update README.md
- init
- Initial commit
MassimilianoPasquini97 added a commit to MassimilianoPasquini97/raycast-extensions that referenced this pull request Nov 30, 2023
- Merge pull request raycast#9 from MassimilianoPasquini97/dev
- Updated README.md and CHANGELOG.md files.
- Load PDF and Text based files on prompt for query chains.
- Code splitted
- Merge pull request raycast#6 from MassimilianoPasquini97/OllamaResponseApiFix
- Updated changelog.md
- TextField apper if ModelsOnRegistry is undefined
- Fixed ModelsOnRegistry.lengh undefined
- Deleted \'error\' message on event emitter
- Deleted field no longher used by Ollama Generate Response API
- CHANGELOG.md update
- Merge pull request raycast#5 from MassimilianoPasquini97/clipboard_fallback
- New Preference \'Enable Input Source Fallback\'.
- New Preference \'Input Source\'
- Removed unused embedding from codebase
- Merge branch \'contributions/merge-1697691587951609000\'
- Pull contributions
- Updated CHANGELOG.md
- Updated README.md with new model name.
- Metrics metadata now available on Chat Command.
- Ollama Host is now configurable throw Preferences.
- New Action.Open for quickly go to \'Manage Models\'.
- Moved Model preferences to LocalStorage.
- Updated Models Library link on README.md
- Reduced re-rendering on models downloading.
- Deleted navigationTitle from Form.
- Last fixes before publish.
- Improvement on \'Chat With Ollama\' ActionPanel
- New command \'Manage Models\'
- OllamaApiTags() function returns Promise<OllamaApiTagsResponse>
- Error Handling for \'ollama-custom-create\'
- Implemented new command \'Create Custom Command\'
- Multiple chat saving feature
- Convertation is now saved only when inference is done.
- Chat is now saved on LocalStorage
- First implementation of a chat command.
- [Improvement and BugFix] - 2023-08-12
- Merge pull request raycast#2 from suhaildawood/main
- Changed CHANGELOG.md file.
- feat: support for llama2:70b
- Import optimized images
- Pull contributions
- CHANGELOG Update
- Updated README and minor fix
- Fixed CHANGELOG and README
- [Improvement] - 2023-07-31
- Improvement] - 2023-07-30 v2
- [Improvement] - 2023-07-30
- [Code Improvement and BugFix] - 2023-07-29
- ray lint --fix runned
- Added git repository
- Initial commit
- Initial commit
pernielsentikaer pushed a commit that referenced this pull request Nov 30, 2023
- Merge pull request #9 from MassimilianoPasquini97/dev
- Updated README.md and CHANGELOG.md files.
- Load PDF and Text based files on prompt for query chains.
- Code splitted
- Merge pull request #6 from MassimilianoPasquini97/OllamaResponseApiFix
- Updated changelog.md
- TextField apper if ModelsOnRegistry is undefined
- Fixed ModelsOnRegistry.lengh undefined
- Deleted \'error\' message on event emitter
- Deleted field no longher used by Ollama Generate Response API
- CHANGELOG.md update
- Merge pull request #5 from MassimilianoPasquini97/clipboard_fallback
- New Preference \'Enable Input Source Fallback\'.
- New Preference \'Input Source\'
- Removed unused embedding from codebase
- Merge branch \'contributions/merge-1697691587951609000\'
- Pull contributions
- Updated CHANGELOG.md
- Updated README.md with new model name.
- Metrics metadata now available on Chat Command.
- Ollama Host is now configurable throw Preferences.
- New Action.Open for quickly go to \'Manage Models\'.
- Moved Model preferences to LocalStorage.
- Updated Models Library link on README.md
- Reduced re-rendering on models downloading.
- Deleted navigationTitle from Form.
- Last fixes before publish.
- Improvement on \'Chat With Ollama\' ActionPanel
- New command \'Manage Models\'
- OllamaApiTags() function returns Promise<OllamaApiTagsResponse>
- Error Handling for \'ollama-custom-create\'
- Implemented new command \'Create Custom Command\'
- Multiple chat saving feature
- Convertation is now saved only when inference is done.
- Chat is now saved on LocalStorage
- First implementation of a chat command.
- [Improvement and BugFix] - 2023-08-12
- Merge pull request #2 from suhaildawood/main
- Changed CHANGELOG.md file.
- feat: support for llama2:70b
- Import optimized images
- Pull contributions
- CHANGELOG Update
- Updated README and minor fix
- Fixed CHANGELOG and README
- [Improvement] - 2023-07-31
- Improvement] - 2023-07-30 v2
- [Improvement] - 2023-07-30
- [Code Improvement and BugFix] - 2023-07-29
- ray lint --fix runned
- Added git repository
- Initial commit
- Initial commit
sejas added a commit to sejas/raycast-extensions that referenced this pull request Dec 6, 2023
- Update list of commands screenshot on Readme
- Hosting Command Palette: Prepare metadata and screenshots for submission to the store (raycast#38)
- Fix commands title case to make the linter happier
- Hosting Command Palette: Use extension name as ref for new URLs (raycast#37)
- Fixes grammar error in the description and subtitle of the command (raycast#34)
- Fixes project title to use the right capitalization (raycast#36)
- Hosting Command Palette: Add cache action commands on Raycast (raycast#31)
- Hosting Command Palette: Add more site management commands (raycast#29)
- Hosting Command Palette: Add keywords for each command (raycast#28)
- Hosting Command Palette: Add \'Open Jetpack Scan\' and \'Open Jetpack Social\' (raycast#26)
- Hosting Command Palette: Use Jetpack Cloud for Activity and Backup (raycast#24)
- Hosting Command Palette: Fix command description at root (raycast#32)
- Fix linting issue
- Hosting Command Palette: After selecting a command that opens a web page, the list of sites is empty (raycast#22)
- Hosting Command Palette: Add \'Open Reader\' command (raycast#23)
- Fix linting failure (raycast#25)
- Hosting Command Palette: Add \'View media uploads\' command to Raycast (raycast#20)
- Hosting command Palette: Add url to label (raycast#21)
- Hosting Command Palette: Switch oAuth provider back to \'WordPress.com\' (raycast#19)
- Hosting Command Palette: Change the package.json author  (raycast#13)
- Hosting Command Palette: Fix site item styling (raycast#9)
- Hosting Command Palette: Tweak oAuth connection strings (raycast#17)
- Hosting Command Palette: Fix JP product name (raycast#18)
- Hosting Command Palette: Register additional site management commands for Raycast (raycast#15)
- Add a PULL_REQUEST_TEMPLATE (raycast#14)
- Hosting Command Palette: Apply WordPress.com branding to WordPress.com-specific commands (raycast#12)
- Hosting Command Paltte: Fix lint errors (raycast#11)
- Hosting Command Palette: Navigate to root after site command (raycast#8)
- Hosting Command Pallette: Add navigational commands (raycast#7)
- Hosting Command Palette: Add ssh commands (raycast#5)
- Hosting Command Palette: Add OAuth support (raycast#3)
- Hosting Command Palette: Add running locally docs (raycast#4)
- Hosting Command Pallete: Update the name of the extension (raycast#2)
- Prototype: minor refactor (raycast#1)
- Initial commit using the code from Raycast exploration
- Initial commit
raycastbot added a commit that referenced this pull request Dec 13, 2023
* Add jetpack-commands extension

- Update list of commands screenshot on Readme
- Hosting Command Palette: Prepare metadata and screenshots for submission to the store (#38)
- Fix commands title case to make the linter happier
- Hosting Command Palette: Use extension name as ref for new URLs (#37)
- Fixes grammar error in the description and subtitle of the command (#34)
- Fixes project title to use the right capitalization (#36)
- Hosting Command Palette: Add cache action commands on Raycast (#31)
- Hosting Command Palette: Add more site management commands (#29)
- Hosting Command Palette: Add keywords for each command (#28)
- Hosting Command Palette: Add \'Open Jetpack Scan\' and \'Open Jetpack Social\' (#26)
- Hosting Command Palette: Use Jetpack Cloud for Activity and Backup (#24)
- Hosting Command Palette: Fix command description at root (#32)
- Fix linting issue
- Hosting Command Palette: After selecting a command that opens a web page, the list of sites is empty (#22)
- Hosting Command Palette: Add \'Open Reader\' command (#23)
- Fix linting failure (#25)
- Hosting Command Palette: Add \'View media uploads\' command to Raycast (#20)
- Hosting command Palette: Add url to label (#21)
- Hosting Command Palette: Switch oAuth provider back to \'WordPress.com\' (#19)
- Hosting Command Palette: Change the package.json author  (#13)
- Hosting Command Palette: Fix site item styling (#9)
- Hosting Command Palette: Tweak oAuth connection strings (#17)
- Hosting Command Palette: Fix JP product name (#18)
- Hosting Command Palette: Register additional site management commands for Raycast (#15)
- Add a PULL_REQUEST_TEMPLATE (#14)
- Hosting Command Palette: Apply WordPress.com branding to WordPress.com-specific commands (#12)
- Hosting Command Paltte: Fix lint errors (#11)
- Hosting Command Palette: Navigate to root after site command (#8)
- Hosting Command Pallette: Add navigational commands (#7)
- Hosting Command Palette: Add ssh commands (#5)
- Hosting Command Palette: Add OAuth support (#3)
- Hosting Command Palette: Add running locally docs (#4)
- Hosting Command Pallete: Update the name of the extension (#2)
- Prototype: minor refactor (#1)
- Initial commit using the code from Raycast exploration
- Initial commit

* Using images from metadata

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
thuoe added a commit to thuoe/raycast-extensions that referenced this pull request Dec 26, 2023
- Merge pull request raycast#22 from thuoe/next
- Merge pull request raycast#21 from thuoe/docs/2023-12-26-changelog
- docs: update changelog
- Merge pull request raycast#20 from thuoe/feature/thu-33-redesign-test-api-command
- docs: update screenshots
- chore: delete unused assets
- feat: action to open ext preferences
- feat: use form to test API access token
- Merge pull request raycast#19 from thuoe/bugfix/fetch-teams
- fix: optional position name
- Merge pull request raycast#2 from thuoe/feature/thu-15-raycast-create-search-command
- Merge pull request raycast#10 from thuoe/feature/thu-26-create-command-screenshots
- docs: include command screenshots in README.md
- docs: player stats screenshot
- docs: team list screenshot
- docs: update team details & API screenshots
- docs: delete outdated screenshots
- docs: create command screenshots
- Merge pull request raycast#17 from thuoe/bugfix/type-errors
- build: include build step during CI pipeline
- fix: type error fetch teams hook
- fix: type error command arg
- fix: type errors for fetching fixtures
- fix: type erros from player stats
- fix: 2d array type further improvements
- fix: array type
- fix: multidimensional array type
- Merge pull request raycast#18 from thuoe/feature/unit-tests
- build: test step to ci job
- test: create markdown from 2d array
- test: grouping obj
- test: format & select fields
- build: install jest
- Merge pull request raycast#16 from thuoe/feature/thu-32-search-command-create-readme
- docs: add missing command subheading
- docs: create README.md template
- Merge pull request raycast#15 from thuoe/feature/thu-29-player-markdown-season-stats
- feat: include yellow/red card stats
- refactor: set/filter events
- fix: map player id
- feat: fetch player stats across seasons for teams
- feat: create markdown table function
- Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command
- Merge pull request raycast#14 from thuoe/chore/gh-actions-ci
- build: provide extension description
- refactor: ci pipeline
- Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command
- Merge pull request raycast#13 from thuoe/feature/thu-28-create-extension-icon
- feat: create extension icon
- feat: create argument to search by team name
- feat: group squad by positions in grid view
- feat: create grouping function
- feat: create simple grid view for squad players
- feat: map tvstations to fixture calendar events
- feat: provide calendar name preference
- feat: wrap action in confirmation alert
- feat: create calendar event action for upcoming fixtures
- feat: icon for player details action button
- feat: introduce limit across fixture list items
- feat: populate upcoming fixtures list section
- fix: correct time range when fetching fixtures
- fix: rename fixture list category
- refactor: format fixture timestamp during response mapping
- feat: fetch latest fixtures and populate list items
- fix: correct squad subtitle count
- fix: populate title & placeholder with team name
- refactor: generic function to compute select fields
- fix: maximise player image size in markdown
- feat: create player details view
- feat: map player dob
- feat: restructure search command to search, favorite & display teams details
- feat: create new view for team details using dummy data
- build: create alias for shared types
- feat: create hook to fetch team with player info
- fix: invoke custom hook after change to path & provide execute flag
- refactor: rename search team command
- fix: prevent persisting dropdown value
- feat: create dropdown with team sections using dummy data
- feat(command): create search command template
- Merge pull request raycast#12 from thuoe/chore/env-var-gh-actions
- chore: default env vars for gh actions
- chore: create basic ci pipeline (raycast#11)
- Merge pull request raycast#6 from thuoe/chore/local-dev-improvements
- fix: add missing package
- chore: format remaining files
- chore: update editorconfig
- chore: format code on save
- chore: create editorconfig file
- Merge pull request raycast#5 from thuoe/feature/thu-23-create-preferences
- refactor: remove optional chaining
- refactor: create custom hook for API call
- feat: test API command
- chore: provide ESLint config (raycast#4)
- Merge pull request raycast#1 from thuoe/feature/thu-14-create-project-template
- feat: create simple command template
- Initial commit
raycastbot added a commit that referenced this pull request Jan 12, 2024
* Add footy-report extension

- Merge pull request #22 from thuoe/next
- Merge pull request #21 from thuoe/docs/2023-12-26-changelog
- docs: update changelog
- Merge pull request #20 from thuoe/feature/thu-33-redesign-test-api-command
- docs: update screenshots
- chore: delete unused assets
- feat: action to open ext preferences
- feat: use form to test API access token
- Merge pull request #19 from thuoe/bugfix/fetch-teams
- fix: optional position name
- Merge pull request #2 from thuoe/feature/thu-15-raycast-create-search-command
- Merge pull request #10 from thuoe/feature/thu-26-create-command-screenshots
- docs: include command screenshots in README.md
- docs: player stats screenshot
- docs: team list screenshot
- docs: update team details & API screenshots
- docs: delete outdated screenshots
- docs: create command screenshots
- Merge pull request #17 from thuoe/bugfix/type-errors
- build: include build step during CI pipeline
- fix: type error fetch teams hook
- fix: type error command arg
- fix: type errors for fetching fixtures
- fix: type erros from player stats
- fix: 2d array type further improvements
- fix: array type
- fix: multidimensional array type
- Merge pull request #18 from thuoe/feature/unit-tests
- build: test step to ci job
- test: create markdown from 2d array
- test: grouping obj
- test: format & select fields
- build: install jest
- Merge pull request #16 from thuoe/feature/thu-32-search-command-create-readme
- docs: add missing command subheading
- docs: create README.md template
- Merge pull request #15 from thuoe/feature/thu-29-player-markdown-season-stats
- feat: include yellow/red card stats
- refactor: set/filter events
- fix: map player id
- feat: fetch player stats across seasons for teams
- feat: create markdown table function
- Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command
- Merge pull request #14 from thuoe/chore/gh-actions-ci
- build: provide extension description
- refactor: ci pipeline
- Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command
- Merge pull request #13 from thuoe/feature/thu-28-create-extension-icon
- feat: create extension icon
- feat: create argument to search by team name
- feat: group squad by positions in grid view
- feat: create grouping function
- feat: create simple grid view for squad players
- feat: map tvstations to fixture calendar events
- feat: provide calendar name preference
- feat: wrap action in confirmation alert
- feat: create calendar event action for upcoming fixtures
- feat: icon for player details action button
- feat: introduce limit across fixture list items
- feat: populate upcoming fixtures list section
- fix: correct time range when fetching fixtures
- fix: rename fixture list category
- refactor: format fixture timestamp during response mapping
- feat: fetch latest fixtures and populate list items
- fix: correct squad subtitle count
- fix: populate title & placeholder with team name
- refactor: generic function to compute select fields
- fix: maximise player image size in markdown
- feat: create player details view
- feat: map player dob
- feat: restructure search command to search, favorite & display teams details
- feat: create new view for team details using dummy data
- build: create alias for shared types
- feat: create hook to fetch team with player info
- fix: invoke custom hook after change to path & provide execute flag
- refactor: rename search team command
- fix: prevent persisting dropdown value
- feat: create dropdown with team sections using dummy data
- feat(command): create search command template
- Merge pull request #12 from thuoe/chore/env-var-gh-actions
- chore: default env vars for gh actions
- chore: create basic ci pipeline (#11)
- Merge pull request #6 from thuoe/chore/local-dev-improvements
- fix: add missing package
- chore: format remaining files
- chore: update editorconfig
- chore: format code on save
- chore: create editorconfig file
- Merge pull request #5 from thuoe/feature/thu-23-create-preferences
- refactor: remove optional chaining
- refactor: create custom hook for API call
- feat: test API command
- chore: provide ESLint config (#4)
- Merge pull request #1 from thuoe/feature/thu-14-create-project-template
- feat: create simple command template
- Initial commit

* Update footy-report extension

- Merge pull request #26 from thuoe/next
- Merge pull request #25 from thuoe/bugfix/squad-details
- fix: map fixture id to item key
- fix: increase limit of squad players rendered in grid
- chore: remove console log
- fix: display age && render if dob provided
- fix: show seasons based on relevant team
- fix: filter season stats if no details found
- fix: render players without shirt no
- Merge pull request #23 from thuoe/main

* Update footy-report extension

- Merge pull request #29 from thuoe/next
- Merge pull request #28 from thuoe/feature/thu-34-error-handling-faulty-api-tokens
- fix: handle errors across views
- refactor: hooks response types
- fix: handle hook data responses if invalid token is found
- fix: provide error from promise hook
- feat: create error toast hook
- Merge pull request #27 from thuoe/main

* Update footy-report extension

- Merge pull request #32 from thuoe/next
- Merge pull request #31 from thuoe/feature/thu-35-api-test-command-validate-sportmonks-endpoint
- feat: validate endpoint before submit
- Merge pull request #30 from thuoe/main

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
xvalentino pushed a commit to xvalentino/raycast-extensions that referenced this pull request Jan 18, 2024
- Update screencast (raycast#7)
- Fix error handling for API (raycast#6)
- Add error handling for fetching resources (raycast#5)
- Fix wordings (raycast#4)
- Add screencast (raycast#3)
- Update README.md (raycast#2)
- Add initial implementation (raycast#1)
- Initial commit
raycastbot added a commit that referenced this pull request Jan 21, 2024
* Add footy-report extension

- Merge pull request #22 from thuoe/next
- Merge pull request #21 from thuoe/docs/2023-12-26-changelog
- docs: update changelog
- Merge pull request #20 from thuoe/feature/thu-33-redesign-test-api-command
- docs: update screenshots
- chore: delete unused assets
- feat: action to open ext preferences
- feat: use form to test API access token
- Merge pull request #19 from thuoe/bugfix/fetch-teams
- fix: optional position name
- Merge pull request #2 from thuoe/feature/thu-15-raycast-create-search-command
- Merge pull request #10 from thuoe/feature/thu-26-create-command-screenshots
- docs: include command screenshots in README.md
- docs: player stats screenshot
- docs: team list screenshot
- docs: update team details & API screenshots
- docs: delete outdated screenshots
- docs: create command screenshots
- Merge pull request #17 from thuoe/bugfix/type-errors
- build: include build step during CI pipeline
- fix: type error fetch teams hook
- fix: type error command arg
- fix: type errors for fetching fixtures
- fix: type erros from player stats
- fix: 2d array type further improvements
- fix: array type
- fix: multidimensional array type
- Merge pull request #18 from thuoe/feature/unit-tests
- build: test step to ci job
- test: create markdown from 2d array
- test: grouping obj
- test: format & select fields
- build: install jest
- Merge pull request #16 from thuoe/feature/thu-32-search-command-create-readme
- docs: add missing command subheading
- docs: create README.md template
- Merge pull request #15 from thuoe/feature/thu-29-player-markdown-season-stats
- feat: include yellow/red card stats
- refactor: set/filter events
- fix: map player id
- feat: fetch player stats across seasons for teams
- feat: create markdown table function
- Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command
- Merge pull request #14 from thuoe/chore/gh-actions-ci
- build: provide extension description
- refactor: ci pipeline
- Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command
- Merge pull request #13 from thuoe/feature/thu-28-create-extension-icon
- feat: create extension icon
- feat: create argument to search by team name
- feat: group squad by positions in grid view
- feat: create grouping function
- feat: create simple grid view for squad players
- feat: map tvstations to fixture calendar events
- feat: provide calendar name preference
- feat: wrap action in confirmation alert
- feat: create calendar event action for upcoming fixtures
- feat: icon for player details action button
- feat: introduce limit across fixture list items
- feat: populate upcoming fixtures list section
- fix: correct time range when fetching fixtures
- fix: rename fixture list category
- refactor: format fixture timestamp during response mapping
- feat: fetch latest fixtures and populate list items
- fix: correct squad subtitle count
- fix: populate title & placeholder with team name
- refactor: generic function to compute select fields
- fix: maximise player image size in markdown
- feat: create player details view
- feat: map player dob
- feat: restructure search command to search, favorite & display teams details
- feat: create new view for team details using dummy data
- build: create alias for shared types
- feat: create hook to fetch team with player info
- fix: invoke custom hook after change to path & provide execute flag
- refactor: rename search team command
- fix: prevent persisting dropdown value
- feat: create dropdown with team sections using dummy data
- feat(command): create search command template
- Merge pull request #12 from thuoe/chore/env-var-gh-actions
- chore: default env vars for gh actions
- chore: create basic ci pipeline (#11)
- Merge pull request #6 from thuoe/chore/local-dev-improvements
- fix: add missing package
- chore: format remaining files
- chore: update editorconfig
- chore: format code on save
- chore: create editorconfig file
- Merge pull request #5 from thuoe/feature/thu-23-create-preferences
- refactor: remove optional chaining
- refactor: create custom hook for API call
- feat: test API command
- chore: provide ESLint config (#4)
- Merge pull request #1 from thuoe/feature/thu-14-create-project-template
- feat: create simple command template
- Initial commit

* Update footy-report extension

- Merge pull request #26 from thuoe/next
- Merge pull request #25 from thuoe/bugfix/squad-details
- fix: map fixture id to item key
- fix: increase limit of squad players rendered in grid
- chore: remove console log
- fix: display age && render if dob provided
- fix: show seasons based on relevant team
- fix: filter season stats if no details found
- fix: render players without shirt no
- Merge pull request #23 from thuoe/main

* Update footy-report extension

- Merge pull request #29 from thuoe/next
- Merge pull request #28 from thuoe/feature/thu-34-error-handling-faulty-api-tokens
- fix: handle errors across views
- refactor: hooks response types
- fix: handle hook data responses if invalid token is found
- fix: provide error from promise hook
- feat: create error toast hook
- Merge pull request #27 from thuoe/main

* Update footy-report extension

- Merge pull request #32 from thuoe/next
- Merge pull request #31 from thuoe/feature/thu-35-api-test-command-validate-sportmonks-endpoint
- feat: validate endpoint before submit
- Merge pull request #30 from thuoe/main

* Update CHANGELOG.md and optimise images

* Update footy-report extension

- Merge pull request #37 from thuoe/next
- Merge pull request #36 from thuoe/chore/sync-raycast-repo
- Merge branch \'contributions/merge-1705420963700882000\' into chore/sync-raycast-repo
- Pull contributions
- Merge pull request #35 from thuoe/next
- Merge pull request #24 from thuoe/feature/thu-18-raycast-command-search-league-standings
- docs: update timestamp
- fix: filter only domestic leagues
- Merge remote-tracking branch \'origin/next\' into feature/thu-18-raycast-command-search-league-standings
- docs: include install button (#34)
- Merge pull request #33 from thuoe/main
- Merge remote-tracking branch \'origin/next\' into feature/thu-18-raycast-command-search-league-standings
- docs: update changelog
- feat: action to open team details from standing
- docs: include command screenshot
- feat: include search bar placeholder
- fix: map league id
- feat: display standing once league is selected
- feat: map recent form for each standing
- fix: map image path
- feat: map matches played
- feat: create hook to fetch league standing data
- fix: map active season
- feat: fetch leagues

* Already an install button 🙂

* fix: error handle invalid api tokens for fetching standings (#38)

* fix: linting issues (#39)

* fix: error handle fetch league hook (#40)

* Update README.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
Co-authored-by: Per Nielsen Tikær <per@raycast.com>
MassimilianoPasquini97 added a commit to MassimilianoPasquini97/raycast-extensions that referenced this pull request Mar 2, 2024
- ops: CHANGELOG.md update
- fix: wait ModelGenerate before running inference.
- Merge pull request raycast#10 from AlexMcDermott/feat/screenshot-to-clipboard-image-tag-access
- refactor: rewrite fileType mime check
- feat: ✨ allows the /image tag to access screenshots in clipboard taken with the CMD + OPTION + SHIFT + 4 functionallity
- refactor: rewrite inference logic on Command.
- feat: removed ConvertOldChatHistory()
- fix: ModelView not showing if model not configured
- ops: CHANGELOG.md update
- fix: Cannot read properties of undefined (reading \'split\')
- ops: CHANGELOG.MD update
- fix: Typo on error code.
- fix: Command \'Improve Writing\' empty c const
- Pull contributions
- ops: CHANGELOG.md update
- feat: Translate Command require destination language
- refactor: JSDoc fix and moved prompts
- Updated changelog
- [BugFix] Unexpected character on JSON.
- [BugFix] Catch malformed JSON response.
- [BugFix] Cannot read properties of null (reading \'length\')
- [BugFix][ollama-models] Undefined (reading \'format\')
- Updated CHANGELOG.md and README.md files
- Checkbox \'Use Multimodal Model for Image\': - Is now showed only if at least one multimodal model is installed.
- Implemented Ollama Version Verification. - Command \'Chat With Ollama\' require at least Ollama v0.1.14. - Tag \'/image\' on \'Chat With Ollama\' Command require at least Ollama v0.1.15. - Commands \'Describe Content of Image\' and \'Get Text From Image\' require at least Ollama v0.1.15.
- Implemented Images on \'Chat With Ollama\' Command.
- Used Tags and Document Sources on metadata.
- \'Action\' and \'Detail Metadata\' Panel on function
- \'Chat With Ollama\' Command now use Ollama Chat API. - Is now possibile to chose how many messages use for memory on extension preferences.
- Removed unused types.
- New Command \'Get Text From Image\'.
- Improved \'Custom Command\'
- Moved images retrievers on \'GetImage()\' function.
- Changed images format verification with mime type.
- Command \'Describe Content of Image\' support multiple file image selection from finder.
- New Command \'Describe Content of Image\', multimodal model is required.
- Show Metadata moved from preferences to Action Menu.
- Updated \'Manage Models\' Command with new features implemented on Ollama v0.1.15
- Pull contributions
- Merge pull request raycast#9 from MassimilianoPasquini97/dev
- Updated README.md and CHANGELOG.md files.
- Load PDF and Text based files on prompt for query chains.
- Code splitted
- Merge pull request raycast#6 from MassimilianoPasquini97/OllamaResponseApiFix
- Updated changelog.md
- TextField apper if ModelsOnRegistry is undefined
- Fixed ModelsOnRegistry.lengh undefined
- Deleted \'error\' message on event emitter
- Deleted field no longher used by Ollama Generate Response API
- CHANGELOG.md update
- Merge pull request raycast#5 from MassimilianoPasquini97/clipboard_fallback
- New Preference \'Enable Input Source Fallback\'.
- New Preference \'Input Source\'
- Removed unused embedding from codebase
- Merge branch \'contributions/merge-1697691587951609000\'
- Pull contributions
- Updated CHANGELOG.md
- Updated README.md with new model name.
- Metrics metadata now available on Chat Command.
- Ollama Host is now configurable throw Preferences.
- New Action.Open for quickly go to \'Manage Models\'.
- Moved Model preferences to LocalStorage.
- Updated Models Library link on README.md
- Reduced re-rendering on models downloading.
- Deleted navigationTitle from Form.
- Last fixes before publish.
- Improvement on \'Chat With Ollama\' ActionPanel
- New command \'Manage Models\'
- OllamaApiTags() function returns Promise<OllamaApiTagsResponse>
- Error Handling for \'ollama-custom-create\'
- Implemented new command \'Create Custom Command\'
- Multiple chat saving feature
- Convertation is now saved only when inference is done.
- Chat is now saved on LocalStorage
- First implementation of a chat command.
- [Improvement and BugFix] - 2023-08-12
- Merge pull request raycast#2 from suhaildawood/main
- Changed CHANGELOG.md file.
- feat: support for llama2:70b
- Import optimized images
- Pull contributions
- CHANGELOG Update
- Updated README and minor fix
- Fixed CHANGELOG and README
- [Improvement] - 2023-07-31
- Improvement] - 2023-07-30 v2
- [Improvement] - 2023-07-30
- [Code Improvement and BugFix] - 2023-07-29
- ray lint --fix runned
- Added git repository
- Initial commit
- Initial commit
cluzier added a commit to cluzier/raycast-extensions that referenced this pull request May 30, 2024
- Update README.md
- removing screenshot and renaming
- Merge pull request raycast#5 from luarmr/option-0-esc
- small nit
- option-0-esc
- fix sorting in history
raycastbot added a commit that referenced this pull request Jun 5, 2024
* Add graphcalc extension

- adjusting author and linting
- editing author in package.json
- Update README.md
- Create LICENSE
- initial commit

* editing eslint version to 8.57.0

* edits to package-lock.json

* Update graphcalc extension

- updating grid line colors and background to transparent
- Merge pull request #1 from luarmr/suggestions
- add collaborators
- Managing toast
- Changing graph visuals
- Cleaning package.json

* Update graphcalc extension

- Merge pull request #2 from luarmr/suggestions2
- perf improvement
- remove unnecesary toLowerCase
- Quick fix for infinite value that shoutdown raycast for example: (x^3234234234234)
- Infor when no history recorded
- Allow parameter being pass in the command
- Use list to navigate history
- Allow clear history
- Create history in localStorage so is persistent

* Update graphcalc extension

- updating metadata screenshots
- up
- - removing history section from graph view - resizing graph to fit UI better - fixing empty state flicker issue

* Update graphcalc extension

- running lint, fixing syntax issues
- Update README.md

* Update graphcalc extension

- Update README.md
- removing screenshot and renaming
- Merge pull request #5 from luarmr/option-0-esc
- small nit
- option-0-esc
- fix sorting in history

* fixing flickering state when submitting an argument

* removed setTimeout code to remove delay

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants