@linxiraos/pi-ai 1.0.0 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -2,9 +2,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Changed
5
+ ## [1.0.1] - 2026-08-14
6
6
 
7
- - Reset the version to 1.0.0 and republished under the `@linxiraos/*` scope, breaking from the `@oh-my-pi` version lineage.
8
7
  ## [17.2.11] - 2026-08-07
9
8
 
10
9
  ### Breaking Changes
@@ -4635,6 +4634,12 @@
4635
4634
 
4636
4635
  Initial release under @oh-my-pi scope. See previous releases at [badlogic/pi-mono](https://github.com/badlogic/pi-mono).
4637
4636
 
4637
+ ## [1.0.0] - 2026-08-13
4638
+
4639
+ ### Changed
4640
+
4641
+ - Reset the version to 1.0.0 and republished under the `@linxiraos/*` scope, breaking from the `@oh-my-pi` version lineage.
4642
+
4638
4643
  ## [0.50.1] - 2026-01-26
4639
4644
 
4640
4645
  ### Fixed
@@ -470,7 +470,7 @@ export type AuthStorageOptions = {
470
470
  * so the TUI can show where a token came from (broker URL or local SQLite path).
471
471
  *
472
472
  * Examples:
473
- * - `"local ~/.omp/agent/agent.db"`
473
+ * - `"local ~/.zeta/agent/agent.db"`
474
474
  * - `"broker http://omp.internal:8765"`
475
475
  */
476
476
  sourceLabel?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@linxiraos/pi-ai",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "Unified LLM API with automatic model discovery and provider configuration",
6
6
  "homepage": "https://linxira-os.github.io",
7
7
  "author": "Can Boluk",
@@ -38,10 +38,10 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@bufbuild/protobuf": "^2.12.1",
41
- "@linxiraos/pi-omptype": "1.0.0",
42
- "@linxiraos/pi-catalog": "1.0.0",
43
- "@linxiraos/pi-utils": "1.0.0",
44
- "@linxiraos/pi-wire": "1.0.0"
41
+ "@linxiraos/pi-omptype": "1.0.1",
42
+ "@linxiraos/pi-catalog": "1.0.1",
43
+ "@linxiraos/pi-utils": "1.0.1",
44
+ "@linxiraos/pi-wire": "1.0.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bufbuild/protoc-gen-es": "^2.12.1",
@@ -625,7 +625,7 @@ export type AuthStorageOptions = {
625
625
  * so the TUI can show where a token came from (broker URL or local SQLite path).
626
626
  *
627
627
  * Examples:
628
- * - `"local ~/.omp/agent/agent.db"`
628
+ * - `"local ~/.zeta/agent/agent.db"`
629
629
  * - `"broker http://omp.internal:8765"`
630
630
  */
631
631
  sourceLabel?: string;