Releases: talentprotocol/talent-agent
Releases · talentprotocol/talent-agent
v1.1.4
v1.1.3
Patch Changes
- Include postinstall script in published package and add terminal restart hint after Bun installation.
v1.1.2
Patch Changes
- Fix npm global install: replace direct TypeScript bin entry with a Node.js wrapper that spawns Bun, and add a postinstall message with getting-started instructions.
v1.1.1
Patch Changes
-
CI
- Publish to GitHub Packages alongside npm on release, making the package visible on the GitHub repo page.
v1.1.0
Features
- Direct detail endpoint --
getDetail()now calls the talent-pro API directly instead of routing through the LLM, significantly reducing latency and token usage. - TUI search history -- Past chat sessions are loaded from the API on TUI startup, populating the History sidebar with previous conversations.
- Localhost callback auth -- CLI authentication now uses a temporary localhost HTTP server instead of server-side polling, fixing compatibility with Vercel deployments.
- TUI slash commands -- Added
/loginand/logoutcommands for in-TUI authentication management. - New Chat in sidebar -- Added "New Chat" option to the TUI sidebar with active session tracking for multi-turn conversations.
Improvements
- Overhauled TUI color scheme with a restrained neutral palette and subtler focus borders.
- Reduced panel gaps, smaller title bar, and improved welcome screen spacing.
Docs
- Added ASCII logo and terminal screenshot to README.
v1.0.0
Features
- Single-shot, pipe, interactive TUI, and MCP server modes
- AI-powered talent profile search with session refinement
- Authentication support (email, Google, wallet)
- Zod-validated JSONL pipe protocol with request ID correlation
- Success/error response envelope for JSON output
- Programmatic TypeScript API (
TalentSearchclass) - Session persistence (save/load to JSON files)
--debugflag for agent diagnostics (to stderr)--help --jsonfor agent self-discoveryTALENT_CLI_SESSIONenvironment variableNO_COLORsupport- AI-friendly error rewriting with structured exit codes
- MCP server with
talent_search,talent_detail,talent_refinetools
Infrastructure
- Prettier + Husky + lint-staged
- Vitest test suite
- GitHub Actions CI (typecheck, format, test)
- Changesets for versioning
- Docker support (Dockerfile + docker-compose)