Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 1.1.0

### Minor Changes

- ### 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 `/login` and `/logout` commands 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.

## 1.0.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talent-agent",
"version": "1.0.0",
"version": "1.1.0",
"description": "AI-powered talent search CLI for natural language queries",
"type": "module",
"bin": {
Expand Down