Commit graph

33 commits

Author SHA1 Message Date
haritabh-z01
81e5919735 chore: handle token refresh nuances 2025-11-12 17:10:28 +05:30
haritabh-z01
bae86750e0 chore: barebones testing setup 2025-11-12 14:39:47 +05:30
haritabh-z01
2789b5e46a chore: ignore www from workspace 2025-11-12 13:29:47 +05:30
nchopra
048915da61 feat: migrate from smart-whisper to custom binding + add cuda support 2025-09-19 16:09:08 +05:30
Haritabh Singh
c38d9eab1c fix: bump electron version to fix windows title bar bug 2025-09-12 22:51:05 +05:30
haritabh-z01
6af65d873f fix: deps + force vite dep optimisation 2025-09-12 03:56:58 +05:30
Haritabh
a128ec7972
Feat/notes init (#40)
* feat: notes init

* Feat/notes page (#39)

* wip: notes page ui added

* notes page basic ui done

* wip: page UI

* minor cleanup

* todo comments added for easy ref for backend wiring

---------

Co-authored-by: amadeus-x1 <45001978+amadeus-x1@users.noreply.github.com>

* feat: wire up notes

---------

Co-authored-by: amadeus-x1 <45001978+amadeus-x1@users.noreply.github.com>
2025-09-10 16:13:33 +05:30
nchopra
ea498860ef Squashed commit of the following:
commit f441264f6f8e069a272043de5addf3cf14bfca89
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date:   Mon Sep 1 08:38:36 2025 +0530

    fix: super properties handling

commit dea49e27c36ba8c4ef6e8edea74fd1cd509acdc2
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date:   Mon Sep 1 01:37:23 2025 +0530

    chore: update release workflow to support telemetry

commit 8919d884bb94665f85710c16af8a9238da896582
Author: nchopra <naomi.chopra.021@gmail.com>
Date:   Mon Sep 1 01:08:26 2025 +0530

    feat: add simple telemetry
2025-09-10 02:39:54 +05:30
Haritabh
f5686d45be
Feat/updated settings layout (#38)
* wip: updating settings layout

* most issues resolved

* settings layout revamped

* fix:multiple unrequired toast on formatter settings resolved

* feat: updated ai-models tabs to extract common components and logic

* chore: formatting fix

* chore: code cleanup

* fix: forward navigation handling

* fix: model selections ux

* fix: vocabulary update flow

* chore: update lang list

* chore: cleanup migrations

* fix: invalid drag class on back buttont

* chore: swap to tanstack router

* fix: history navigation

* chore: clean up + models unification

* chore: cleanup migrations

* refactor: settings deep merges

---------

Co-authored-by: amadeus-x1 <45001978+amadeus-x1@users.noreply.github.com>
2025-09-10 01:16:12 +05:30
nchopra
17d034be80 Squashed commit of the following:
commit d6c92ea0ad95c0b640ac9c7df48197412c7518e3
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date:   Thu Aug 21 23:27:44 2025 +0530

    fix: unpacking amical/smart-whisper dep

commit 87819819bb12c07b94f5b52cbb0ea42a452c16e2
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date:   Thu Aug 21 17:41:02 2025 +0530

    fix: unpacking of smart-whisper

commit 81cec166834606cbff2cdd2e750dcc1fb769d4f3
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date:   Thu Aug 21 16:08:39 2025 +0530

    chore: re-enable mac builds

commit f13069c1f350fe06c69aa8f16af41f983f34131e
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date:   Thu Aug 21 13:06:26 2025 +0530

    feat: add smart-whisper package with updated build configuration

commit a24e06856cc595f5e6c5d914090531716d208d2a
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date:   Thu Aug 21 11:37:25 2025 +0530

    chore: bump smart-whisper ver

commit 98f84b6f89c873370f1bb356f11c97dab0185ab7
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date:   Wed Aug 20 08:59:55 2025 +0530

    feat: release wf updates for win builds

commit a85825d362f2a27fdef7b49533a9139aea4785b7
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date:   Wed Aug 20 08:36:13 2025 +0530

    feat: add windows support basics
2025-08-25 23:54:28 +05:30
haritabh-z01
a0791fd57b chore: release v0.0.8 2025-08-12 09:57:02 +05:30
haritabh-z01
566cad7a5a Use pure node process to handle whisper to bypass electron cage 2025-08-09 01:28:52 +05:30
haritabh-z01
2818db8037 fix: move to jest-worker and pure node for whisper execution to escape issues with gpu buffer allocation due to electron restrictions 2025-07-13 19:15:06 +05:30
haritabh-z01
c71241d264 chore: widget css updates + empty transcription view 2025-07-11 19:05:20 +05:30
Naomi Chopra
37442bd370 chore: switch to update-electron-app 2025-07-04 15:51:16 +05:30
Haritabh
5eb5777001
Optimise local transcription calls (#33)
* chore: move audio worklet file to assets

* chore: get rid of rickyvad and use vad model directly

* fix: handling of onnxruntime in packaged app

* chore: run ci on macos

* fix: formatting
2025-07-03 12:18:47 +05:30
haritabh-z01
834473877f refactor: audio recording, processing, logging & app lifecyle 2025-06-29 19:39:20 +05:30
haritabh-z01
dd6af5e879 chore: update linting and formatting
chore: fix linter for www
2025-06-28 11:04:24 +05:30
Haritabh
aecabbeb4a
chore: git publish + auto update handling (#31)
* chore: git publish + auto update handling
2025-06-28 09:43:46 +05:30
Haritabh
d05bf80f10
chore: add packaging configuration (#30)
* chore: add packaging configuration
2025-06-27 10:16:07 +05:30
Naomi Chopra
2aa46ae0bb
chore: update desktop app name (#29) 2025-06-25 23:17:11 +05:30
Haritabh
d7481f7398
Desktop MVP (#23)
* chore: logging + transcription improvements

* chore: add ax context call on rec start

* chore: amical assets

* chore: qol setup changes

* chore: add sidebar

* chore: transcriptions tab

* chore: transcriptions ui

* chore: frame improvements

* chore: ui rework

* chore logger fixes

* chore: whisper model download func

* chore: update model downloading

* chore: transcription updates

* chore: improved logging

* chore: log whisper metrics + raw pcm proc

* chore: ste up libsql

* chore: layout fixes

* chore: clean up ipcs

* chore: integrate trpc

* chore: formatting fixes

* chroe: fix pnpm lock file

* chore: clean up
2025-06-25 17:20:03 +05:30
Naomi Chopra
17fdb72be2 feat(www): migrate www to cloudflare worker (#21)
* feat(www): switch to cloudflare workers

* feat(turbo): add AWS environment variables to global config and build task

* update readme
2025-06-25 01:24:57 +05:30
Naomi Chopra
a75a369b82 feat(www): init blog (#20) 2025-06-25 01:24:57 +05:30
Naomi Chopra
24f4e3f68d
feat: update hero with cards carousel (#18) 2025-06-02 23:48:55 +05:30
Haritabh
95cb9f11f8
chore: add swift helper (#11)
* chore: add swift helper

* chore: separate out types into types pkg

* chore: only build apps/www for now

* chore: don't build swift helper as part of pnpm i
2025-05-24 05:30:25 +05:30
Haritabh
b01a112102
feat: electron app init & setup (#10)
* feat: electron app init & setup

* fix: swift io bridge naming

* chore: deps fix
2025-05-19 22:54:10 +05:30
Naomi Chopra
77d03529cd
feat(www): add sitemap and robots.txt (#5) 2025-05-10 01:45:28 +05:30
Naomi Chopra
8925c28333
feat(www): hero and FAQ on home page (#4)
* add hero

* fix names

* add faq
2025-05-10 01:22:26 +05:30
Naomi Chopra
74ffdbe419
feat(www): add basic layout including header, footer and meta (#3)
- Added new UI components including Badge, Button, Card, Checkbox, Dialog, Footer, Input, Label, SubscriptionForm, Textarea, and Tooltip.
- Implemented a new layout configuration with improved navigation and metadata handling.
- Integrated third-party libraries for enhanced functionality (e.g., Radix UI, Lucide).
- Updated global styles and added custom CSS variables for theming.
- Introduced new pages for Changelog, Contact, Community, and GitHub redirection.
- Updated package dependencies in package.json and pnpm-lock.yaml.
- Added Open Graph image generation for better social media sharing.
- Included favicon and application icons for branding.
2025-05-09 18:12:08 +05:30
Naomi Chopra
19764a4de0
feat(www): init www (#2)
* feat(www): init www

* fix(www): rename package to @amical/www
2025-05-09 17:18:08 +05:30
Turbobot
5ec71717ab feat(create-turbo): install dependencies 2025-05-09 15:35:49 +05:30
Turbobot
a330de854d feat(create-turbo): create basic 2025-05-09 15:35:49 +05:30