@ahkohd/yagami 0.1.6 → 0.1.7

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.
@@ -19,7 +19,7 @@ jobs:
19
19
  - name: Setup Node
20
20
  uses: actions/setup-node@v6
21
21
  with:
22
- node-version: "22"
22
+ node-version: "24"
23
23
  cache: npm
24
24
 
25
25
  - name: Install dependencies
package/README.md CHANGED
@@ -82,7 +82,7 @@ You can configure daemon bind address with config keys (`host`, `port`) or env (
82
82
 
83
83
  ## Configuration
84
84
 
85
- ### 1) Config file (recommended)
85
+ ### Config file (recommended)
86
86
 
87
87
  Default path: `~/.config/yagami/config.json` (or `$XDG_CONFIG_HOME/yagami/config.json`).
88
88
 
@@ -157,7 +157,7 @@ For a custom search endpoint template:
157
157
  - `ui.<key>`: same keys as above under a `ui` object (merged over top-level)
158
158
  - `colors` / `themeColors`: compatibility aliases for `themeTokens`
159
159
 
160
- ### 2) Config CLI
160
+ ### Config CLI
161
161
 
162
162
  ```bash
163
163
  yagami config path
@@ -173,7 +173,7 @@ yagami config set browseConcurrency 8 --json-value
173
173
  yagami config unset themeTokens.domain
174
174
  ```
175
175
 
176
- ### 3) Environment variables
176
+ ### Environment variables
177
177
 
178
178
  - `YAGAMI_CONFIG_FILE` (default: `$YAGAMI_RUNTIME_DIR/config.json`)
179
179
  - `YAGAMI_RUNTIME_DIR` (default: `$XDG_CONFIG_HOME/yagami` or `~/.config/yagami`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahkohd/yagami",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@lightpanda/browser": "^1.2.0",
51
- "@mariozechner/pi-agent-core": "^0.61.0",
52
- "@mariozechner/pi-ai": "^0.61.0",
51
+ "@mariozechner/pi-agent-core": "^0.65.0",
52
+ "@mariozechner/pi-ai": "^0.65.0",
53
53
  "markdansi": "^0.2.1",
54
54
  "defuddle": "^0.14.0",
55
55
  "linkedom": "^0.18.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahkohd/pi-yagami-search",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"