@iloveagents/foundry-agent 0.6.0 → 0.7.1

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.
@@ -47,7 +47,7 @@ export interface ServiceFetchOptions {
47
47
  */
48
48
  recoverFromHardAuthFailure?: (reason: unknown) => Promise<never>;
49
49
  /**
50
- * Router FQDN for production (e.g. `https://lastspace-prod.eastus2.example.com`).
50
+ * Router FQDN for production (e.g. `https://api.example.com`).
51
51
  * Empty / undefined leaves the URL untouched (Vite proxy handles routing
52
52
  * in dev).
53
53
  */
package/package.json CHANGED
@@ -1,7 +1,24 @@
1
1
  {
2
2
  "name": "@iloveagents/foundry-agent",
3
- "version": "0.6.0",
3
+ "version": "0.7.1",
4
4
  "license": "MIT",
5
+ "description": "Cross-runtime AG-UI transport for Foundry UI — AGUIRunner protocol engine, vanilla zustand stores, optional MSAL auth subpath, service-fetch factory. Zero React, zero DOM.",
6
+ "keywords": [
7
+ "ag-ui",
8
+ "agent",
9
+ "agent-framework",
10
+ "azure-foundry",
11
+ "foundry-ui",
12
+ "msal",
13
+ "zustand"
14
+ ],
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/iLoveAgents/foundry-ui.git",
18
+ "directory": "packages/agent"
19
+ },
20
+ "homepage": "https://github.com/iLoveAgents/foundry-ui/tree/main/packages/agent#readme",
21
+ "bugs": "https://github.com/iLoveAgents/foundry-ui/issues",
5
22
  "type": "module",
6
23
  "main": "./dist/index.js",
7
24
  "types": "./dist/index.d.ts",