{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":100060912,"defaultBranch":"main","name":"terminal","ownerLogin":"microsoft","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-08-11T18:38:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6154722?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726685083.0","currentOid":""},"activityList":{"items":[{"before":"68ef6369165286ce923b49a7d290601a36cd1922","after":"3478d42ba84755872167c5184881f71b0168a49c","ref":"refs/heads/dev/cazamor/sui/warnings","pushedAt":"2024-09-18T19:00:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"Add Warnings to Settings UI","shortMessageHtmlLink":"Add Warnings to Settings UI"}},{"before":"a7e47b711a2adc7b9e80eddea8168089f7d3b11e","after":"68ef6369165286ce923b49a7d290601a36cd1922","ref":"refs/heads/dev/cazamor/sui/warnings","pushedAt":"2024-09-18T18:50:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"Add Warnings to Settings UI","shortMessageHtmlLink":"Add Warnings to Settings UI"}},{"before":null,"after":"a7e47b711a2adc7b9e80eddea8168089f7d3b11e","ref":"refs/heads/dev/cazamor/sui/warnings","pushedAt":"2024-09-18T18:44:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"Fix text scaling issues in settings UI (#17910)\n\n## Summary of the Pull Request\r\nFixes some issues with truncated text in the settings UI when 200% text\r\nscaling is applied.\r\n\r\nFor #17897, a minimum height was applied instead of a plain \"height\".\r\nThis ensures that the desired height is applied in general, but under\r\n200% text scaling, we are allowed to grow past that, thus preventing the\r\ntruncation of the text.\r\n\r\nFor #17898, flyouts have a scroll viewer inside them by default. We\r\nactually don't want the scroll viewer because that means the text will\r\nappear \"truncated\" when in reality, the user is expected to notice the\r\nsmall scrollbar and scroll horizontally (why that's the default, I will\r\nnever know). This PR introduces a new style that can be applied to these\r\nflyouts to cause text wrapping instead of horizontal scrolling. Looked\r\nthrough the app for any instances where this happens.\r\n\r\nFor #12006, simply changing the column width from a static value to\r\n\"auto\" fixes the issue. Frankly, we care more about the text appearing\r\nas a whole (and as whole words). The name of the actions wrap properly\r\nanyways.\r\n\r\nCloses #17897\r\nCloses #17898\r\nCloses #12006","shortMessageHtmlLink":"Fix text scaling issues in settings UI (#17910)"}},{"before":"ef27d976eac50da3cb5e340e16c1dc8fc9c3ebbc","after":"c265e6da7c59277005b9345e0111ea78061ee4cd","ref":"refs/heads/feature/llm","pushedAt":"2024-09-18T01:31:21.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"miniksa","name":"Michael Niksa","path":"/miniksa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18221333?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into feature/llm","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into feature/llm"}},{"before":"d95a77b369d85b8335a2ce4ef4b4d10a0357e020","after":"44315b4909a5550c241f3bc476128f6e8effe240","ref":"refs/heads/release-1.22","pushedAt":"2024-09-17T21:17:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"DHowett","name":"Dustin L. Howett","path":"/DHowett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189190?s=80&v=4"},"commit":{"message":"Fix text scaling issues in settings UI (#17910)\n\n## Summary of the Pull Request\nFixes some issues with truncated text in the settings UI when 200% text\nscaling is applied.\n\nFor #17897, a minimum height was applied instead of a plain \"height\".\nThis ensures that the desired height is applied in general, but under\n200% text scaling, we are allowed to grow past that, thus preventing the\ntruncation of the text.\n\nFor #17898, flyouts have a scroll viewer inside them by default. We\nactually don't want the scroll viewer because that means the text will\nappear \"truncated\" when in reality, the user is expected to notice the\nsmall scrollbar and scroll horizontally (why that's the default, I will\nnever know). This PR introduces a new style that can be applied to these\nflyouts to cause text wrapping instead of horizontal scrolling. Looked\nthrough the app for any instances where this happens.\n\nFor #12006, simply changing the column width from a static value to\n\"auto\" fixes the issue. Frankly, we care more about the text appearing\nas a whole (and as whole words). The name of the actions wrap properly\nanyways.\n\nCloses #17897\nCloses #17898\nCloses #12006\n\n(cherry picked from commit a7e47b711a2adc7b9e80eddea8168089f7d3b11e)\nService-Card-Id: PVTI_lADOAF3p4s4AmhmQzgTEfj8\nService-Version: 1.22","shortMessageHtmlLink":"Fix text scaling issues in settings UI (#17910)"}},{"before":"bdb67a382aed5402f7d33c82c7b7b31cd48a1638","after":"6b380cb7e0519a2464b87eda02b609284ee1cab4","ref":"refs/heads/release-1.21","pushedAt":"2024-09-17T21:17:04.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"DHowett","name":"Dustin L. Howett","path":"/DHowett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189190?s=80&v=4"},"commit":{"message":"ConPTY: Raise the MAX_PATH limit (#17768)\n\nSwapped the `swprintf_s` with no failure checks against a\n`str_printf_nothrow` with checks. I also deduplicated the\n`CreateProcess` calls since they're mostly identical.\n\nCloses #16860\n\n(cherry picked from commit b3f41626b4d212da8ca7c08077b12c289f918c86)\nService-Card-Id: PVTI_lADOAF3p4s4AmhmszgS25_o\nService-Version: 1.21","shortMessageHtmlLink":"ConPTY: Raise the MAX_PATH limit (#17768)"}},{"before":"dcee9b23b3acb67b5a8b0a0a9d08906a09ff0820","after":null,"ref":"refs/heads/dev/cazamor/sui/fix-scaling-issues","pushedAt":"2024-09-17T17:46:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"DHowett","name":"Dustin L. Howett","path":"/DHowett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189190?s=80&v=4"}},{"before":"2c97c0555da11b795e12c8820eca3a4a7c3882be","after":"a7e47b711a2adc7b9e80eddea8168089f7d3b11e","ref":"refs/heads/main","pushedAt":"2024-09-17T17:46:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DHowett","name":"Dustin L. Howett","path":"/DHowett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189190?s=80&v=4"},"commit":{"message":"Fix text scaling issues in settings UI (#17910)\n\n## Summary of the Pull Request\r\nFixes some issues with truncated text in the settings UI when 200% text\r\nscaling is applied.\r\n\r\nFor #17897, a minimum height was applied instead of a plain \"height\".\r\nThis ensures that the desired height is applied in general, but under\r\n200% text scaling, we are allowed to grow past that, thus preventing the\r\ntruncation of the text.\r\n\r\nFor #17898, flyouts have a scroll viewer inside them by default. We\r\nactually don't want the scroll viewer because that means the text will\r\nappear \"truncated\" when in reality, the user is expected to notice the\r\nsmall scrollbar and scroll horizontally (why that's the default, I will\r\nnever know). This PR introduces a new style that can be applied to these\r\nflyouts to cause text wrapping instead of horizontal scrolling. Looked\r\nthrough the app for any instances where this happens.\r\n\r\nFor #12006, simply changing the column width from a static value to\r\n\"auto\" fixes the issue. Frankly, we care more about the text appearing\r\nas a whole (and as whole words). The name of the actions wrap properly\r\nanyways.\r\n\r\nCloses #17897\r\nCloses #17898\r\nCloses #12006","shortMessageHtmlLink":"Fix text scaling issues in settings UI (#17910)"}},{"before":"f742f231a17d42708e365127e0dd9b3a1a9b7956","after":null,"ref":"refs/heads/dev/duhowett/literally-ship-the-org-chart","pushedAt":"2024-09-17T15:31:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"DHowett","name":"Dustin L. Howett","path":"/DHowett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189190?s=80&v=4"}},{"before":"5e8e10fdc014a6a7d550c9f88af047d255609696","after":"2c97c0555da11b795e12c8820eca3a4a7c3882be","ref":"refs/heads/main","pushedAt":"2024-09-17T15:30:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DHowett","name":"Dustin L. Howett","path":"/DHowett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189190?s=80&v=4"},"commit":{"message":"build: fix the TSA configuration (#17929)\n\nWe are, quite literally, shipping the org chart.","shortMessageHtmlLink":"build: fix the TSA configuration (#17929)"}},{"before":"89fe33714cf6ce4db1454ff21a904d90b8c20b10","after":"ef27d976eac50da3cb5e340e16c1dc8fc9c3ebbc","ref":"refs/heads/feature/llm","pushedAt":"2024-09-17T01:31:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"miniksa","name":"Michael Niksa","path":"/miniksa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18221333?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into feature/llm","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into feature/llm"}},{"before":"f656ca103d726964ba830c0b210f4e33499053aa","after":"0e304d819786f8d1f661562c87b03189ca769e1e","ref":"refs/heads/dev/cazamor/SUI/newTabMenu","pushedAt":"2024-09-17T00:15:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"Add New Tab Menu Customization to Settings UI","shortMessageHtmlLink":"Add New Tab Menu Customization to Settings UI"}},{"before":null,"after":"f742f231a17d42708e365127e0dd9b3a1a9b7956","ref":"refs/heads/dev/duhowett/literally-ship-the-org-chart","pushedAt":"2024-09-16T22:01:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"DHowett","name":"Dustin L. Howett","path":"/DHowett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189190?s=80&v=4"},"commit":{"message":"tsa: Ship the org chart","shortMessageHtmlLink":"tsa: Ship the org chart"}},{"before":"bd33c7f20beb58eee781664eb3961e98bd12d543","after":"d95a77b369d85b8335a2ce4ef4b4d10a0357e020","ref":"refs/heads/release-1.22","pushedAt":"2024-09-16T21:00:57.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"DHowett","name":"Dustin L. Howett","path":"/DHowett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189190?s=80&v=4"},"commit":{"message":"Fix a crash on pane close (#17886)\n\nThe underlying issue is that the \"Pane\" is used both as a model and as\na UI element and so a pane loses its content as soon as it is closed,\nbut the tree only gets reordered after the animation has finished.\nThis PR is truly just a hotfix, because it doesn't solve this issue,\nit only adds checks to the function that crashes.\n\nCloses #17869\nCloses #17871\n\n## Validation Steps Performed\n* `Split pane` a few times\n* Run the \"Close all other panes\" action\n* Doesn't crash โœ…\n\n(cherry picked from commit bc6f3e22757415e42e658597c60b40c003941289)\nService-Card-Id: PVTI_lADOAF3p4s4AmhmQzgS3Ndk PVTI_lADOAF3p4s4AmhmQzgTEJYM\nService-Version: 1.22","shortMessageHtmlLink":"Fix a crash on pane close (#17886)"}},{"before":"e27ebe76814f5cf4ae9d9b97970a56b7691396ea","after":"bdb67a382aed5402f7d33c82c7b7b31cd48a1638","ref":"refs/heads/release-1.21","pushedAt":"2024-09-16T20:59:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"DHowett","name":"Dustin L. Howett","path":"/DHowett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189190?s=80&v=4"},"commit":{"message":"Fix a crash on pane close (#17886)\n\nThe underlying issue is that the \"Pane\" is used both as a model and as\na UI element and so a pane loses its content as soon as it is closed,\nbut the tree only gets reordered after the animation has finished.\nThis PR is truly just a hotfix, because it doesn't solve this issue,\nit only adds checks to the function that crashes.\n\nCloses #17869\nCloses #17871\n\n## Validation Steps Performed\n* `Split pane` a few times\n* Run the \"Close all other panes\" action\n* Doesn't crash โœ…\n\n(cherry picked from commit bc6f3e22757415e42e658597c60b40c003941289)\nService-Card-Id: PVTI_lADOAF3p4s4AmhmszgTEJYE\nService-Version: 1.21","shortMessageHtmlLink":"Fix a crash on pane close (#17886)"}},{"before":"bc6f3e22757415e42e658597c60b40c003941289","after":"5e8e10fdc014a6a7d550c9f88af047d255609696","ref":"refs/heads/main","pushedAt":"2024-09-16T18:59:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DHowett","name":"Dustin L. Howett","path":"/DHowett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189190?s=80&v=4"},"commit":{"message":"Add support for resetting the color scheme with RIS (#17879)\n\n## Summary of the Pull Request\r\n\r\nThis improves our `RIS` (hard reset) implementation, so it now also\r\nresets any changes that are made to the color table and color aliases,\r\nwhich is one of the things it's supposed to be doing.\r\n\r\n## References and Relevant Issues\r\n\r\nThis is also a small step towards implementing the `OSC` sequences that\r\nreset individual color table entries (issue #3719).\r\n\r\n## Detailed Description of the Pull Request / Additional comments\r\n\r\nThe way this works is by having a second copy of the color table and\r\nalias indices to hold the default values in the `RenderSettings` class.\r\nThis default set is initially populated at startup with the user's\r\nchosen color scheme, but can also potentially be updated if the user\r\nchanges their settings while a session is already in progress.\r\n\r\nWhen we receive an `RIS` request, we just copy the default values back\r\nover the active settings, and refresh the renderer.\r\n\r\n## Validation Steps Performed\r\n\r\nI've manually tested both OpenConsole and Windows Terminal by changing\r\nmy color scheme programmatically, and then confirming that the original\r\ncolors are restored when an `RIS` sequence is received.\r\n\r\nI've also added some basic unit tests that check both the color aliases\r\nand color table are restored by `RIS`.\r\n\r\n## PR Checklist\r\n- [x] Tests added/passed","shortMessageHtmlLink":"Add support for resetting the color scheme with RIS (#17879)"}},{"before":"0d1b0e2017cb61eda2bbdac9cbc3517af81c6960","after":"89fe33714cf6ce4db1454ff21a904d90b8c20b10","ref":"refs/heads/feature/llm","pushedAt":"2024-09-13T01:31:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"miniksa","name":"Michael Niksa","path":"/miniksa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18221333?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into feature/llm","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into feature/llm"}},{"before":"302e0728290678c0bee5e20c6561983ad8993bae","after":"90d8fa12432e921ed01cec1ee244690f92936680","ref":"refs/heads/dev/cazamor/sui/compatibility-0age","pushedAt":"2024-09-12T23:59:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"add debugFeatures too","shortMessageHtmlLink":"add debugFeatures too"}},{"before":"0595ec39f44095112065c45cfbba848f18f3cd5e","after":"dcee9b23b3acb67b5a8b0a0a9d08906a09ff0820","ref":"refs/heads/dev/cazamor/sui/fix-scaling-issues","pushedAt":"2024-09-12T23:23:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"WrapWholeWords -> Wrap","shortMessageHtmlLink":"WrapWholeWords -> Wrap"}},{"before":"7123a37f3256b424dcb0ed0c7e4816e1289e1867","after":"302e0728290678c0bee5e20c6561983ad8993bae","ref":"refs/heads/dev/cazamor/sui/compatibility-0age","pushedAt":"2024-09-12T22:46:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"remove feature flag","shortMessageHtmlLink":"remove feature flag"}},{"before":"1dc0714076c4fcc932981e88dfa784e2c6c8e0c9","after":"7123a37f3256b424dcb0ed0c7e4816e1289e1867","ref":"refs/heads/dev/cazamor/sui/compatibility-0age","pushedAt":"2024-09-12T22:34:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"move 'textMeasurement' to compat page","shortMessageHtmlLink":"move 'textMeasurement' to compat page"}},{"before":"0c7979cfc6bc1ae00514c379005f9f3bab462f41","after":"c895a7379fc4aacfe7413385a276219395a5e3c0","ref":"refs/heads/dev/cazamor/sui/misc-simple-settings","pushedAt":"2024-09-12T21:37:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"Add miscellaneous simple settings to the settings UI","shortMessageHtmlLink":"Add miscellaneous simple settings to the settings UI"}},{"before":null,"after":"0c7979cfc6bc1ae00514c379005f9f3bab462f41","ref":"refs/heads/dev/cazamor/sui/misc-simple-settings","pushedAt":"2024-09-12T21:29:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"Add miscellaneous simple settings to the settings UI","shortMessageHtmlLink":"Add miscellaneous simple settings to the settings UI"}},{"before":"a6984076fd310bc7e2ad2c889d91a7700f8a629c","after":null,"ref":"refs/heads/dev/lhecker/17871-close-crash","pushedAt":"2024-09-12T15:03:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zadjii-msft","name":"Mike Griese","path":"/zadjii-msft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18356694?s=80&v=4"}},{"before":"6196a3d0f754f7ec32ecccb46b97701c6ac6955b","after":"bc6f3e22757415e42e658597c60b40c003941289","ref":"refs/heads/main","pushedAt":"2024-09-12T15:03:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zadjii-msft","name":"Mike Griese","path":"/zadjii-msft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18356694?s=80&v=4"},"commit":{"message":"Fix a crash on pane close (#17886)\n\nThe underlying issue is that the \"Pane\" is used both as a model and as\r\na UI element and so a pane loses its content as soon as it is closed,\r\nbut the tree only gets reordered after the animation has finished.\r\nThis PR is truly just a hotfix, because it doesn't solve this issue,\r\nit only adds checks to the function that crashes.\r\n\r\nCloses #17869\r\nCloses #17871\r\n\r\n## Validation Steps Performed\r\n* `Split pane` a few times\r\n* Run the \"Close all other panes\" action\r\n* Doesn't crash โœ…","shortMessageHtmlLink":"Fix a crash on pane close (#17886)"}},{"before":"cd17beb27f2049cf908bea3756fa36e9a78bdb13","after":"0d1b0e2017cb61eda2bbdac9cbc3517af81c6960","ref":"refs/heads/feature/llm","pushedAt":"2024-09-12T01:31:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"miniksa","name":"Michael Niksa","path":"/miniksa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18221333?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into feature/llm","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into feature/llm"}},{"before":"072b606df6b053e924f1b5be34a028c1e5e37d95","after":"4d0858b4c438f78dde49d6760b9882cbfa32d800","ref":"refs/heads/dev/cazamor/sui/reset-btn-contrast","pushedAt":"2024-09-11T23:14:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"code format","shortMessageHtmlLink":"code format"}},{"before":null,"after":"072b606df6b053e924f1b5be34a028c1e5e37d95","ref":"refs/heads/dev/cazamor/sui/reset-btn-contrast","pushedAt":"2024-09-11T23:11:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"Improve color contrast of reset button in SUI","shortMessageHtmlLink":"Improve color contrast of reset button in SUI"}},{"before":null,"after":"540154066dfaa108b87db278a3491badf105e26c","ref":"refs/heads/dev/cazamor/sui/confirmation-announcements","pushedAt":"2024-09-11T21:52:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"[broken] Add screen reader confirmation announcements to SUI","shortMessageHtmlLink":"[broken] Add screen reader confirmation announcements to SUI"}},{"before":"2b586b758f4ff34c9030b05b9d7befcf494f29ef","after":"0595ec39f44095112065c45cfbba848f18f3cd5e","ref":"refs/heads/dev/cazamor/sui/fix-scaling-issues","pushedAt":"2024-09-11T18:38:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carlos-zamora","name":"Carlos Zamora","path":"/carlos-zamora","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11050425?s=80&v=4"},"commit":{"message":"fix truncated text in actions page key chords","shortMessageHtmlLink":"fix truncated text in actions page key chords"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQxOTowMDo1OC4wMDAwMDBazwAAAAS6EOKT","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQxOTowMDo1OC4wMDAwMDBazwAAAAS6EOKT","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQxODozODozMS4wMDAwMDBazwAAAASzjUBC"}},"title":"Activity ยท microsoft/terminal"}