expandai 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -51,7 +51,7 @@ expandai fetch https://docs.example.com/api --search auth # semantic snippets
51
51
  ```
52
52
 
53
53
  Human terminal use may omit the harness and scope; init detects supported
54
- harnesses, asks for scope, completes loopback browser authorization when
54
+ harnesses, asks for scope, completes device browser authorization when
55
55
  needed, and configures every detected harness. Pass `--harness` to ensure the
56
56
  agent running the command is included even when it has no config directory yet.
57
57
 
@@ -118,7 +118,7 @@ see the path comment next to each `install` line in the sections below.
118
118
  ## Authentication
119
119
 
120
120
  ```bash
121
- expandai login # OAuth (loopback browser flow) or API key
121
+ expandai login # OAuth device authorization or API key
122
122
  expandai whoami # show current auth state
123
123
  expandai logout # clear credentials and optionally remove installed integrations
124
124
  ```
@@ -2,7 +2,7 @@ import { Layer } from 'effect';
2
2
  export { CurrentRequestHeaders } from './RequestHeaders.js';
3
3
  export declare const ServerInfo: {
4
4
  readonly name: "expandai";
5
- readonly version: "0.0.5";
5
+ readonly version: "0.0.6";
6
6
  };
7
7
  export declare const makeServerLayer: (options?: {
8
8
  readonly includeDocs?: boolean;