Taylor Wilsdon (aider)
1542cb486d
fix: Improve Google Drive file upload handling and error logging
2024-12-15 19:49:26 -05:00
Taylor Wilsdon (aider)
434241149b
feat: Add comprehensive logging for Google Drive file upload process
2024-12-15 19:13:29 -05:00
Taylor Wilsdon (aider)
9b939e99f2
refactor: Update Google Drive file upload to match local file upload flow
2024-12-15 19:12:33 -05:00
Taylor Wilsdon (aider)
9faa5856f5
fix: Update Google Drive Picker to show files and improve file upload process
2024-12-15 19:10:41 -05:00
Taylor Wilsdon (aider)
b57f7251a5
feat: Improve Google Drive file upload handling with better logging and error management
2024-12-15 19:06:38 -05:00
Taylor Wilsdon (aider)
29efee8ede
feat: Improve Google Drive file upload with correct headers
2024-12-15 18:57:59 -05:00
Taylor Wilsdon (aider)
7d55f9bc2e
fix: Adjust Google Drive file upload headers in processWeb call
2024-12-15 18:54:05 -05:00
Taylor Wilsdon (aider)
7dace30587
fix: Update Google Drive file upload to use authorization headers
2024-12-15 18:52:24 -05:00
Taylor Wilsdon (aider)
eed7cfd2a2
refactor: Remove unused Google Drive picker imports from Chat.svelte
2024-12-15 16:34:26 -05:00
Taylor Wilsdon (aider)
f566c5940a
feat: Add Google Drive picker button to MessageInput component
2024-12-15 16:08:32 -05:00
Taylor Wilsdon (aider)
61b1a8fdab
feat: Add Google Drive file picker integration to chat interface
2024-12-15 16:07:43 -05:00
Timothy J. Baek
f03629de61
fix: merged response should be used in messages payload
2024-10-26 12:41:54 -07:00
Timothy J. Baek
587dab23f0
fix
2024-10-24 02:35:17 -07:00
Timothy J. Baek
42a58da487
refac
2024-10-24 00:56:24 -07:00
Timothy J. Baek
d0662e2518
refac: do not use arena model for tasks
2024-10-23 20:33:08 -07:00
Timothy J. Baek
51265b4683
refac
2024-10-23 15:33:13 -07:00
Timothy J. Baek
0e56ef20cb
fix: selectedModels
2024-10-23 14:51:25 -07:00
Timothy J. Baek
00e9362c2c
enh: arena model rate to reveal
2024-10-22 18:05:30 -07:00
Timothy J. Baek
04b324996c
fix
2024-10-22 12:05:48 -07:00
Timothy J. Baek
3c8944cb12
refac
2024-10-22 03:22:45 -07:00
Timothy J. Baek
9f285fb2fb
feat: arena models
2024-10-22 03:16:48 -07:00
Timothy J. Baek
e2d4a69750
refac: title generation
2024-10-21 04:24:17 -07:00
Timothy J. Baek
f99facf383
fix: message input issue
2024-10-21 03:17:30 -07:00
Timothy J. Baek
fc6dc43a19
refac: tagging behaviour
2024-10-21 01:30:22 -07:00
Timothy J. Baek
67647c8747
refac
2024-10-20 14:45:47 -07:00
Timothy J. Baek
54b843c367
refac
2024-10-19 20:58:19 -07:00
Timothy J. Baek
d795940ced
feat: chat auto tag
2024-10-19 20:34:17 -07:00
Timothy J. Baek
3069452210
refac
2024-10-19 17:55:57 -07:00
Timothy J. Baek
e252ca1dc4
refac: rich text input styling
2024-10-19 03:15:40 -07:00
Timothy J. Baek
ce917eba81
enh: model url search param
2024-10-19 01:30:49 -07:00
Timothy J. Baek
f46b95300b
feat: rich text input for chat
2024-10-18 23:54:35 -07:00
Timothy J. Baek
a4a5614de5
refac
2024-10-13 23:07:32 -07:00
Timothy J. Baek
55f14e37ea
refac: code_execution.uuid -> id
...
convention
2024-10-13 23:04:04 -07:00
Etienne Perot
9fbff16a08
feat: add code execution status to chat messages.
...
This adds `code_executions` as an array of code execution statuses to
chat messages. The intent of this data is to be displayed in a similar
manner as citations: at the bottom of the message, with buttons that open
a modal for more info. However, code execution data doesn't fit well in
citation modals, because they fundamentally differ in their formatting.
Code execution status includes the code that was run (which benefits from
being syntax-highlighted), and the output and generated files. This
differs from citations which are just list of document names and links.
Additionally, code execution is a process, whereas citations are only
emitted once. This is why code execution data uses an ID-based approach,
where each code execution instance is identified by a unique ID and can
be updated by emitting a new `code_execution` message with the same ID.
This allows the code execution status to be updated as code runs.
2024-10-12 16:14:12 -07:00
Timothy J. Baek
5837dcbfd4
refac: chat controls resize behaviour
2024-10-12 01:10:10 -07:00
Timothy J. Baek
ad31bd51fd
refac
2024-10-09 12:36:52 -07:00
Timothy J. Baek
a3f2b7045c
refac: dropzone body -> chat-container
2024-10-08 23:55:38 -07:00
Timothy J. Baek
e66619262a
refac
2024-10-08 22:34:17 -07:00
Timothy J. Baek
07a556df55
refac: landing page styling
2024-10-08 13:45:34 -07:00
Timothy J. Baek
457360dae7
refac
2024-10-07 22:53:36 -07:00
Timothy J. Baek
9bd5567552
enh: 'execute' event type
2024-10-07 22:50:57 -07:00
Timothy J. Baek
3c5b216612
fix
2024-10-07 18:26:03 -07:00
Timothy J. Baek
f099b277c8
enh: youtube watch param support
2024-10-07 18:19:13 -07:00
Timothy J. Baek
854024cdf8
refac: show chat menu in temp chat
2024-10-07 14:28:28 -07:00
Timothy J. Baek
57df49274c
refac: tools url param handling
2024-10-06 22:00:23 -07:00
Timothy J. Baek
58ca5e42c2
refac: url param tool_ids -> tools/tool-ids
2024-10-06 20:41:56 -07:00
Timothy J. Baek
1c1e6a7172
refac
2024-10-06 16:39:46 -07:00
Timothy J. Baek
8ad44cd690
enh: chat landing ui option
2024-10-06 11:45:13 -07:00
Timothy J. Baek
3082d0de7a
enh: apply edit to artifacts
2024-10-06 01:12:30 -07:00
Timothy J. Baek
de59ecf8a3
feat: artifacts
...
Co-Authored-By: Andrew Tait Gehrhardt <134739775+atgehrhardt@users.noreply.github.com>
2024-10-05 23:58:02 -07:00