Commit Graph

3 Commits

Author SHA1 Message Date
eb1de23f4e fix(test): prevent config file from leaking kagi token into search test
The search token validation test only cleared KAGI_TOKEN from the
environment but still loaded the user config file, which could supply
the token and cause the test to pass incorrectly. Pass
--config=/nonexistent/path so loadConfig returns an empty object.

Also includes search command improvements: markdown/json format output
and --format flag.
2026-05-02 19:29:53 -04:00
8db4ed1370 style: add explicit types to eliminate implicit any in index.ts 2026-05-02 18:47:08 -04:00
6b3ec32b3a feat(config): add TypeScript build and config support 2026-04-27 08:53:17 -04:00