[js] 0.19.0
·
182 commits
to main
since this release
feat: centralize agent config with lino-arguments, always log resolved config (#227)
- Added
lino-argumentsfor unified env var resolution (case-insensitive, .lenv support) - Created centralized
AgentConfigmodule as single source of truth for all configuration - All env vars resolved via
getenv()from lino-arguments (CLI args > env vars > .lenv > defaults) - Always log resolved configuration as JSON at startup for debugging
- Moved all direct
process.envreads (MCP, read tool) into centralized Flag module --verboseis now the most reliable flag: triple-checked via in-memory, AgentConfig, and env var- Removed all
OPENCODE_*env var support; useLINK_ASSISTANT_AGENT_*exclusively
Related Pull Request: #228