Skip to content

Commit f2ba69f

Browse files
0.19.0
1 parent de5df74 commit f2ba69f

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

js/.changeset/fix-verbose-env-fallback.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

js/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @link-assistant/agent
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- effbcfb: feat: centralize agent config with lino-arguments, always log resolved config (#227)
8+
- Added `lino-arguments` for unified env var resolution (case-insensitive, .lenv support)
9+
- Created centralized `AgentConfig` module as single source of truth for all configuration
10+
- All env vars resolved via `getenv()` from lino-arguments (CLI args > env vars > .lenv > defaults)
11+
- Always log resolved configuration as JSON at startup for debugging
12+
- Moved all direct `process.env` reads (MCP, read tool) into centralized Flag module
13+
- `--verbose` is now the most reliable flag: triple-checked via in-memory, AgentConfig, and env var
14+
- Removed all `OPENCODE_*` env var support; use `LINK_ASSISTANT_AGENT_*` exclusively
15+
316
## 0.18.3
417

518
### Patch Changes

js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@link-assistant/agent",
3-
"version": "0.18.3",
3+
"version": "0.19.0",
44
"description": "A minimal, public domain AI CLI agent compatible with OpenCode's JSON interface. Bun-only runtime.",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)