Commit Graph

989 Commits

Author SHA1 Message Date
Johannes Rieken 7653502b70 update codenotify (#275776) 2025-11-06 10:32:39 +00:00
Raymond Zhao d44be488f0 chore: add myself to CODENOTIFY (#275645) 2025-11-05 10:53:03 -08:00
Alex Ross c15daf9d6d Regex capture groups (#275609) 2025-11-05 16:36:53 +00:00
Ladislau Szomoru f9a961e0bf Engineering - update .CODENOTIFY (#274687) 2025-11-03 08:11:26 +01:00
Benjamin Pasero 234b127eff debt - apply more linting fixes (#274677) 2025-11-03 06:34:57 +00:00
Daniel Imms 7d407da3ee Update classifier with missing labels 2025-11-02 03:11:04 -08:00
Daniel Imms bffe073ce1 Update my classifier entries 2025-11-02 01:35:10 -07:00
BeniBenj 5b7222a09e add codenotify 2025-10-31 10:17:54 +01:00
Benjamin Pasero cd23f513b2 docs - update tools to use github/* prefixes (#274278) 2025-10-31 08:56:54 +00:00
Paul 2b76aa1113 Add build folder tests to CI (#272564) 2025-10-31 09:23:04 +01:00
Benjamin Pasero dc0a2870bf eng - track the new chatUsageWidget (#274269) 2025-10-31 09:15:45 +01:00
Ladislau Szomoru 0aead435a0 Engineering - try to run mangling in the PR check (#268428) 2025-10-29 09:04:43 +00:00
Benjamin Pasero 74b9fc76c7 chat - more feature support for agent sessions view 2025-10-28 08:53:30 +01:00
Harald Kirschner 8496250cd1 Migrate mode to agent in prompts 2025-10-27 22:58:57 -07:00
Ben Villalobos 78445d0ac5 Add /build-champ command (#273638) 2025-10-27 14:40:25 -07:00
dependabot[bot] ab2cef5ab1 Bump actions/upload-artifact from 4 to 5 (#273539)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 07:11:05 -07:00
Tyler James Leonhardt c40db410b9 Add a send message tool for automation & mcp (#273306)
* Add a send message tool for automation & mcp

This also sents up the posibility of smoke tests.

* Add demonstrate.md and remove prompt

* add simple notification util

* notif
2025-10-26 14:35:03 +08:00
Benjamin Pasero 898436fbe6 Clean up code layering suppressions (fix #272777) (#272834)
* Clean up code layering suppressions (fix #272777)

* Update test/unit/electron/index.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-23 09:28:38 +02:00
Benjamin Pasero 7b0c382200 chat - first cut of a agent sessions view in one list (#271927) 2025-10-22 13:31:16 +02:00
dependabot[bot] 7a90c2cf94 Bump actions/setup-node from 5 to 6 (#272258)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 15:14:12 +02:00
Rob Lourens 5b43928adc Adopt renaming executePrompt tool to runSubagent (#272187) 2025-10-19 14:50:23 -07:00
Michael Lively 65d6e350b1 add agent behavior label (#271986)
* agent behavior label

* Update .github/commands.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-17 20:07:42 +00:00
Harald Kirschner dd797c727d Use built-in plan mode (#271853) 2025-10-17 12:43:28 -07:00
Harald Kirschner 4ba5084e66 Merge pull request #271613 from microsoft/digitarald/unable-minnow
Refactor Build task instructions with tool references
2025-10-15 19:46:54 -07:00
Harald Kirschner 7afe5486a5 Declare all tools in data prompt 2025-10-15 17:00:29 -07:00
Harald Kirschner f8b5d7523f Refactor Build task instructions with tool references 2025-10-15 16:59:41 -07:00
Sam Tran d814050cfc Ask for requestIds when labeling capi issues (#271592)
Update capi slack message in commands.json

Provide instructions for users to supply a requestId to help with investigations.
2025-10-15 21:57:43 +00:00
Benjamin Pasero 2f4b3543fc chat - fix bad setup disposable handling (#271308)
* chat - fix bad setup disposable handling

* run without setup when anonymous
2025-10-14 13:24:42 +00:00
Tyler James Leonhardt da53419600 Add myself to CODENOTIFY & a helpful prompt file (#270918)
* Add myself to CODENOTIFY & a helpful prompt file

🚀

* no mcp searches
2025-10-11 21:50:44 +03:00
Benjamin Pasero 8818bb339f chat - fix height compute of tree (#270876)
The `gap: 4px` directive for the chat input part needs to be accounted for.

In addition, the tree container itself should not require to get a height applied provided its parent list container has a proper height.

This fixes issues where the blue outline box would be cut off at the bottom.
2025-10-11 13:00:54 -05:00
Ben Villalobos 683d1e36fb Prompt Updates: Remove think, fully qualify github mcp (#270656) 2025-10-09 22:32:16 +00:00
Benjamin Pasero d118d57ec0 prompts - cleanup (#270622) 2025-10-09 12:25:26 -07:00
Sandeep Somavarapu 33b1d77b03 remove any type (#270549)
* remove any type

* remove any type
2025-10-09 15:26:30 +00:00
Ben Villalobos e6c3063c70 Add "First Time Setup" prompt (#269433) 2025-10-07 21:44:17 +00:00
Matt Bierner 8f8af8dd40 Add edu issue label and command 2025-10-07 11:45:27 -07:00
Benjamin Pasero d54f6fc155 debt - reduce any type (#270139) 2025-10-07 09:29:12 +02:00
Rob Lourens fec31469e0 Add CODENOTIFY (#270062) 2025-10-06 17:30:44 +00:00
Benjamin Pasero 7e8c7bef61 debt - reduce explicit any usage (#269814) 2025-10-06 15:19:56 +00:00
Benjamin Pasero f07e678c82 debt - reduce CODEOWNERS again (#270024) 2025-10-06 14:02:15 +00:00
Benjamin Pasero 04f446cd78 debt - introduce CODENOTIFY (#270020) 2025-10-06 13:36:01 +00:00
Sandeep Somavarapu 8b72f26d63 update code ownership (#269988) 2025-10-06 09:28:13 +00:00
Benjamin Pasero f658f35de0 more codeowners tweaks (#269658) 2025-10-03 09:59:00 +02:00
Benjamin Pasero 575040ac64 update CODEOWNERS (#269542) 2025-10-02 16:45:58 +02:00
Benjamin Pasero c9f8fbf16f chat - fix plan.prompt.md warnings (#269514) 2025-10-02 13:54:25 +02:00
Harald Kirschner ffaa029106 Updated plan mode and prompts (#269401)
* Updated plan mode

* Plan mode update for 4.5
2025-10-01 11:14:00 -07:00
Megan Rogge f8207b7f49 discourage agent from using any/unknown casts in instructions (#269122)
add rule about as any/unknown
2025-09-30 16:38:12 +00:00
Matt Bierner bf7d40db74 Merge pull request #268013 from mjbvz/dev/mjbvz/yammering-mite
Add alexr00 to api owner list
2025-09-23 18:50:01 -07:00
Harald Kirschner 025b7b7c4c Leaner kusto mcp server and prompt 2025-09-23 12:04:43 -07:00
Matt Bierner 610cf2fb0d Add alexr00 to api owner list 2025-09-23 10:22:13 -07:00
Harald Kirschner 037abcbe8e Tuned data prompt 2025-09-22 21:14:22 -07:00