{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":627920448,"defaultBranch":"master","name":"auto-dev","ownerLogin":"unit-mesh","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-04-14T13:46:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/129267571?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715169352.0","currentOid":""},"activityList":{"items":[{"before":"c4c7ab8278a596028697a849c2ea5b2674638e7a","after":"9ac18c00f26ea6e7d3d96672c0de35a54f6787d4","ref":"refs/heads/master","pushedAt":"2024-05-11T05:39:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(git-actions): move Vcs commit message and release note suggestion actions to ext-git package and update autodev-core.xml to include them in the correct action groups. #183","shortMessageHtmlLink":"feat(git-actions): move Vcs commit message and release note suggestio…"}},{"before":"2f04ba216794fa5e1909f57ccaa7492ef35c77a0","after":"c4c7ab8278a596028697a849c2ea5b2674638e7a","ref":"refs/heads/master","pushedAt":"2024-05-11T05:29:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"fix(settings): handle null project in LLMSettingComponent and AutoDevCoderConfigurable #183","shortMessageHtmlLink":"fix(settings): handle null project in LLMSettingComponent and AutoDev…"}},{"before":"33a64911a01237db6c32ced96b3509e8f6d0bcbf","after":"2f04ba216794fa5e1909f57ccaa7492ef35c77a0","ref":"refs/heads/master","pushedAt":"2024-05-11T05:16:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(json-text-provider): refactor to use extension point and remove duplicate code. #183","shortMessageHtmlLink":"feat(json-text-provider): refactor to use extension point and remove …"}},{"before":"24a4923e45564141f16f6f1cd84cb1cbbdf3ab61","after":"33a64911a01237db6c32ced96b3509e8f6d0bcbf","ref":"refs/heads/master","pushedAt":"2024-05-11T04:00:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(json-text-provider): remove unused code to reduce dupcliate to keep same JsonField. #183","shortMessageHtmlLink":"feat(json-text-provider): remove unused code to reduce dupcliate to k…"}},{"before":"d14559348f630b2f201156ab199e31bae7fe381e","after":"24a4923e45564141f16f6f1cd84cb1cbbdf3ab61","ref":"refs/heads/master","pushedAt":"2024-05-11T02:32:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(json-text-provider): add new extension point and provider class for JSON text editing support. #183","shortMessageHtmlLink":"feat(json-text-provider): add new extension point and provider class …"}},{"before":"577b08acd7dce97a97c659341b29f3725bf5a10c","after":"d14559348f630b2f201156ab199e31bae7fe381e","ref":"refs/heads/master","pushedAt":"2024-05-11T02:05:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(local-bundle): add new idea-plugin for improved local bundle management #183\n\nThis commit adds a new idea-plugin to the local-bundle project, which includes dependencies on the VCS and JSON modules. It also modifies the existing git extension to add a new action to the ChangesViewPopupMenu group, relative to the \"ChangesView.Revert\" action.","shortMessageHtmlLink":"feat(local-bundle): add new idea-plugin for improved local bundle man…"}},{"before":"0e83c76a04d2b4df2ba2b414b08e9581af057acb","after":"577b08acd7dce97a97c659341b29f3725bf5a10c","ref":"refs/heads/master","pushedAt":"2024-05-11T01:55:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"chore: setup local bundle for #183","shortMessageHtmlLink":"chore: setup local bundle for #183"}},{"before":"d889c77ba43b3fd2e1b440ed75f9d0f02a117e4f","after":"0e83c76a04d2b4df2ba2b414b08e9581af057acb","ref":"refs/heads/master","pushedAt":"2024-05-11T01:29:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"chore(kotlin): refactor and add UI components for improved LLM settings management.","shortMessageHtmlLink":"chore(kotlin): refactor and add UI components for improved LLM settin…"}},{"before":"9f19dfb4113cf48fa93b730e3b3d989f60576fca","after":"d889c77ba43b3fd2e1b440ed75f9d0f02a117e4f","ref":"refs/heads/master","pushedAt":"2024-05-08T12:56:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(python): refactor PythonAutoTestService and related classes for improved performance and maintainability.","shortMessageHtmlLink":"feat(python): refactor PythonAutoTestService and related classes for …"}},{"before":"358f045c2607ba258462c98062387446db9be7d6","after":"9f19dfb4113cf48fa93b730e3b3d989f60576fca","ref":"refs/heads/master","pushedAt":"2024-05-08T12:05:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(python): add __init__ and myfunc to PythonContextTest class and related imports.","shortMessageHtmlLink":"feat(python): add __init__ and myfunc to PythonContextTest class and …"}},{"before":"108fcda2ef976412628ecffae12661a2fcc3aa7a","after":"358f045c2607ba258462c98062387446db9be7d6","ref":"refs/heads/master","pushedAt":"2024-05-08T12:01:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(python): add PythonContextTest class and related imports\n\nThis commit adds a new PythonContextTest class to the pycharm/src/test/kotlin directory, along with necessary imports for the test class. It also modifies the gradle.properties file to update the pycharmVersion to PC-2023.2.4.","shortMessageHtmlLink":"feat(python): add PythonContextTest class and related imports"}},{"before":"adbdf811750443b915cd9c43c0270a4ab6fcff9b","after":"108fcda2ef976412628ecffae12661a2fcc3aa7a","ref":"refs/heads/master","pushedAt":"2024-05-08T11:41:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"fix: fix tests","shortMessageHtmlLink":"fix: fix tests"}},{"before":"61482a6f19178647fbeef54449c339be2e82d260","after":"adbdf811750443b915cd9c43c0270a4ab6fcff9b","ref":"refs/heads/master","pushedAt":"2024-05-08T11:08:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"chore: remove failed test","shortMessageHtmlLink":"chore: remove failed test"}},{"before":"1d9821f275e6dd6f0483aab2c8a988c86c73c955","after":null,"ref":"refs/tags/v1.8.3-RC","pushedAt":"2024-05-08T10:15:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"}},{"before":"1d9821f275e6dd6f0483aab2c8a988c86c73c955","after":"61482a6f19178647fbeef54449c339be2e82d260","ref":"refs/heads/master","pushedAt":"2024-05-08T10:15:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"fix: fix typos","shortMessageHtmlLink":"fix: fix typos"}},{"before":"562c868ac073f5b9be8996404b4cb613d3e342af","after":"1d9821f275e6dd6f0483aab2c8a988c86c73c955","ref":"refs/heads/master","pushedAt":"2024-05-08T10:07:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"chore: release to 1.8.3RC","shortMessageHtmlLink":"chore: release to 1.8.3RC"}},{"before":"eb5579239858e4123c23d9be41c2693688639d5d","after":"562c868ac073f5b9be8996404b4cb613d3e342af","ref":"refs/heads/master","pushedAt":"2024-05-08T10:04:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"fix: fix typos for #183","shortMessageHtmlLink":"fix: fix typos for #183"}},{"before":"3970a5f681ae26915d89380c16b496b5511c18b7","after":"eb5579239858e4123c23d9be41c2693688639d5d","ref":"refs/heads/master","pushedAt":"2024-05-08T10:01:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(exts-git): extract and rename git plugin support #183\n\nThis commit extracts the git plugin support and renames the refactoring implementation, including changes to the package, resource-bundle, and plugin.xml. It also adds a new file cc.unitmesh.git.xml and modifies the build.gradle.kts file to include the Git4Idea plugin.","shortMessageHtmlLink":"feat(exts-git): extract and rename git plugin support #183"}},{"before":"c8ff245e24d8b14c3ed581dc740a26d98f5d6cc6","after":"3970a5f681ae26915d89380c16b496b5511c18b7","ref":"refs/heads/master","pushedAt":"2024-05-08T09:32:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(exts-git): extract git plugin support and rename refactoring implementation for #183","shortMessageHtmlLink":"feat(exts-git): extract git plugin support and rename refactoring imp…"}},{"before":"cad9994a586fb3a6681b4f4f0cbd9e7be5b79955","after":"c8ff245e24d8b14c3ed581dc740a26d98f5d6cc6","ref":"refs/heads/master","pushedAt":"2024-05-08T02:50:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(devins-lang): add rename refactor command and related test data #181","shortMessageHtmlLink":"feat(devins-lang): add rename refactor command and related test data #…"}},{"before":"23fd4cff137cac9e740b2839dc29eeb36d0ddb7f","after":"cad9994a586fb3a6681b4f4f0cbd9e7be5b79955","ref":"refs/heads/master","pushedAt":"2024-05-08T02:49:33.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"Merge pull request #182 from ymli0215/master\n\nfix agent被多次呼叫時,會重複subscribe的問題","shortMessageHtmlLink":"Merge pull request #182 from ymli0215/master"}},{"before":"2c3f15c5792207c4c8e5ef20a4cdf08935f2fd39","after":"23fd4cff137cac9e740b2839dc29eeb36d0ddb7f","ref":"refs/heads/master","pushedAt":"2024-05-08T02:30:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(devins-lang): add spike result for refactoring implementation for #181","shortMessageHtmlLink":"feat(devins-lang): add spike result for refactoring implementation for "}},{"before":"eaf0add0187774df05d5b8b065cbe253435de2fe","after":"2c3f15c5792207c4c8e5ef20a4cdf08935f2fd39","ref":"refs/heads/master","pushedAt":"2024-05-08T02:15:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"chore: add lost testdata","shortMessageHtmlLink":"chore: add lost testdata"}},{"before":"4400d6fe9e3280a8245a7b8c1f0e09374f05f1a1","after":"eaf0add0187774df05d5b8b065cbe253435de2fe","ref":"refs/heads/master","pushedAt":"2024-05-08T02:11:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(devins-lang): add refactor commands and related test data #181","shortMessageHtmlLink":"feat(devins-lang): add refactor commands and related test data #181"}},{"before":"67b1cd417d041805f8c263151e64ca557ccf97c0","after":"4400d6fe9e3280a8245a7b8c1f0e09374f05f1a1","ref":"refs/heads/master","pushedAt":"2024-05-08T01:54:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"feat(devins-lang): add refactor commands and related test data #181\n\nThis commit introduces a new refactor command and its implementation, along with test data for the refactor feature.","shortMessageHtmlLink":"feat(devins-lang): add refactor commands and related test data #181"}},{"before":"fa7af5d920bc97dddce597bcabd511bd9c493883","after":"67b1cd417d041805f8c263151e64ca557ccf97c0","ref":"refs/heads/master","pushedAt":"2024-05-08T01:40:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"docs: Add feature proposal template\n\nThis commit adds a new feature proposal template to the .github/ISSUE_TEMPLATE directory. The template includes sections for feature description, motivation, proposed solution, alternatives considered, and additional context.","shortMessageHtmlLink":"docs: Add feature proposal template"}},{"before":"e110d213d9e1c0fe7ae8a9d5e0ada9463fd0a8dc","after":"fa7af5d920bc97dddce597bcabd511bd9c493883","ref":"refs/heads/master","pushedAt":"2024-05-08T01:32:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"docs: add sample for write command #177","shortMessageHtmlLink":"docs: add sample for write command #177"}},{"before":"bb42608c905afb4a4af89fb22c6a719f7df1077d","after":"e110d213d9e1c0fe7ae8a9d5e0ada9463fd0a8dc","ref":"refs/heads/master","pushedAt":"2024-05-07T08:25:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"docs: fix broken link issue for #179","shortMessageHtmlLink":"docs: fix broken link issue for #179"}},{"before":"fe2ba7bd9dd1241b87a34dc3de0be21777016b66","after":"bb42608c905afb4a4af89fb22c6a719f7df1077d","ref":"refs/heads/master","pushedAt":"2024-05-07T07:39:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"docs: update docs to latest API change","shortMessageHtmlLink":"docs: update docs to latest API change"}},{"before":"9016c548bec493c38524ce81f3d80531d0f08e98","after":"fe2ba7bd9dd1241b87a34dc3de0be21777016b66","ref":"refs/heads/master","pushedAt":"2024-05-07T07:28:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phodal","name":"Fengda Huang","path":"/phodal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/472311?s=80&v=4"},"commit":{"message":"docs: add link","shortMessageHtmlLink":"docs: add link"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERxqzZwA","startCursor":null,"endCursor":null}},"title":"Activity · unit-mesh/auto-dev"}