@iinm/plain-agent 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,9 +40,9 @@ curl https://raw.githubusercontent.com/iinm/plain-agent/refs/heads/main/.config/
40
40
  Create the configuration.
41
41
 
42
42
  ```js
43
- // ~/.config/config.local.json
43
+ // ~/.config/plain-agent/config.local.json
44
44
  {
45
- // Default model used by ./bin/agent
45
+ // Default model
46
46
  "model": "gpt-5.4+thinking-high",
47
47
 
48
48
  "platforms": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iinm/plain-agent",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A lightweight CLI-based coding agent",
5
5
  "license": "MIT",
6
6
  "type": "module",