@twsxtd/hapi 0.2.1 → 0.3.0

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.
Files changed (2) hide show
  1. package/README.md +0 -5
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -81,11 +81,6 @@ See `src/configuration.ts` for all options.
81
81
  - `HAPI_DAEMON_HEARTBEAT_INTERVAL` - Heartbeat interval in ms (default: 60000).
82
82
  - `HAPI_DAEMON_HTTP_TIMEOUT` - HTTP timeout for daemon control in ms (default: 10000).
83
83
 
84
- ### Gemini/Agent
85
-
86
- - `HAPPY_GEMINI_COMMAND` - Gemini executable command (default: gemini).
87
- - `HAPPY_GEMINI_ARGS` - Gemini arguments (default: --experimental-acp).
88
-
89
84
  ## Storage
90
85
 
91
86
  Data is stored in `~/.hapi/` (or `$HAPI_HOME`):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twsxtd/hapi",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "App for agentic coding - access coding agent anywhere",
5
5
  "author": "Kirill Dubovitskiy & weishu",
6
6
  "license": "MIT",
@@ -25,11 +25,11 @@
25
25
  }
26
26
  },
27
27
  "optionalDependencies": {
28
- "@twsxtd/hapi-darwin-arm64": "0.2.1",
29
- "@twsxtd/hapi-darwin-x64": "0.2.1",
30
- "@twsxtd/hapi-linux-arm64": "0.2.1",
31
- "@twsxtd/hapi-linux-x64": "0.2.1",
32
- "@twsxtd/hapi-win32-x64": "0.2.1"
28
+ "@twsxtd/hapi-darwin-arm64": "0.3.0",
29
+ "@twsxtd/hapi-darwin-x64": "0.3.0",
30
+ "@twsxtd/hapi-linux-arm64": "0.3.0",
31
+ "@twsxtd/hapi-linux-x64": "0.3.0",
32
+ "@twsxtd/hapi-win32-x64": "0.3.0"
33
33
  },
34
34
  "scripts": {
35
35
  "typecheck": "tsc --noEmit",