Tugdual Grall

13.9K posts

Tugdual Grall banner
Tugdual Grall

Tugdual Grall

@tgrall

Solutions Engineer @github | @nantesjug leader | ex @redis @redhat @mapr @mongodb @couchbase @oracle | https://t.co/IndRS9MDrt dev |

Katılım Nisan 2008
1.2K Takip Edilen4.3K Takipçiler
Tugdual Grall
Tugdual Grall@tgrall·
Preparing the work to replace Angular by NextJS
Tugdual Grall tweet media
English
1
0
1
416
Tugdual Grall retweetledi
Evan Boyle
Evan Boyle@_Evan_Boyle·
New /pr command in Copilot CLI for autofixing CI, updating code based on review comments, and more. I LOVE having the agent watch CI and push fixes for me. Great for those tricky cross platform e2e tests we manage.
Tiago Botelho@tiagonbotelho

The new /pr command in the Copilot CLI handles the parts of SDLC that nobody enjoys. Fixing failing CI, addressing review feedback, resolving merge conflicts. Now you can just focus on shipping 🐿️

English
2
7
37
12.3K
Tugdual Grall retweetledi
GitHub Copilot CLI Changelog
GitHub Copilot CLI Changelog@GHCopilotCLILog·
🚀✨ Copilot CLI v1.0.3 released! 27 features & enhancements in this release Top features: - ✨ Alternate screen buffer enabled by default for staff users - ✨ Experimental support for extensions using @github/copilot-sdk - ✨ Added /restart command to hot restart the CLI while preserving session Enhancements: - ⚡ Documented environment variables: GH_HOST, HTTP_PROXY, HTTPS_PROXY, NO_COLOR, NO_PROXY - ⚡ Background task notifications now display in timeline with detail - ⚡ Improved handling of batched queries in SQL tool - ⚡ Support for Windows Terminal in /terminal-setup command - ⚡ Added --binary-version flag for querying CLI binary version - ⚡ Terminal reset on CLI crash improved - ⚡ Placeholder text color correctly displays in narrow terminals - ⚡ Retry status messages show progress during server error recovery - ⚡ Show loading spinner in diff mode while fetching changes Bug fixes: - 🐛 Login flow no longer hangs on Ubuntu with unresponsive keyring - 🐛 /plugin update now works for GitHub-installed plugins - 🐛 /add-dir directories now persist across session changes - 🐛 Prevent env command from being treated as safe without approval - 🐛 Table disables borders in screen reader mode to prevent noise - 🐛 Suppressed unknown field warnings in skill and command frontmatter Misc: - 📖 Documented /reset-allowed-tools functionality to undo /allow-all - 📖 Renamed merge_strategy config to mergeStrategy for consistency - 📖 Trust safe sed commands to run without confirmation github.com/github/copilot… #GitHubCopilotCLI
English
2
19
146
23.8K
Tugdual Grall retweetledi
Dan Wahlin
Dan Wahlin@DanWahlin·
We just released a free, open source course - GitHub Copilot CLI for Beginners! 🚀 8 chapters. One hands-on project throughout. Goes from install to context, custom agents, skills, MCP servers, and more. Fire up your terminal and start building. ✨ 🎓 Course: gh.io/copilot-cli-co… 📝 Blog: devblogs.microsoft.com/blog/get-start…
Dan Wahlin tweet media
English
19
239
1.2K
102.1K
Tugdual Grall retweetledi
Evan Boyle
Evan Boyle@_Evan_Boyle·
Next week we're shipping extensions in Copilot CLI. The agent can write and hot reload its own typescript extensions that define custom tools, hooks, etc. Here is an extension that renders an interactive canvas in the browser based on what you're working on.
Evan Boyle tweet media
English
25
30
295
32.6K
Tugdual Grall
Tugdual Grall@tgrall·
The "I have a solid understanding" message from Copilot CLI is basically my love language now. Time to build.
Tugdual Grall tweet media
English
0
0
1
321
Tugdual Grall
Tugdual Grall@tgrall·
@burkeholland Really loving this feature. Used it to spin up a few specialized Agents: - MISRA Analyst for code validation. - GPSSpeedSurfing Expert for my pet project. More testing needed, then I'll drop the links! 🔗
English
1
0
1
51
Burke Holland
Burke Holland@burkeholland·
The Copilot CLI - how to configure and use it, some tweaks I make and a few of my own workflows / custom agent. I was proud of this one. Pretty much a one shot. It's wild how easy it is to make content when a thing is good.
English
27
28
268
34K
Tugdual Grall retweetledi
Evan Boyle
Evan Boyle@_Evan_Boyle·
`/research` now available in the Copilot CLI Deep research across any OSS repo on the planet using GitHub's advanced code search tools, and MCPs for fetching repo contents dynamically. Produce reports, export to gists, and share them with your team.
English
14
36
217
32.4K
Tugdual Grall retweetledi
Evan Boyle
Evan Boyle@_Evan_Boyle·
Introducing Copilot Chronicle. All of your session data indexed and searchable by the agent via FTS and SQL queries. Analyze your sessions to auto-update instructions, find details about that bug you fixed last week, and figure out which times of day you're most productive.
English
11
30
183
77.3K
Tugdual Grall retweetledi
GitHub
GitHub@github·
Imagine waking up to calm... ✅ Issues triaged ✅ CI failures investigated + fixes ✅ 2 new PRs improving your tests Chores done, problems solved 🪄 Join us in shaping the future of repository automation with GitHub Agentic Workflows. github.blog/ai-and-ml/auto…
English
29
67
449
127K
Tugdual Grall retweetledi
Angie Jones
Angie Jones@techgirl1908·
We used to hunt the bug down in the codebase with our bare eyes
Angie Jones tweet media
English
94
968
9.1K
275.4K
Tugdual Grall retweetledi
Visual Studio Code
Visual Studio Code@code·
If you're seeing a bad API request error when using Chat in @code, we pushed out a fix - update your version to 1.109.2 and you should be good to go!
English
20
24
347
39K
Tugdual Grall
Tugdual Grall@tgrall·
The new @GitHub Copilot CLI autopilot mode is an absolute game-changer. Use shift+tab to cycle through modes: cycle ➡ plan ➡ autopilot Seeing it scaffold a full app with tests, contexts, and clean builds in one go is wild. Test it out!
Tugdual Grall tweet media
English
0
0
8
678
Tugdual Grall
Tugdual Grall@tgrall·
Peut-on migrer une app Java vers .NET 10 rien qu'avec l'IA ? J'ai utilisé Copilot CLI sur Spring PetClinic. Analyse Archi (mode : Plan)➔ Agents en parallèle ➔ Tests auto. Zéro ligne de code écrite manuellement. Démo complète et code 👇 #GitHubCopilot #AI #Dev
Français
1
2
6
800