-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
π€ Repo Assist here β I'm an automated AI assistant for this repository.
Activity for February 2026
Suggested Actions for Maintainer
- Review PR [Repo Assist] changelog: update v0.84.0 release prep with all merged fixesΒ #1465: updated v0.84.0 changelog β now includes 14 fixes + 2 features merged since v0.83.0 β Review
- Review PR Find All References for Partial/Active PatternsΒ #1440: Find All References for Partial/Active Patterns β draft, author nudged β Review
- Review PR Better OTel and use Pull Diagnostics for testsΒ #1341: Better OTel and use Pull Diagnostics for tests β draft, author nudged β Review
- Review PR Extract MSBuild evaluation to separate build server process with dedicated protocol projectΒ #1409: Copilot draft PR β Extract MSBuild evaluation to separate build server process (related to Extract out build evaluation/project-system-y things to a separate processΒ #1408) β Review
- Check comment on Auto completions not working for aspnet extension methodsΒ #1354: Repo Assist provided root cause analysis for missing C# extension method
opencompletions β verify guidance is helpful β View - Check comment on Add ability to set Msbuild properties for design timeΒ #1475: Repo Assist provided implementation guidance for MSBuild properties for design time β View
- Check comment on Keeping FSharpDisplayContext in memory is expensiveΒ #692: Repo Assist suggested fix direction for FSharpDisplayContext memory issue β View
Future Work for Repo Assist
- XML doc lookup fallback for ref assemblies: tracked in Make a more correct way to get key data points from ProjectRefrences of the current projectΒ #1471 (maximally-correct approach via
DocumentationProjectOutputGroupMSBuild target;AllItems/AllPropertiesfrom proj-info may already contain the data β worth investigating first) - Cross-assembly
inheritdoc cref="..."resolution (requires searching all loaded XML doc caches by cref prefix) - Bare
inheritdoc/resolution via type hierarchy walking (requires FCS entity APIs) - Implement full
crefβcommand:fsharp.showDocumentationURI rendering inseeandseealsotags (See and SeeAlso XMLDoc comments should be links/commandsΒ #1027) - Type Hierarchy (Implement Call Heirarchy and Type Heirarchy membersΒ #1097): implement
prepareTypeHierarchy,supertypes,subtypesusing FCSFSharpEntityAPIs - Task 4 (dependency check): project uses Paket; no Dependabot PRs. Cannot verify available NuGet versions without network. Blocked until either network access is available or project migrates to NuGet CPM (see Convert to NuGet Central Package ManagementΒ #1280).
- Investigate whether FSAC can emit
parametersemantic token type for function parameters from the untyped AST without an upstream FCS fix (see Function parameters have Semantic Token type 'variable'Β #1359). - Anonymous record stub generator (The record generator for anonymous records.Β #455): implement as a diagnostic-driven code fix matching FS3578 error, following
GenerateRecordStub.fspattern. - "Introduce missing binding" code fix (Code action: suggest to create missing parameter as local bindingΒ #1271): implement
IntroduceMissingBindingtriggered on FS0039; guidance provided in issue comment. - Issue Function application signature help: consider adding parens to tupled arguments in tooltipΒ #745: Signature help for tupled function parameters β show tuples in parens (related to Function application signature help: only first parameter is ever highlightedΒ #744/[Repo Assist] fix: report all curried parameters in function application signature helpΒ #1469 fix).
- Go-to implementation (Add go-to implementation that would navigate to signature fileΒ #1473): implement
textDocument/implementationfor.fsiβ.fsnavigation and abstract/virtual member β override navigation; commented with implementation sketch. - MSBuild properties for design time (Add ability to set Msbuild properties for design timeΒ #1475): implementation guidance provided in comment; feature tracked in fresh issue. Consider implementing this feature.
Run History
2026-02-26 14:15 UTC β Run
- π¬ Commented on Add ability to set Msbuild properties for design timeΒ #1475: provided implementation guidance for MSBuild properties for design time (based on closed PR Ability to set Msbuild properties for design timeΒ #1065 design)
- π¬ Commented on Keeping FSharpDisplayContext in memory is expensiveΒ #692: pointed to
DocumentationFormatter.fsmutable and suggested 3 fix approaches (pass as param, WeakReference, or nullify after use)
2026-02-26 12:54 UTC β Run
- π¬ Commented on Auto completions not working for aspnet extension methodsΒ #1354: root cause analysis for C# extension method completions not showing
opensuggestions (member-access context in FCS,getAllEntities+ entity kind filter issue) - π Noted PR Add a code fix for adding missing
seqbefore {β¦}Β #1333 (seq code fix by@edgarfgp) closed 2026-02-26 β removed from suggested actions - π New issue Add ability to set Msbuild properties for design timeΒ #1475 (MSBuild properties for design time) created by
@Krzysztof-Cieslak, referencing closed PR Ability to set Msbuild properties for design timeΒ #1065 as PoC
2026-02-26 01:58 UTC β Run
- π§ Updated PR [Repo Assist] changelog: update v0.84.0 release prep with all merged fixesΒ #1465: added [Repo Assist] feat: add code fix for wildcard
_ ->in pattern match for FS0043Β #1472 (wildcard| _ ->code fix) to v0.84.0 changelog (now 14 fixes + 2 features) - π Noted PR [Repo Assist] feat: add code fix for wildcard
_ ->in pattern match for FS0043Β #1472 was merged by@Krzysztof-Cieslakβ removed from suggested actions
2026-02-26 00:22 UTC β Run
- π§ Updated PR [Repo Assist] changelog: update v0.84.0 release prep with all merged fixesΒ #1465: added [Repo Assist] fix: emit Keyword semantic token for null in nullable type annotationsΒ #1466, [Repo Assist] fix: resolve
(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468, [Repo Assist] fix: report all curried parameters in function application signature helpΒ #1469 to v0.84.0 changelog (3 more fixes merged since PR creation); updated release date to 2026-02-26 - π¬ Commented on Add go-to implementation that would navigate to signature fileΒ #1473: provided implementation sketch for
textDocument/implementation(go-to implementation for.fsiβ.fsnavigation)
2026-02-25 21:05 UTC β Run
- π¬ Commented on High CPU in fsautocomplete.dllΒ #1464: updated analysis β user ruled out type providers; new finding is
dotnet cleantriggers project reload via file watcher, explained persistent 10% CPU - π Checked PR [Repo Assist] fix: resolve
(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468 status β CI pending; integration tests pushed in earlier run; no new review action needed
2026-02-25 20:57 UTC β Run
- π¬ Commented on Make a more correct way to get key data points from ProjectRefrences of the current projectΒ #1471: noted AllItems/AllProperties from proj-info may already contain needed data; outlined fix scope and approach
- π¬ Commented on PR [Repo Assist] fix: resolve
(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468: noted Make a more correct way to get key data points from ProjectRefrences of the current projectΒ #1471 tracks follow-up; confirmed current fix is correct and independent of XML doc path discovery; suggested thread can be resolved
2026-02-25 20:02 UTC β Run
- π Checked CI/merge status for all open Repo Assist PRs: [Repo Assist] changelog: update v0.84.0 release prep with all merged fixesΒ #1465, [Repo Assist] fix: emit Keyword semantic token for null in nullable type annotationsΒ #1466, [Repo Assist] fix: resolve
(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468, [Repo Assist] fix: report all curried parameters in function application signature helpΒ #1469 β all clean - π Reviewed [Repo Assist] fix: resolve
(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468 review thread:@TheAngryByrdnotedAllItems/AllPropertiesalready passed from proj-info;@Krzysztof-Cieslakconfirmed the maximally-correct approach is out of scope;@baronfelcreated Make a more correct way to get key data points from ProjectRefrences of the current projectΒ #1471 to track follow-up - π Scanned recent issues β all have labels; no new triage needed
2026-02-25 14:13 UTC β Run
- π¬ Commented on Discussion/Feature Request: expand the range of
textDocument/codeActionΒ #480: noted currentParsedInput.tryPick-based code action range should cover entire record expression; invited testing of current behavior - π Checked CI status for all open Repo Assist PRs β all passing; [Repo Assist] fix: resolve
(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468 has active review thread with@baronfelproviding XML doc path guidance (out-of-scope note from maintainers) - π Scanned for new contributors and new issues in last 24h β no new human contributors or unlabelled issues found
2026-02-24 23:54 UTC β Run
- π¬ Commented on Add a code fix for adding missing
seqbefore{β¦}Β #1330: noted PR Add a code fix for adding missingseqbefore {β¦}Β #1333 by@edgarfgpaddresses the missing-seqcode fix - π Scanned issues for triage and checked Repo Assist PR status β no new CI failures or required actions
2026-02-24 23:28 UTC β Run
- π¬ Commented on Potential memory leak with Ionide F# ExtensionΒ #1432: suggested disabling Ionide F# extension since user's project has no F# files (Unity/C# project)
- π Completed issue backlog scan β all open issues reviewed; cursor at end
2026-02-24 various β earlier runs
- π§ Created PR [Repo Assist] changelog: update v0.84.0 release prep with all merged fixesΒ #1465: updated v0.84.0 changelog
- π§ Created PR [Repo Assist] fix: handle href and langword in seealso XML doc renderingΒ #1463: fix
seealso hrefrendering (merged) - π¬ Various issue comments and triage work
Generated by Repo Assist
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@69c1ee19e39e6aaba35519aafefb5cbf314de323
Generated by Repo Assist
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@afb00b92a9514fee9a14c583f059a03d05738f70
Reactions are currently unavailable