Skip to content

Career Ops UI

v1.103.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 21d Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

airbnb-style ashby ats career-ops claude-code cv
+11 more
express greenhouse-api hh-ru job-application job-search lever local-first no-telemetry resume self-hosted sse

Summary

AI summary

Added read‑only detection of installed AI CLI tools via a new route and settings tab.

Full changelog

[1.103.0] — 2026-07-06

Settings: "AI CLI tools" — which agent CLIs are installed. career-ops is Claude-Code-driven but works with any agent CLI on the open skill standard. A new AI CLI tools tab in App settings (#/config) shows which of them — Claude Code, Codex, Gemini CLI, OpenCode, GitHub Copilot CLI, Qwen, Antigravity — are installed on the machine running the server, and their paths. It is a read-only PATH scan: it only checks whether each binary exists and never runs it (no --version, no execution), writes nothing, and touches no user data.

  • New route module (28th) server/lib/routes/cli-detect.mjsGET /api/cli-detect. Detection resolves the path of a binary from a fixed 7-entry allowlist across process.env.PATH (Windows .cmd/.exe/.bat shims; POSIX execute-bit); a hostile file on PATH can never be executed by this route.
  • New "AI CLI tools" tab in public/js/views/config.js (lazy-loaded, deep-linkable via #/config?tab=cli). Tests: tests/cli-detect-routes.test.mjs (PATH resolve with a stub exec that must never run, detect shape, endpoint). 8 new i18n keys ×16 (cli.* + config.tabCli). Help §2 extended in place.

New: server/lib/routes/cli-detect.mjs.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Career Ops UI

Get notified when new releases ship.

Sign up free

About Career Ops UI

All releases →

Related context

Beta — feedback welcome: [email protected]