Reviewer
ea4d873
/
src
/
Reviewer.Cli
/
appsettings.Development.json
Clone
▼
Name
Message
Date
📁
FoundryLocal
Backup
3 days ago
📁
Properties
Build diffs ignoring "generated" files
1 month ago
📄
appsettings.Development.json
Review diff with agent
1 month ago
📄
InputOptions.cs
Basic entrypoint for review system
1 month ago
📄
packages.lock.json
Review diff with agent
1 month ago
📄
Program.cs
Review diff with agent
1 month ago
📄
Reviewer.Cli.csproj
Review diff with agent
1 month ago
📄
src/Reviewer.Cli/appsettings.Development.json
1
2
3
4
5
6
7
8
9
{
"
FoundryLocal
": {
"
Model
": "
qwen2.5-coder-7b
"
},
"
DiffIgnore
": [
"
**/packages.lock.json
"
]
}