Releases: gcarrarom/fancy-abak
Releases · gcarrarom/fancy-abak
Release v2.0.0
AI AI AI
This release is all about AI, because that's what has changed!
Authentication
The authentication method has changed to include a token for AbakAPI - https://abak.fancywhale.ca
This allows to call APIs from AbakAPI instead of using the CLI directly.
Abak DO!
This is the fun stuff. Most of what is happening here is working behind the scene to use OpenAI's assistant APIs. It is using the AbakAPI /chat endpoint to keep the context and talk to a chatbot to help you do your timesheets.
All you have to do is call abak do
and the message you want to send:
zsh ⌁ abak do "What's up?"
Hello again! I'm here to assist you with anything else you may need. If you have any more tasks, questions about your timesheet, or need information about your projects and clients, feel free to ask. How can I help you today?
Upgrading
You can still use brew and pip to install or upgrade fancy-abak!
Release v1.2.1
Merge pull request #7 from gcarrarom/fix/#2 Fixing an issue I had with contexts. #2
Release v1.2.0
Merge pull request #6 from gcarrarom/feature/pyfzf changed to pyfzf
Release v1.1.0
Merge pull request #5 from gcarrarom/feature/removed-pyfzf Building using the new way, removing pyfzf and click-keyring
Release v1.0.3
Merge pull request #4 from gcarrarom/feature/better-version v1.0.3 - Better requirements
Release v1.0.2
Merge pull request #3 from gcarrarom/feature/stdist Version 1.0.2 - Adding stdist
Release v1.0.1
ensuring that unassigned contexts are working
Release v1.0.0
Missing information
Release v0.8.3
Removed deprecated argument
Release v0.8.2
I can't believe I didn't see this issue before! 🤦🏻♂️