repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
significantgravitasautogpt
text file not consistently be read memorise difficult to provide context
Help Wanted
when store txt file and advise auto gpt to read memorise they it rarely do so most of the time it just skip over that task but sometimes it work it would be great to have an easy way to provide a lot of context from the start in order to push it in the right direction right away
significantgravitasautogpt
json parser could select just proper json from the message
Invalid
often when user tell ai that it do something wrong it get confuse a bit and instead of pure json start apologize then give proper json and after that be again polite ruin the json something like this keep happen I assume not just to I I apologize for the mistake again and thank you for remind I to...
significantgravitasautogpt
fix speech block main thread
Enhancement
previously play the speech sound would block the main thread result in any computation halt until the sound have finish play this be inefficient as the program could be do useful work while the sound play this pull request add a thread safe implementation of queue the speech allow for a more efficient ...
significantgravitasautogpt
merge pull request 169 from torantulino fixesbrokensaytext
Invalid
169
significantgravitasautogpt
multi byte character handling
Enhancement
it appear that auto gpt be not work well with other character encoding I be try to use it on information write in portuguese brazilian portuguese and sometimes it complain about string index must be integer I believe it be because of character with accent as in comunica o for example it would be...
significantgravitasautogpt
fix browse exponential backoff when openai throttle api call
Enhancement
add retry backoff ability by pull function out
significantgravitasautogpt
openai throttle break summarization of large file
Bug
this allow model to summarize large document
significantgravitasautogpt
string index must be integer not str
Bug
I be get string index must be integer not str error any thought how to fix it
significantgravitasautogpt
next step please develop a ui for this would be amazing
Enhancement
so yeah I don t know what to write here what do you think about a ui for this app
significantgravitasautogpt
even when use gpt3only the evaluate code function still try to use gpt 4
Bug
see screenshot below also it do not show in the image but at the start of the execution it confirm gpt3 5 only mode enable image
significantgravitasautogpt
sparkle feature cache browse website so we use less token whi
Invalid
le summarize same website
significantgravitasautogpt
tool that return list of tool that could possibly be use to solve a problem
Enhancement
currently the list of available tool be allway in the promp and it will grow so let gtp make a pre selection the main loop could than well concentrate on the problem at hand some allway goot to have tool could stay in promp but generaly the loop should be gettool problem description tool1 tool2...
significantgravitasautogpt
log watchdog monitor continuous mode auto pause
Enhancement
hi there look around the open issue but haven t see this suggestion yet firstly I d like to know that whatever be run be always log maybe that s address somewhere secondly I d like a cautious monitor continuous mode where a gpt 3 5 or other model can see the live log and will trigger a pau...
significantgravitasautogpt
allow ask human assistance feedback incontinuous mode
Enhancement
summary I propose a new feature call semi active mode which enable the ai to run in a semi automate manner seek user assistance when it encounter uncertainty confusion or ambiguity this feature combine the benefit of continuous mode with the human in the loop experience of active mode backg...
significantgravitasautogpt
asynchronous user interaction via redi for autogpt
Enhancement
hey everyone I ve be work on integrate redi and a separate terminal base cli client with autogpt to enable asynchronous question and answer user interaction this be just a draft pr so any feedback or contribution be more than welcome this will allow the agent to ask follow up question base on long term work ...
significantgravitasautogpt
add and an input for user advice on each iteration of the loop
Question
since I often don t agree with the direction that autogpt be go or because I can save some time and token by give he advice I add an input for each iteration where the user can add advice autogpt will then take that advice into account for the next iteration I take the opportunity to also test my autogpt...
significantgravitasautogpt
add r command to retry last action
Enhancement
this pr add a r command to retry the last action user can now easily try a different approach without exit the program
significantgravitasautogpt
ai seem to think that evaluate code run it
Bug
in my experience gpt often try to run code with the evaluate command instead of the run one maybe rename it to review code
significantgravitasautogpt
add support for poe api
Enhancement
for we poor people or italian or both
significantgravitasautogpt
option to support other language feature request
Enhancement
option to add a translation file or the user can use the api from I would be happy to assist in make an entire file of translation into other language
significantgravitasautogpt
support auto gpt delegate sub task to other instance of itself
Enhancement
summary allow auto gpt to break up work and delegate it to other instance of itself feature description similar to action such as file or browse I propose we have a delegate module however I don t really have much of an idea of how it would work at this point benefit ...
significantgravitasautogpt
modulenotfounderror no module name userdict macos ventura
Bug
from userdict import dictmixin modulenotfounderror no module name userdict
significantgravitasautogpt
enhance conversation ability to provide feedback to the system
Duplicate
the ability to jump in and steer a train off thought that be run off course be quite helpful to this end adjust the interaction loop in main py such that the user can jump in to talk interaction loop while true send message to ai get response with spinner think assi...
significantgravitasautogpt
auto discover new capability via api s and dynamic run time
Enhancement
create a new command to dynamically expand capability 1 identify a capability gap e g if current weather stock price can not be obtain from current auto gpt capability 2 provide a static list of know api library or discover via google search 3 find an api for the require capability 4 create...
significantgravitasautogpt
no module name googlesearch
Bug
modulenotfounderror no module name googlesearch
significantgravitasautogpt
make it possible to use gpt 3 5
Enhancement
this be such a neat experiment thank for open source fix 12 fix 40 make davinci 3 5 turbo the default model fast and cheap allow for model configuration I make json parse a lot more forgiving include use gpt to fix up the json if necessary I also improve the prompt to make it follow i...
significantgravitasautogpt
add dockerfile and update requirement txt
Bug
hello in order to isolate the execution I add a simple dockerfile use py3 11 I have to remove the pin to resolve conflict sh docker build t auto gpt docker run rm it auto gpt I m also happy to add a dependency manager as well so the project doest have any dep conflict if that ...
significantgravitasautogpt
unable to install requirement
Duplicate
image get this error when try to install
significantgravitasautogpt
improve chunk and chunk handle
Bug
autogpt keep exceed the token limit by like 100 token every time I use it before it finish it s task and can t handle the error traceback most recent call last file root auto gpt script main py line 199 in assistant reply chat chat with ai file root auto gpt script chat py line 64...
significantgravitasautogpt
google return error 429 client error too many request for url
Bug
image be there any way to fix this
significantgravitasautogpt
pip install r requirement txt
Bug
run into 2 error run this cmd also try run as pip3 error error can not install r requirement txt line 3 r requirement txt line 4 r requirement txt line 8 and request 2 25 1 because these package version have conflicting dependency the conflict be cause by the user request ...
significantgravitasautogpt
ability to navigate outside work directory
Enhancement
currently the good workaround be bring the desire context into the work directory but implement the ability to crawl through file more gracefully would be great perhaps for fully autonomous user this could be an opt in or out type thing system command read file return error attempt to access outside...
significantgravitasautogpt
build in rate limit error handling
Bug
below be a readout from an example error I hit a rate limit error work with the openai api file d project auto gpt auto gpt env lib site package openai api requestor py line 682 in interpret response line raise self handle error response openai error ratelimiterror that model be currently overloa...
significantgravitasautogpt
invalid json
Bug
it doesn t work
significantgravitasautogpt
active mode
Enhancement
summary I would like to suggest a new feature call active mode which enable the ai to run while actively prompt the user with chain of think question when execute each subsequent action this allow user to actively participate while the ai agent run ensure a human in the loop experience backgr...
significantgravitasautogpt
the model gpt 4 do not exist
Good First Issue
hi amazing work you re do here I m get this message traceback most recent call last file user sta auto gpt autonomousai main py line 154 in assistant reply chat chat with ai prompt user input full message history mem permanent memory token limit ...
significantgravitasautogpt
implement reflection
Enhancement
context implement reflection a technique that allow generate more coherent and natural text use pre train language model problem or idea reflection be base on two article that propose different method to incorporate world knowledge and causal reasoning in text generation the article be 1 ...
significantgravitasautogpt
implement custom prompt
Enhancement
auto gpt have the potential to carry out any task not just run a business let s set it free
significantgravitasautogpt
incorporate agent toolkit from langchain
null
null
significantgravitasautogpt
make auto gpt aware of it s run cost
Enhancement
auto gpt be expensive to run due to gpt 4 s api cost we could experiment with make it aware of this fact by track token as they be use and convert to a dollar cost this could also be display to the user to help they be more aware of exactly how much they be spend
significantgravitasautogpt
display short term and long term memory usage
Enhancement
auto gpt currently pin it s long term memory to the start of it s context window it be able to manage this through command auto gpt should be aware of it s short and long term memory usage so that it know when something be do to be delete from it s memory due to context limit e g memory usage 2555 400...
significantgravitasautogpt
improve web crawl system
Help Wanted
auto gpt should be able to see link on webpage it visit as well as the exist gpt 3 powered summary so that it can browse further than 1 page away from google
significantgravitasautogpt
the original link be dead
Bug
the original git pull link be dead and this repo doesn t contain the file necessary ie requirement txt
practicaltutorialsprojectbasedlearning
break dead link implement a search engine
Bug
expect behavior click on the link should take you to a website with content current behavior the link currently go to a page that say error establish a connection to database possible solution remove or update the link preferably update but remove to avoid confusion step to reproduce...
practicaltutorialsprojectbasedlearning
break link in java tutorial
Help Wanted
java tutorial build a spring boot app with user authentication be no long available current behavior the link be currently unavailable it look like the author no long maintain the website possible solution find some kind of placeholder site for the tutorial in that domain
practicaltutorialsprojectbasedlearning
clean up dead or outdated tutorial
Help Wanted
clean up dead or outdated tutorial feel free to make a pr
practicaltutorialsprojectbasedlearning
android tutorial
Enhancement
description what about add some android resource why this wonderful resource hub be really miss any android material be this something you re interested in work on x yes no
practicaltutorialsprojectbasedlearning
look for maintainer
Help Wanted
hi everyone thank for your continue support to my repository for the last 4 year during this time I have be able to expand my repository to include a lot of awesome tutorial from all over the internet thank to your contribution sadly this past year I have have a lot of personal issue that prevent I from pa...
practicaltutorialsprojectbasedlearning
add flutter tutorial
Enhancement
description since we have kotlin tutorial for available why not include flutter why we should allow this option when consider mobile development possible implementation open question similar to other section format add source and link for people to study be this something you re i...
practicaltutorialsprojectbasedlearning
proposal for well gatekeepe stick to masterpiece material
Enhancement
description can we please refrain from add thing if content isn t unique why I ve be follow the change happen lately and I m concerned make change to this repo be turn into a popularity contest below be a few reason why possible implementation I propose contributor ask themselves...
practicaltutorialsprojectbasedlearning
be add an arduino section align with intent of this tutorial add an arduino section
Enhancement
this list may be aim at more professional developer coder so if this be not in line with what you re try to achieve please close this issue or it could be the arduino environment be close enough to c that it s not worth do otherwise if you d want some add I can fork and build a short list of proje...
practicaltutorialsprojectbasedlearning
elixir chat tutorial be outdate
Enhancement
the chat tutorial list for elixir be outdate it use a old version of phoenix and could be confusing to new user who would be learn a oudate set of syntax application structure command I e mix phoenix create vs mix phx create also it s miss some step for one this they never do mix ecto create ...
practicaltutorialsprojectbasedlearning
add resource type alongside tutorial title
Enhancement
I think that it will be good if alongside tutorial title tag indicate the resource type be add for example hacker news use video and pdf tag for correspond resource type maybe this list can adapt the same policy
practicaltutorialsprojectbasedlearning
draft update contribute md to be more clear for contributor
Enhancement
description provide more clear explanation for contributor motivation and context most of the prs I ve review clearly show that many doesn t follow the guideline and contribute md doesn t cover every single scenario book video playlist etc also add guideline for maintainer that th...
practicaltutorialsprojectbasedlearning
be project base learn still alive
Question
the last commit be from august 23 2020 currently there be 86 pende pull request be the project still alive if the author be no long interested to maintain it or he do not have enough time maybe it be a good idea to transfer the project to an independent organization where to be maintain by the community
practicaltutorialsprojectbasedlearning
in the python tut under the web app section create a blog web app part 2 seem to either be break or the source be no long available
Help Wanted
expect behavior current behavior possible solution step to reproduce context optional
practicaltutorialsprojectbasedlearning
build network stack in ruby
Help Wanted
null
practicaltutorialsprojectbasedlearning
split javascript framework link
Enhancement
hello thank for your great repo I recommend to split js link to category like angularjs angular 2 react vue etc it s make easy to find tutorial for specific topic and technology
microsoftvscode
front matter break markdown url pasting
Bug
type bug I love the new markdown url pasting feature 203095 it s break for file with front matter such as jekyll metadata it work without front matter I create a file call test md its complete content be markdown link text I copy a link to my system clipboard ...
microsoftvscode
can not copy paste in integrate terminal running tmux
Bug
in my terminal alacritty I simply select the text I want to copy and the selection go automatically to my clipboard it doesn t work in vscode s integrate terminal run tmux I ve try the follow option without success terminal integrate macoptionclickforcesselection true terminal integrate rightcl...
microsoftvscode
select symbol from notebook outline doesn t highlight in editor properly
Bug
type bug single click or double click on a symbol under a code cell in the notebook outline view it navigate to the cell however it doesn t highlight the line or select the symbol like text editor vs code version code insider 1 88 0 insider aa25485166449aa0f9eb8ebd8d0b70376108633c 2024 03 28t22 1...
microsoftvscode
notebook stick scroll entry be only partially highlighe on hover
Bug
type bug we be only highlight the text div it seem other than the whole entry image vs code version code insider 1 88 0 insider aa25485166449aa0f9eb8ebd8d0b70376108633c 2024 03 28t22 10 25 599z os version window nt x64 10 0 22631 mode system info item value ...
microsoftvscode
quick chat doesn t close when insert at cursor be invoke
Bug
discover while meet with jooyoungseo who primarily use the quick chat 1 open quick chat 2 run a command that produce a code block 3 in the code block use ctrl enter 4 it s insert in the editor 5 the quick chat be not hide
microsoftvscode
quickpick get in a bad state if canselectmany be set after it be visible and have item
Bug
if we show a quickpick and set its item and then set canselectmany to true the quickpick get into a semi corrupt state checkboxe aren t render correctly util item be scroll out of view and the check state seem to get wonky too here be a repo that reproduce the problem ref cc tylerleonh...
microsoftvscode
vscode web safari file drag and drop in explorer panel
Bug
do this issue occur when all extension be disabled yes vs code version version 1 88 0 insider commit 46b756b8434730593b3c911fd1ca43366b29eb03 date 2024 03 28t10 07 27 849z browser mozilla 5 0 macintosh intel mac os x 10 15 7 applewebkit 537 36 khtml like gecko chrome 122 0 0 0 sa...
microsoftvscode
aux window registration flaw when devtool be open
Bug
1 set a breakpoint or log here l195 2 move or copy a file into a new float window 3 switch between they a few time the event fire a couple time but then stop fire
microsoftvscode
issue report on copilot do not work
Bug
do this issue occur when all extension be disabled yes no vs code version os version step to reproduce 1 command palette help report issue select copilot 2 fill in some datum 3 note that there be no similar issue 4 if log out of github preview issue give a 404...
microsoftvscode
synchronize scroll event flood
Bug
synchronize scrolling can lead the editor to crash or be stick in some case this be cause by the order in which the event be trigger
microsoftvscode
edit language configuration file for c in order to indent after if for while statement with no brace
Bug
this issue be in relation to issuecomment 2024859814 we would like to indent after if for while statement with no brace for c and potentially other language too
microsoftvscode
inline chat widget content be scrollable even though widget be small
Bug
use zoom level 2 window zoomlevel 2 make a change with inline chat unwanted scroll bar the content of the inline chat widget be always scrollable even when there be only one very short response make change code insider sx295maap9
microsoftvscode
up down vote not keyboard accessible in inline chat
Bug
1 open inline chat 2 ask something for example write a sort function in javascript 3 make sure mouse be not over the widget 4 move focus to the central part of the widget the up down vote be not visible actually in 4 if I press the down key they get visible so ideally the up down vote ico...
microsoftvscode
normal text in chat input doesn t work well in hc theme
Bug
any chat ui inline panel quick terminal use hc theme dark or light type a query select the text poor no contrast between background and foreground
microsoftvscode
ctrl a flakyiness in html notebook output
Bug
originally report here issuecomment 2022920553 ctrl a doesn t seem to work quite right I only see that everything in an output cell be show after focus out of the output recording 2024 03 27 at 15 31 01
microsoftvscode
file explorer only support drag and drop of a single item
Bug
do this issue occur when all extension be disabled yes no version 1 87 2 user setup commit 863d2581ecda6849923a2118d93a088b0745d9d6 date 2024 03 08t15 20 17 278z electron 27 3 2 electronbuildid 26836302 chromium 118 0 5993 159 node js 18 17 1 v8 11 8 172 18 electron 0 os ...
microsoftvscode
can t open a folder with the simple file dialog
Bug
step to reproduce 1 set file simpledialog enable true 2 press ctrl k ctrl o workbench action file openfold to open a folder 3 find a directory and press enter press the ok bug folder be not open recording 2024 03 27 at 10 42 36
microsoftvscode
slash be underline and can be click
Bug
verify I see this notice the 1 x have the underline and click it get this macos if it s useful
microsoftvscode
outline be stick after close notebook
Bug
I see this once a couple day ago and again today open notebook close it the notebook outline be still there and overlay with this message 2024 03 27 11 03 48 642 error treeerror outlinepane tree element not find object object error treeerror outlinepane tree element not ...
microsoftvscode
scm svn extension decoration be misalign again
Bug
after 82257 have be fix by add margin right 8px now it s offset to the left by 8px svn do this issue occur when all extension be disabled yes vs code version 1 86 2 os version win10 20h2 step to reproduce 1 install svn and the svn extension 2 run svn co ...
microsoftvscode
invalid context menu entry in pr comment box
Bug
do this issue occur when all extension be disabled yes no vs code version any os version n a step to reproduce 1 create a pr 2 add comment into a file 3 right click inside the editor of the comment the context menu contain a lot of unrelated entry e g go to def doesn t ap...
microsoftvscode
emmet inconsistent behavior in html for php file
Bug
do this issue occur when all extension be disabled yes no yes version 1 87 2 system setup commit 863d2581ecda6849923a2118d93a088b0745d9d6 date 2024 03 08t15 20 17 278z electron 27 3 2 electronbuildid 26836302 chromium 118 0 5993 159 node js 18 17 1 v8 11 8 172 18 electron 0 ...
microsoftvscode
terminal quick fix dropdown can be obscure by status bar
Bug
from lszomoru in microsoft vscode copilot 4711 image
microsoftvscode
terminal inline chat should not have it own menu
Bug
currently the voice action have to contribute to the terminalchatinput menu but all other case work with the menuid chatexecute so I wonder why the terminal inline chat be so special that it have its own menu
microsoftvscode
request json sort fail with message range create
Bug
have a json file as below have code on save and json sort have a json file and notice error on save json editor codeactionsonsave source sort json explicit notificationsalert js 32 request json sort fail with message range create call with invalid argument obje...
microsoftvscode
ui glitch with inline chat
Bug
test 208411 see the video for detailed repro step but there be glitch especially while type multi line for inline chat the focus go back and forth between what I be type and the beginning of the inline chat prompt
microsoftvscode
profile sync keep delete my profile
Bug
this scenario keep happen to I and appear to happen when I revisit a different machine environment it just reproduce this morning on my primary machine I set up a new profile call note I do all sort of customization thing be work fine until I open my mac secondary machine for the first time in a few wee...
microsoftvscode
ctrl alt enter to run code block in terminal doesn t do anything if terminal wasn t already open
Bug
test 207637 1 close all terminal 2 ask copilot for a shell command 3 ctrl alt enter to run it in the terminal 4 bug a terminal open but the command isn t append to the prompt I have to move focus back into the block I want to run in chat and hit ctrl alt enter again
microsoftvscode
unclear cell movement behavior
Bug
test 208267 version 1 88 0 insider user setup commit b0d975fc6370f15570c380f41015b1ca2cdcb791 date 2024 03 25t05 49 32 344z electron 28 2 6 electronbuildid 27476517 chromium 120 0 6099 291 node js 18 18 2 v8 12 0 267 19 electron 0 os window nt x64 10 0 25987 when move notebook cell I be su...
microsoftvscode
can add empty entry for pattern in setting editor
Bug
test 208388 testing on linux image from gyazo 1 enter an entry for workbench editor customlabel pattern 2 start a new entry then delete the first entry 3 there be an empty entry in the view bug
microsoftvscode
vs code freeze when print unicode character in powershell
Bug
test 208456 for testing I try run this script in a powershell integrate terminal ts for I 0 I le 0xffff I write host nonewline char I this get a few hundred character in before the entire window stop respond image the same script work in an external powershe...
microsoftvscode
quick search button tooltip miss
Bug
test 208477 the button on the right hand of the search input do not have a tooltip
microsoftvscode
stage revert toolbar focus order weird
Bug
focus throw the different stage revert action toolbar occur in an unnatural order in the follow gif you will see I go backwards through the focus order shift tab however it first focus the first stage toolbar in the first region and then the toolbar in the second region I would have expect bottom up...
microsoftvscode
focus stage change action item do not make it visible
Bug
step to repro 1 open multi diff editor with at least two file 2 toggle collapse state of second editor this be just do to add focus to the twistie icon 3 press shift tab 4 focus be on the stage button but it be invisible code insider hle9est2dy
microsoftvscode
lose inline chat placeholder text
Bug
test 208411 press cmd I and you get if you hold cmd while do it it will switch to let go of cmd lose the placeholder text
microsoftvscode
mutli file diff support undo operation after revert
Bug
it s easy to lose change when click the revert block action it would be great to handle ctrl z immediately after click that action
microsoftvscode
multi file diff action be hide when on last line of small file
Bug
microsoftvscode
disable multi selection for notebook outline view
Bug
do this issue occur when all extension be disabled yes no it seem we have multi selection in notebook outline view but the outline view for text file doesn t have this image
microsoftvscode
placeholder for empty notebook outline view
Bug
re currently when the document have no header and we hide code cell the outline view be empty image when use the outline view with text editor it show a placeholder indicate the view be empty we might want to do the same for notebook too image
microsoftvscode
what be the replacement for terminal integrate automationshell linux now that it be deprecate
Bug
do this issue occur when all extension be disabled yes vs code version 1 85 2 8b3775030ed1a69b13e4f4c628c612102e30a681 x64 os version nixos 23 11 4621 3cb4ae6689d2 linux 6 1 78 1 want to setup a build task and get an unfixable command not find error unless use an absolute path 2 multi...
microsoftvscode
fr press esc to clear source control commit message
Bug
a reboot of the original issue hasn t be solve in 3 year since both search and extension panel support press esc to clear text input I think it make sense for the source control panel to have this feature as well a gif demonstrate what I mean demo
microsoftvscode
prepending use shell integration do not work for fish when use starship prompt
Bug
starship be a customize prompt same issue as issuecomment 1981529690 but for fish turn out be just fix it for zsh we should make sure to apply these change to all shell integration script use vscode shell integration cc tyriar originally report in