{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":620602384,"defaultBranch":"main","name":"flyboy","ownerLogin":"CamdenClark","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-03-29T02:20:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11891578?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1697060288.0","currentOid":""},"activityList":{"items":[{"before":"e8ef3be75e2b6c505d50615cbd93c1de36f7509d","after":"d1f8665f96279b6be43455b097593023dfd8d63d","ref":"refs/heads/main","pushedAt":"2023-10-31T23:19:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Merge branch 'main' of github.com:CamdenClark/flyboy","shortMessageHtmlLink":"Merge branch 'main' of github.com:CamdenClark/flyboy"}},{"before":null,"after":"b58dd6aa6d3f5a80e23b047db0a62a9ddd97dd02","ref":"refs/heads/camden/aider","pushedAt":"2023-10-11T21:38:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"aider: Added markdown syntax setting to chat.lua file.\n\n# Aider chat conversation:\n\nUSER: I did `git reset --hard HEAD~1` to discard the last edits.\n\nASSISTANT: Okay, that means the changes you made in the last commit have been discarded and your repository is now at the state it was before that commit. If you need to make any changes or need assistance with anything else, feel free to ask.\n\nUSER: can I instead set the syntax in the chat.lua file?\n\nASSISTANT: Yes, you can set the syntax in the `chat.lua` file. This can be done in the `open_chat_with_text` function where the buffer is created and the filetype is set to \"flyboy\". After setting the filetype, you can set the syntax to \"markdown\".\n\nHere is the change you need to make:\n\n```lua\nlua/flyboy/chat.lua\n<<<<<<< HEAD\n local function open_chat_with_text(text)\n -- create a new empty buffer\n local buffer = vim.api.nvim_create_buf(true, false)\n vim.api.nvim_buf_set_option(buffer, \"filetype\", \"flyboy\")\n local lines = vim.split(text, \"\\n\")\n=======\n local function open_chat_with_text(text)\n -- create a new empty buffer\n local buffer = vim.api.nvim_create_buf(true, false)\n vim.api.nvim_buf_set_option(buffer, \"filetype\", \"flyboy\")\n vim.api.nvim_buf_set_option(buffer, \"syntax\", \"markdown\")\n local lines = vim.split(text, \"\\n\")\n>>>>>>> updated\n```\n\nThis change will set the syntax to \"markdown\" for every new buffer that is created with the filetype \"flyboy\".","shortMessageHtmlLink":"aider: Added markdown syntax setting to chat.lua file."}},{"before":"b31a86b107165e634a4e752a5e74ba8baad40ace","after":"e8ef3be75e2b6c505d50615cbd93c1de36f7509d","ref":"refs/heads/main","pushedAt":"2023-09-04T05:20:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Feature: configure an `on_complete` callback (#14)","shortMessageHtmlLink":"Feature: configure an on_complete callback (#14)"}},{"before":"33629f42d34e9aa94f127266fa0499360ae50bd5","after":"be2f6f6c58d1b5a7ecbec9a80933dc1d1fb062a9","ref":"refs/heads/add-on-complete","pushedAt":"2023-09-04T05:07:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Add readme for this piece of configuration","shortMessageHtmlLink":"Add readme for this piece of configuration"}},{"before":null,"after":"33629f42d34e9aa94f127266fa0499360ae50bd5","ref":"refs/heads/add-on-complete","pushedAt":"2023-09-04T05:05:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Add setting an on_complete callback as part of the configuration","shortMessageHtmlLink":"Add setting an on_complete callback as part of the configuration"}},{"before":"58997356b9e653c8998ebaee2da987d3c58a51a1","after":"b31a86b107165e634a4e752a5e74ba8baad40ace","ref":"refs/heads/main","pushedAt":"2023-08-23T00:03:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Try to fix lint error","shortMessageHtmlLink":"Try to fix lint error"}},{"before":"29dddbd222948f0bdd7f127cb74e9f2c70bb4b7a","after":"58997356b9e653c8998ebaee2da987d3c58a51a1","ref":"refs/heads/main","pushedAt":"2023-08-22T23:50:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"f261d09176960134a96f1ba19f61a50997bb574d","after":"29dddbd222948f0bdd7f127cb74e9f2c70bb4b7a","ref":"refs/heads/main","pushedAt":"2023-08-22T23:45:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Support buffer as a source/template and update docs (#12)","shortMessageHtmlLink":"Support buffer as a source/template and update docs (#12)"}},{"before":"42203b502dd4add156f3210aa3b45170cee83ed1","after":"00e9bc0fd9d2eb52f27d5cb00b67f1e45dfc8602","ref":"refs/heads/support-buffer-docs-updates","pushedAt":"2023-08-22T23:40:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Fix linting errors","shortMessageHtmlLink":"Fix linting errors"}},{"before":null,"after":"42203b502dd4add156f3210aa3b45170cee83ed1","ref":"refs/heads/support-buffer-docs-updates","pushedAt":"2023-08-22T23:15:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Support buffer as a source/template and update docs","shortMessageHtmlLink":"Support buffer as a source/template and update docs"}},{"before":"8ddf5beb1e163299d7fc783b1d473a04b98d188d","after":"f261d09176960134a96f1ba19f61a50997bb574d","ref":"refs/heads/main","pushedAt":"2023-08-22T21:49:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Add custom endpoint support + custom headers (#11)","shortMessageHtmlLink":"Add custom endpoint support + custom headers (#11)"}},{"before":"9b476c7d81a51b81dd4db9417c7e6cc825dd5c15","after":"c2b17d78e8a770cb17f49d1a1f9248ebdd25dbb0","ref":"refs/heads/add-azure-support","pushedAt":"2023-08-22T21:45:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Fix natural langauge linter errors","shortMessageHtmlLink":"Fix natural langauge linter errors"}},{"before":"1da685b9a69837514af5a73273b21fbddccec0d7","after":"9b476c7d81a51b81dd4db9417c7e6cc825dd5c15","ref":"refs/heads/add-azure-support","pushedAt":"2023-08-22T21:43:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Update with docs","shortMessageHtmlLink":"Update with docs"}},{"before":"a7cbee8ae07a8ff1e9b73c75910e2d3d72995874","after":"1da685b9a69837514af5a73273b21fbddccec0d7","ref":"refs/heads/add-azure-support","pushedAt":"2023-08-22T21:33:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Updated with the simple version, just url and headers","shortMessageHtmlLink":"Updated with the simple version, just url and headers"}},{"before":null,"after":"a7cbee8ae07a8ff1e9b73c75910e2d3d72995874","ref":"refs/heads/add-azure-support","pushedAt":"2023-08-19T02:33:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Add custom endpoint support + custom headers","shortMessageHtmlLink":"Add custom endpoint support + custom headers"}},{"before":"c387f1e003cd35c9e83b36d4693844196259e212","after":"8ddf5beb1e163299d7fc783b1d473a04b98d188d","ref":"refs/heads/main","pushedAt":"2023-08-19T02:23:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Remove code edit endpoints","shortMessageHtmlLink":"Remove code edit endpoints"}},{"before":"4edbf7e5c4d742948bebf4906a017bf3a799368d","after":"c387f1e003cd35c9e83b36d4693844196259e212","ref":"refs/heads/main","pushedAt":"2023-06-28T05:44:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Support configuring models and temperature (#6)","shortMessageHtmlLink":"Support configuring models and temperature (#6)"}},{"before":"4e24ed4f7aa6393ab7f84b539499da369dace360","after":"8c98ffe5790905eb44898e886ae9d3086a6e2e74","ref":"refs/heads/support-gpt-4","pushedAt":"2023-06-28T05:40:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Update chat.lua","shortMessageHtmlLink":"Update chat.lua"}},{"before":"267973dc2d24fb6bf369400cb249780df1b37320","after":"4e24ed4f7aa6393ab7f84b539499da369dace360","ref":"refs/heads/support-gpt-4","pushedAt":"2023-06-28T05:30:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Update with moving to 4 spaces for styling","shortMessageHtmlLink":"Update with moving to 4 spaces for styling"}},{"before":"36aeecc51a044b2669d893870d8e34cf0304a106","after":"267973dc2d24fb6bf369400cb249780df1b37320","ref":"refs/heads/support-gpt-4","pushedAt":"2023-06-28T05:23:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Styling updates","shortMessageHtmlLink":"Styling updates"}},{"before":"a64bf603c20d68cf958f5874feea37077b39790e","after":"36aeecc51a044b2669d893870d8e34cf0304a106","ref":"refs/heads/support-gpt-4","pushedAt":"2023-06-28T05:12:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Maybe fix editorconfig?","shortMessageHtmlLink":"Maybe fix editorconfig?"}},{"before":"d05f4fb592fa6e8e1c563239f1941738caec1364","after":"a64bf603c20d68cf958f5874feea37077b39790e","ref":"refs/heads/support-gpt-4","pushedAt":"2023-06-28T05:07:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Update tests","shortMessageHtmlLink":"Update tests"}},{"before":"bab71c133dac80c9320d06b47ee82955f75d4963","after":"d05f4fb592fa6e8e1c563239f1941738caec1364","ref":"refs/heads/support-gpt-4","pushedAt":"2023-06-28T04:59:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Add temperature and model configuration settings","shortMessageHtmlLink":"Add temperature and model configuration settings"}},{"before":null,"after":"bab71c133dac80c9320d06b47ee82955f75d4963","ref":"refs/heads/support-gpt-4","pushedAt":"2023-06-27T06:13:49.958Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Support GPT-4 (and other special models) through config","shortMessageHtmlLink":"Support GPT-4 (and other special models) through config"}},{"before":"dd49520c97def5b4e9f1a6409e3fdd0d0400287d","after":"4edbf7e5c4d742948bebf4906a017bf3a799368d","ref":"refs/heads/main","pushedAt":"2023-06-27T05:46:56.924Z","pushType":"pr_merge","commitsCount":15,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Merge pull request #4 from CamdenClark/stream-responses\n\nStream responses","shortMessageHtmlLink":"Merge pull request #4 from CamdenClark/stream-responses"}},{"before":"e9d1df3a5635a94660e64a805dc5d0541e0cd21e","after":"4dd9ac0b1813133f11415a35bb90fd493e34e464","ref":"refs/heads/stream-responses","pushedAt":"2023-06-27T04:56:36.242Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Readd openai specs and remove offending test code","shortMessageHtmlLink":"Readd openai specs and remove offending test code"}},{"before":"88534bf382588ec1e6b9728264dddfba9dc95fb0","after":"e9d1df3a5635a94660e64a805dc5d0541e0cd21e","ref":"refs/heads/stream-responses","pushedAt":"2023-06-27T04:52:21.120Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Try deleting openai_spec -- is this the issue?","shortMessageHtmlLink":"Try deleting openai_spec -- is this the issue?"}},{"before":"1971afa7d635c7a817a38e9952bcdb85a44aeb9a","after":"88534bf382588ec1e6b9728264dddfba9dc95fb0","ref":"refs/heads/stream-responses","pushedAt":"2023-06-27T04:47:11.761Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Comment out tests","shortMessageHtmlLink":"Comment out tests"}},{"before":"e513f971678a248cd1693ef41e6c5fd5cfbcc0b3","after":"1971afa7d635c7a817a38e9952bcdb85a44aeb9a","ref":"refs/heads/stream-responses","pushedAt":"2023-06-27T04:44:51.145Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"Revert changes to tests.yml","shortMessageHtmlLink":"Revert changes to tests.yml"}},{"before":"51bc294edcea5448a5bfc14f67068d70368e05ed","after":"e513f971678a248cd1693ef41e6c5fd5cfbcc0b3","ref":"refs/heads/stream-responses","pushedAt":"2023-06-27T04:44:25.454Z","pushType":"push","commitsCount":1,"pusher":{"login":"CamdenClark","name":"Camden Clark","path":"/CamdenClark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11891578?s=80&v=4"},"commit":{"message":"attempt to get rid of one of the tests","shortMessageHtmlLink":"attempt to get rid of one of the tests"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADpHvEWgA","startCursor":null,"endCursor":null}},"title":"Activity ยท CamdenClark/flyboy"}