Brian Hackett
628d690e91
Handle chat messages that make multiple repository updates ( #72 )
2025-03-20 15:04:45 -07:00
Jason Laster
676aa04435
Improve save problem
2025-03-19 15:19:21 -07:00
Brian Hackett
3271171646
Fix bugs when using stop button
2025-03-18 20:40:39 -07:00
Brian Hackett
c503fd244e
Updates for async chat format ( #71 )
2025-03-18 19:18:12 -07:00
D. Seifert
ea61c790bc
Save Reproduction
button
2025-03-18 22:48:30 +08:00
Brian Hackett
f3542a576f
Fix lint issues ( #65 )
2025-03-14 17:12:54 -07:00
Brian Hackett
6f31e689de
Remove file handling and operate on repository IDs ( #64 )
2025-03-14 16:50:51 -07:00
Brian Hackett
9e58d6bb64
Use Nut API development server instead of webcontainers ( #50 )
2025-03-13 07:59:10 -07:00
Jason Laster
7849e2198c
tsc fixes
2025-03-12 12:26:17 -07:00
Jason Laster
36abf17081
fix empty functions
2025-03-12 12:26:17 -07:00
Jason Laster
f1f225af6b
fix consistent returns
2025-03-12 12:26:17 -07:00
Jason Laster
e63ff8ab54
Remove unused variables
2025-03-12 12:26:17 -07:00
Jason Laster
3d7c885584
fix no-restricted-imports
2025-03-12 12:26:17 -07:00
D. Seifert
37f9496414
fix solution saving for large problems
2025-03-12 22:19:53 +08:00
Jason Laster
5948a48c94
Linter fixes
2025-03-11 12:11:41 -07:00
Brian Hackett
9ca3c9c977
Use Nut API for developer chat messages ( #47 )
2025-03-10 11:56:14 -07:00
Brian Hackett
f34cf9ed5e
Assorted telemetry related fixes ( #46 )
2025-03-04 08:55:05 -08:00
Brian Hackett
23fa6f2217
Assorted fixes around approve changes UI ( #45 )
2025-03-04 07:22:42 -08:00
Brian Hackett
1e7af9f5c8
Support feedback for individual prompts ( #43 )
2025-03-03 08:54:08 -08:00
Brian Hackett
7326682c94
Watch for empty cookie strings
2025-02-21 09:37:36 -08:00
Brian Hackett
a489a8d749
Remove login key requirement
2025-02-21 09:24:07 -08:00
Brian Hackett
63dcd6702e
Add login key system
2025-02-21 09:00:23 -08:00
Mateusz Burzyński
6acb94b5af
Wrap database in async suspense value ( #36 )
2025-02-20 11:05:57 -08:00
Brian Hackett
3c3a97aa50
Show information about anthropic calls when clicking usage ( #34 )
2025-02-19 16:19:42 -08:00
Brian Hackett
55dd3c97b6
Add feedback button ( #29 )
2025-02-18 15:15:52 -08:00
Brian Hackett
6221ab1d3e
Fix issues around rewinding ( #28 )
2025-02-18 11:39:44 -08:00
Brian Hackett
20bb97c0c5
Fix assorted problems ( #27 )
2025-02-14 14:27:20 -08:00
Brian Hackett
dd18d5360c
Support rewinding to earlier messages ( #23 )
2025-02-12 17:23:26 -08:00
Brian Hackett
43ab9b3656
Support saving solutions without an associated evaluator
2025-02-12 14:19:57 -08:00
Brian Hackett
ce94bf7fcf
Include chat messages in solution instead of last user prompt
2025-02-11 06:07:57 -08:00
Brian Hackett
bb82c56958
Improve UI for viewing and changing problems ( #15 )
2025-02-10 20:18:54 -08:00
Brian Hackett
b7b602016e
Improve support for streaming simulation data to backend ( #16 )
2025-02-07 11:52:19 -08:00
Brian Hackett
3c193be3e6
Include mouse data when enhancing prompt
2025-01-30 11:24:58 -08:00
Brian Hackett
df8e2526ee
Use Nut Chat API ( #11 )
2025-01-29 10:45:18 -08:00
Brian Hackett
45c7365f01
Include mouse data when analyzing execution data
2025-01-23 07:35:06 -08:00
Brian Hackett
7d02bb58fc
Ignore package-lock.json
2025-01-22 15:26:40 -08:00
Brian Hackett
2916c0538d
Add restriction on number of free uses before setting anthropic API key
2025-01-22 08:18:35 -08:00
Mateusz Burzyński
dabbfc8bd7
Avoid top level await to fix execution and full module initialization race condition ( #9 )
2025-01-21 17:52:38 +01:00
Brian Hackett
5521e0eba6
Add about page
2025-01-20 10:32:48 -08:00
Brian Hackett
eee47d9af9
Send simulation prompt commands from client ( #8 )
2025-01-20 09:49:36 -08:00
Brian Hackett
a5c5d3910a
Update backend APIs for doing simulation based prompting ( #7 )
2025-01-20 08:03:25 -08:00
Brian Hackett
3f306a26c0
Add menu items UI for about and problem pages ( #6 )
2025-01-17 14:05:03 -08:00
Brian Hackett
09097e580c
UI improvements to chat and bug selection ( #5 )
2025-01-17 07:19:13 -08:00
Brian Hackett
f040c9b440
Merge remote-tracking branch 'upstream/main'
2025-01-16 08:02:49 -08:00
Brian Hackett
6543f33d54
Fixes for cloudflare deployment ( #3 )
2025-01-14 13:07:23 -08:00
Anirban Kar
fad41973e2
fix: api-key manager cleanup and log error on llm call ( #1077 )
...
* fix: api-key manager cleanup and log error on llm call
* log improved
2025-01-13 04:21:29 +05:30
Brian Hackett
6bc218340c
Use simulation prompt API ( #2 )
2025-01-11 13:48:38 -10:00
Adithyan K
49bb17886a
fix: added ui indicator on how apikeys are set (UI/Env) for api-key-manager component ( #732 )
...
* fixed #333
* Added instruction in case api-key is not set.
* addressed some of the review changes:
1. moved function definiton to useCallback.
2. added a cache to store the env key status and the api call is made only on a cache miss.
* Manages the API-key entered via UI in a better way.
- Persist API keys in cookies when entered via UI
- Automatically load saved keys when switching between providers
- Preserve existing functionality for environment variable based keys
* Re-used map from utils/constants file.
* Code cleanup - Removed redundant API key init in BaseChat as its already handled by APIKeyManager component.
2025-01-10 21:26:31 +05:30
Leex
6bf36a915c
docs: bugfix/formatting faq docs ( #1027 )
...
* fixed formatting of faq and enhanced styling
* save
* did further improvements and fixing the sidebar
---------
Co-authored-by: Anirban Kar <thecodacus@gmail.com>
2025-01-10 21:17:32 +05:30
Brian Hackett
c3e1764da3
Merge pull request #1 from replayio/recording-button
...
Add button to save recording, assorted other UX changes
2025-01-07 05:56:18 -10:00