-
Notifications
You must be signed in to change notification settings - Fork 62
Project Mode #2048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
russell-rozenbaum
wants to merge
40
commits into
dev
Choose a base branch
from
project-mode
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Project Mode #2048
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
57b50ce
added foundational backend infrastructure for projects
russell-rozenbaum 15d6ae0
updates to model and update architecture; preparing to add view found…
russell-rozenbaum b1af4c7
simple file system, left-handed sidebar view added
russell-rozenbaum 8c6c670
style tweaks
russell-rozenbaum d36220d
moved view files to their own place for dependency aversion... should…
russell-rozenbaum 8823666
backend update model and update actions implemented for multi project…
russell-rozenbaum b28f733
implements add project ui
russell-rozenbaum 7b9d2bb
[checkpointing] agent chat architecture implemented. now uses a tree-…
russell-rozenbaum 00d7656
checkpointing changes for composition tool integration
russell-rozenbaum e180ebb
compiling
russell-rozenbaum 9e6615a
cleanup warnings
russell-rozenbaum e84f1bd
large backend refactor almost complete-ish
russell-rozenbaum e668519
added ui for agent main menu
russell-rozenbaum d107f89
ui implementations; adds streaming
russell-rozenbaum d16f5c3
fixes tool calling
russell-rozenbaum 3251de6
removes streaming due to too many implications; adds chunked chat ui …
russell-rozenbaum 82698da
reformat display of prompt, dev notes, agent editor view, and static …
russell-rozenbaum b8fd54a
style improvements
russell-rozenbaum e97beaa
adds copy and export button; adds user/agent tags above message chunk…
russell-rozenbaum 805872e
user messages properly displayed
russell-rozenbaum bb54216
ui/ux now supports agent workbench
russell-rozenbaum e93b440
workbench style updates; tool results now can be tied to active subtask
russell-rozenbaum d397d26
more styling updates
russell-rozenbaum 0b428b8
cleanup, attempting to fix build failures
russell-rozenbaum 2a4444b
initial commit of evaluation scripts
CyrusD123 7a2407a
update package.json
CyrusD123 534234f
updated JSON output when chat is downloaded
CyrusD123 6641398
playwright evaluation refactor
CyrusD123 162b0e7
docs formatting
CyrusD123 ce27239
added more setup commands for onboarding
CyrusD123 70d2b18
forgot to add an extra playwright install command
CyrusD123 442d94f
Add agent edit action tests and HighLevelNodeMap coverage; register s…
russell-rozenbaum b66c176
add rest of ChatLSP base tests
CyrusD123 8387082
pulled
russell-rozenbaum f9e9d99
adds summary of what edit actions were made by agent after a given run
russell-rozenbaum 701d424
adds toggles for viewing past editor states before and after edit act…
russell-rozenbaum 5b487a6
add retry logic for api input, can now run in headless mode
CyrusD123 aaf42e3
Added username.yaml for review
KoshyNisha 505a7e4
merge dev into project-mode
russell-rozenbaum 068e991
Merge branch 'project-mode' of https://github.com/hazelgrove/hazel in…
russell-rozenbaum File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Desktop/Programmierung/ResearchProjects/assistant-actions/.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
|
|
10 changes: 10 additions & 0 deletions
10
Desktop/Programmierung/ResearchProjects/assistant-actions/NA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "cells": [], | ||
| "metadata": { | ||
| "language_info": { | ||
| "name": "python" | ||
| } | ||
| }, | ||
| "nbformat": 4, | ||
| "nbformat_minor": 2 | ||
| } |
1 change: 1 addition & 0 deletions
1
Desktop/Programmierung/ResearchProjects/assistant-actions/hazel
Submodule hazel
added at
bda7bd
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this folder 'Desktop/Programmierung'? there are a few files from it