Skip to content

Add sqlite to mise-managed tools#472

Merged
shunk031 merged 2 commits into
mainfrom
codex/install-sqlite3-agmsg
Jun 25, 2026
Merged

Add sqlite to mise-managed tools#472
shunk031 merged 2 commits into
mainfrom
codex/install-sqlite3-agmsg

Conversation

@shunk031

Copy link
Copy Markdown
Owner

Why

agmsg depends on the sqlite3 CLI at runtime. Manage SQLite through mise so the runtime dependency is installed consistently without relying on apt or Homebrew.

What Changed

Added sqlite = "latest" to the CLI tools in home/dot_mise/config.toml.

Validation

Parse the mise config as TOML and confirm the sqlite tool entry.

python - <<'PY'
import pathlib
import tomllib

config = tomllib.loads(pathlib.Path("home/dot_mise/config.toml").read_text())
assert config["tools"]["sqlite"] == "latest"
PY

Confirm mise has a sqlite registry entry available.

$HOME/.local/bin/mise registry sqlite --json

Check the agmsg installer script syntax remains valid.

bash -n install/common/agmsg.sh

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.69%. Comparing base (f8a2653) to head (1ffda01).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #472      +/-   ##
==========================================
+ Coverage   88.84%   89.69%   +0.85%     
==========================================
  Files           9        9              
  Lines         233      233              
==========================================
+ Hits          207      209       +2     
+ Misses         26       24       -2     
Flag Coverage Δ
macos-14-client 41.66% <ø> (ø)
ubuntu-latest-client 89.69% <ø> (+0.90%) ⬆️
ubuntu-latest-server 85.28% <ø> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@shunk031 shunk031 merged commit 78a8b82 into main Jun 25, 2026
6 checks passed
@shunk031 shunk031 deleted the codex/install-sqlite3-agmsg branch June 25, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant