Description
Expectation:
- If
includeAgentsMd is set to false in agents.config.json, then it should take priority over everything else second only to session override (i.e., using /tune command should only override for that session).
Reality:
- The function
loadAppConfig() never reads tune config from agents.config.json.
- The function
resolveTune will use includeAgentsMd in user preference over app config.
sessionOverride isn't actually passed into resolveTune.
Environment
- OS: N/A
- Node version: N/A
- Nanocoder version: 1.28.1
- Provider: N/A
- Model: N/A
Steps to Reproduce
- Set
agents.config.json to
{
"nanocoder": {
"tune": {
"includeAgentsMd": false
}
}
}
- Open the app.
- The config isn't respected.
Expected Behavior
If includeAgentsMd is set to false in agents.config.json, then it should take priority over everything else second only to session override (i.e., using /tune command should only override for that session).
Actual Behavior
- The function
loadAppConfig() never reads tune config from agents.config.json.
- The function
resolveTune will use includeAgentsMd in user preference over app config.
sessionOverride isn't actually passed into resolveTune.
Logs/Screenshots
If applicable, add logs or screenshots to help explain the problem
Additional Context
Description
Expectation:
includeAgentsMdis set to false inagents.config.json, then it should take priority over everything else second only to session override (i.e., using/tunecommand should only override for that session).Reality:
loadAppConfig()never reads tune config from agents.config.json.resolveTunewill use includeAgentsMd in user preference over app config.sessionOverrideisn't actually passed intoresolveTune.Environment
Steps to Reproduce
agents.config.jsontoExpected Behavior
If
includeAgentsMdis set to false inagents.config.json, then it should take priority over everything else second only to session override (i.e., using/tunecommand should only override for that session).Actual Behavior
loadAppConfig()never reads tune config from agents.config.json.resolveTunewill use includeAgentsMd in user preference over app config.sessionOverrideisn't actually passed intoresolveTune.Logs/Screenshots
If applicable, add logs or screenshots to help explain the problem
Additional Context