Martin Sosic
302936bf7f
Added reporting of tokens usage.
2023-06-28 23:19:06 +02:00
Martin Sosic
08c235d12e
Added fixing of NodeJS operations files.
2023-06-28 22:04:57 +02:00
Martin Sosic
286117b404
Added fixing of individual Operations.
2023-06-28 20:28:37 +02:00
Matija Sosic
b5e06f642c
blog: what you can build with wasp.
2023-06-28 19:44:36 +02:00
Mihovil Ilakovac
41269b550f
Updates web app
...
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-06-28 17:56:24 +02:00
Martin Sosic
cf8877479c
Small fix of plan fixing.
2023-06-28 17:11:33 +02:00
Martin Sosic
1d6277846b
Implemented fixing of Wasp file.
2023-06-28 16:48:22 +02:00
Mihovil Ilakovac
4c27df8324
Logs are in the DB now
2023-06-28 15:21:50 +02:00
Mihovil Ilakovac
bba293513f
Using the proper RC version
2023-06-28 14:20:30 +02:00
Mihovil Ilakovac
6c8d78a10b
Deployment fixes
...
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-06-28 13:48:16 +02:00
Mihovil Ilakovac
cc20ffbf40
Web app clenaup
2023-06-28 13:25:17 +02:00
Mihovil Ilakovac
feeb9217de
Updates data files list
2023-06-28 11:54:28 +02:00
Mihovil Ilakovac
34272a8a98
Adds DB support and UX improvements
2023-06-28 11:54:28 +02:00
Martin Sosic
5d13b4d607
tiny plan fixing fix.
2023-06-28 11:40:33 +02:00
Martin Sosic
15ce1bf5bb
Now new-ai can be called programmaticaly more easily.
2023-06-28 11:25:09 +02:00
Martin Šošić
6c2049ad5a
Added plan fixing. ( #1296 )
2023-06-28 09:42:08 +02:00
Martin Sosic
349875b242
Upped number of retries for JSON from 1 to 2. Added pretty debugging of chatGPT prompts.
2023-06-27 18:24:12 +02:00
Martin Šošić
69129df3ce
If chatGPT responds with invalid JSON, ask it to fix it. ( #1293 )
2023-06-27 16:03:06 +02:00
vincanger
443a373953
add twitter agent post & images ( #1295 )
2023-06-27 15:32:36 +02:00
Martin Šošić
3cb1dbd9f9
Update README.md with instructions on updating starter templates before release.
2023-06-27 12:31:36 +02:00
Mihovil Ilakovac
a10e4fdff1
Adds missing basic template files
2023-06-27 10:35:28 +02:00
Mihovil Ilakovac
a8808bc978
Updates Wasp app version
...
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-06-27 09:28:43 +02:00
Martin Sosic
db52fdbeac
Merge branch 'main' into wasp-ai
2023-06-26 19:12:41 +02:00
Martin Šošić
466e33d50c
Wasp ai retry ( #1288 )
...
* Wasp AI now retries requests to chat GPT.
* Improved retry.
* Got tests for retry working.
* one more test.
* Improved retry tests a bit.
* Finished tests.
* fix
2023-06-26 17:48:08 +02:00
Mihovil Ilakovac
0e5e653832
Add info about Auto CRUD and Websockets to ChangeLog.
...
Co-authored-by: Craig McIlwrath <craigmc08@gmail.com>
2023-06-26 14:44:32 +02:00
Martin Sosic
ee18f8bb2d
Enriched ChangeLog with more info on 0.11.
2023-06-26 14:19:09 +02:00
Mihovil Ilakovac
8587e14be5
Typescript/Javascript tutorial toggle ( #1266 )
2023-06-26 14:11:05 +02:00
Mihovil Ilakovac
2db1dfad2a
Merge branch 'release'
2023-06-23 17:26:07 +02:00
vincanger
f2f5a98ee6
add credit card info for fly deploy ( #1285 )
2023-06-23 17:01:01 +02:00
Mihovil Ilakovac
c50aef34f8
Rewrite templates to include description ( #1283 )
2023-06-23 16:44:24 +02:00
Craig McIlwrath
d5c04a002a
[waspls] fix debouncer tests ( #1284 )
2023-06-23 10:28:22 -04:00
Martin Sosic
001068ca1a
Merge branch 'main' into wasp-ai
2023-06-23 12:45:59 +02:00
Martin Sosic
afb148e19d
wasp cli now exits with code 1 on internal errors.
2023-06-23 12:44:43 +02:00
Martin Sosic
83ef006a98
Improved messaging for missing OpenAI Api key.
2023-06-23 12:09:09 +02:00
Craig McIlwrath
7c0d13d242
[waspls] diagnostics for external imports and goto definition ( #1268 )
2023-06-22 15:37:07 -04:00
Craig McIlwrath
066b832127
Adjust how dictionary types are displayed ( #1280 )
2023-06-22 14:13:18 -04:00
Matija Sosic
6977dd104e
lp: updated banner + hero buttons.
2023-06-22 18:44:42 +02:00
Matija Sosic
353ee10e95
blog: lw3 announcement.
2023-06-22 18:31:47 +02:00
Mihovil Ilakovac
dc1c3aab49
Adds extra type info to middleware customization fn ( #1279 )
...
* Adds extra type info to middleware customization
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Fixes e2e tests
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
---------
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-06-22 16:52:52 +02:00
vincanger
76c63ec88e
update railway deploy guide w/ client routing config ( #1278 )
2023-06-22 14:00:19 +02:00
Mihovil Ilakovac
d3454a5f58
Merge branch 'main' into wasp-ai
2023-06-22 10:48:36 +02:00
Mihovil Ilakovac
52c4e0f8ca
Merge branch 'release'
2023-06-22 10:48:23 +02:00
Mihovil Ilakovac
e3873a6148
Fixes oAuth redirect behaviour in development ( #1275 )
2023-06-22 10:47:47 +02:00
vincanger
34fdcb7469
Docs: add username & password guide ( #993 )
...
* add user-password guide
* small changes
* move username-password file to guides
* fix links in username-password guide
2023-06-22 10:42:10 +02:00
Mihovil Ilakovac
67f88cc50e
Fixes Websocket Typescript issues ( #1277 )
2023-06-22 10:30:03 +02:00
Mihovil Ilakovac
84766299cb
Upgrades Waspello to work with latest version ( #1273 )
...
* Upgrades Waspello to work with latest version
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Updates instructions
---------
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2023-06-21 19:46:51 +02:00
Martin Šošić
7c1e9879ab
Removed JS extension from imports on client (in examples, docs, ...). ( #1276 )
2023-06-21 19:19:13 +02:00
Martin Sosic
e5ab862fe8
Updated Waspleau to work in development with Wasp 0.11
2023-06-21 17:26:42 +02:00
Mihovil Ilakovac
b80f8946cf
Updates broken imports for Auth components ( #1274 )
2023-06-21 16:09:10 +02:00
Mihovil Ilakovac
3b3a913632
Web app update
...
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-06-21 13:58:31 +02:00