mirror of
https://github.com/getcompanion-ai/alpha-hub.git
synced 2026-04-16 08:02:17 +00:00
Add status command, strip raw blobs from search, harden login flow
- Add `alpha status` command to check auth state - Search results drop raw text blobs by default (opt-in via includeRaw) - Clean and normalize search result fields - Export parsePaperSearchResults for external consumers - Login callback server handles EADDRINUSE, styled HTML pages - Better browser open error handling on all platforms - Search prints mode description before results Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f6469556f0
commit
081d32d50c
8 changed files with 134 additions and 29 deletions
|
|
@ -12,6 +12,7 @@ npm install -g @companion-ai/alpha-hub
|
|||
|
||||
```bash
|
||||
alpha login
|
||||
alpha status
|
||||
alpha search "attention mechanism"
|
||||
alpha get 1706.03762
|
||||
alpha ask 1706.03762 "What datasets were used for evaluation?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue