Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
cc8d6a3
Changed the Email Writer to support several forms that get submitted …
AndreiPauseAI May 21, 2025
f4c3bff
Merge branch 'main' of https://github.com/AndreiPauseAI/email-builder
AndreiPauseAI May 21, 2025
809be88
Merge branch 'PauseAI:main' into main
AndreiPauseAI Jun 4, 2025
73c5924
Fixed API to now allow tool use.
AndreiPauseAI Jun 4, 2025
11dd481
Merge branch 'PauseAI:main' into main
AndreiPauseAI Jun 16, 2025
9275255
Added fields to the Email Writer for autofilling responses.
AndreiPauseAI Jun 16, 2025
8bd2487
Small additional changes to the write api and page, mostly in regards…
AndreiPauseAI Jun 16, 2025
df2b1c3
Updated the functionality of the email writer. Aside from input token…
AndreiPauseAI Jun 18, 2025
faff810
Merge branch 'PauseAI:main' into main
AndreiPauseAI Jun 18, 2025
8a73a99
Fixed minor pnpm check errors in src/routes/write and src/routes/api/…
AndreiPauseAI Jun 19, 2025
4753ded
Merge branch 'PauseAI:main' into main
AndreiPauseAI Jun 21, 2025
176d940
Merge branch 'PauseAI:main' into main
AndreiPauseAI Jun 23, 2025
aaa9c99
Incomplete: Split api/write/+server.ts in twain.
AndreiPauseAI Jun 23, 2025
f74583b
Merge branch 'main' of https://github.com/AndreiPauseAI/email-builder
AndreiPauseAI Jun 23, 2025
56e9364
Went back to the last locally working version.
AndreiPauseAI Jun 23, 2025
8562d41
Merge branch 'PauseAI:main' into locally-working-snapshot
AndreiPauseAI Jun 24, 2025
a883efc
Modified the email writer to use the bare minimum of searches and upd…
AndreiPauseAI Jun 24, 2025
9009e58
Removed a work-in-progress file from this branch.
AndreiPauseAI Jun 24, 2025
f11ca7e
Fixed pnpm check errors regarding error type handling and an outdated…
AndreiPauseAI Jun 24, 2025
71a2f9b
Fixed package.json having an outdated Anthropic api-sdk.
AndreiPauseAI Jun 24, 2025
0bb31f9
Updated pnpm-lock.yaml for the new package.json file.
AndreiPauseAI Jun 24, 2025
d81b197
Switched over to using serverless functions as per https://github.com…
AndreiPauseAI Jun 24, 2025
9161ceb
Made the active form button have a darker background color for easier…
AndreiPauseAI Jun 24, 2025
1a18c11
Changed the websearch prompt to be faster, at further cost of perform…
AndreiPauseAI Jun 24, 2025
713afd2
Fixed heigh and width of AI response, and made button descriptions cl…
AndreiPauseAI Jun 24, 2025
12bda9b
Various fixes
AndreiPauseAI Jun 24, 2025
84c62b9
Added dropdown menus to the write page to conceal advanced fields.
AndreiPauseAI Jun 26, 2025
7cb1809
Merge branch 'PauseAI:main' into locally-working-snapshot
AndreiPauseAI Jun 26, 2025
89c1ca4
Removed question numbering as it was deemed confusing.
AndreiPauseAI Jun 26, 2025
7763a4f
Changed header color on the write page to better match the style.
AndreiPauseAI Jun 26, 2025
c01942a
Disabled the Write Mail button unless you're on the final form to red…
AndreiPauseAI Jun 26, 2025
404a33f
Removed certain fields to make the user experience more streamlined.
AndreiPauseAI Jun 26, 2025
2586555
feat: add opt-in API usage logging for write endpoint
Jun 27, 2025
4632190
Fixed pnpm errors in usage-logger.ts. Minor UI changes to write page.…
AndreiPauseAI Jun 27, 2025
6a8507a
Untested: Write general chatbox + backend model selection and enhance…
AndreiPauseAI Jun 27, 2025
dc7747c
Fixed Message Boxes doubling up. Fixed UserInput being sent as a syst…
AndreiPauseAI Jun 27, 2025
3a68c35
Touch commit.
AndreiPauseAI Jun 27, 2025
e4a56a2
Touch commit.
AndreiPauseAI Jun 27, 2025
8716d46
Adjusted prompts to better target individuals (not orgs) and be faster.
AndreiPauseAI Jun 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"sync": "svelte-kit sync"
},
"devDependencies": {
"@inlang/paraglide-js": "^2.0.13",
"@inlang/paraglide-js": "^2.1.0",
"@sveltejs/adapter-netlify": "^5.0.2",
"@sveltejs/kit": "^2.21.2",
"@sveltejs/kit": "^2.22.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/escape-html": "^1.0.4",
"@types/glidejs__glide": "^3.6.6",
Expand All @@ -48,26 +48,26 @@
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"mdsvex": "^0.11.2",
"minimatch": "9",
"minimatch": "^9.0.5",
"minimist": "^1.2.8",
"npm-run-all2": "^6.2.6",
"openai": "^4.104.0",
"p-queue": "^8.1.0",
"prettier": "^3.5.3",
"prettier": "^3.6.0",
"prettier-plugin-svelte": "^3.4.0",
"remark-heading-id": "^1.0.1",
"remove-markdown": "^0.5.5",
"simple-git": "^3.28.0",
"svelte": "^4.2.20",
"svelte-check": "^4.2.1",
"svelte-check": "^4.2.2",
"tslib": "^2.8.1",
"tsx": "^4.19.4",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vite": "^5.4.19",
"vitest": "^2.1.9"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@anthropic-ai/sdk": "^0.54.0",
"@fontsource/roboto-slab": "^5.2.6",
"@fontsource/saira-condensed": "^5.2.6",
"@glidejs/glide": "~3.6.2",
Expand All @@ -77,7 +77,7 @@
"@turf/distance": "^7.2.0",
"@types/mapbox-gl": "^2.7.21",
"airtable": "^0.12.2",
"axios": "^1.9.0",
"axios": "^1.10.0",
"clipboard-polyfill": "^4.1.1",
"easy-web-worker": "^7.0.2",
"escape-html": "^1.0.3",
Expand Down
Loading