clawlet 0.1.0 → 0.2.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 +15 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,25 +43,25 @@ $ pnpm start
43
43
  ## Roadmap
44
44
 
45
45
  * features
46
- - [ ] handle session history
47
- - [ ] read/write files and trash in workspace folder
48
- - [ ] git history for workspace folder
49
- - [ ] <AGENTS.md> support
50
- - [ ] <SOUL.md> support
51
- - [ ] users details at USER.md
52
- - [ ] assistants details at IDENTITY.md
53
- - [ ] daily memory in memory/*.md
54
- - [ ] longterm memory in MEMORY.md
46
+ - [x] handle session history
47
+ - [x] read/write files and trash in workspace folder
48
+ - [x] git history for workspace folder
49
+ - [x] <AGENTS.md> support
50
+ - [x] <SOUL.md> support
51
+ - [x] users details at USER.md
52
+ - [x] assistants details at IDENTITY.md
53
+ - [x] daily memory in memory/*.md
54
+ - [x] longterm memory in MEMORY.md
55
55
  - [ ] heartbeat crons via HEARTBEAT.md
56
- - [ ] <SKILL.md> support (install + use and sandbox)
57
- - [ ] permission handling for skills
58
- - [ ] connection for api keys and credentials
56
+ - [x] <SKILL.md> support (install + use and sandbox)
57
+ - [x] permission handling for skills
58
+ - [x] connection for api keys and credentials
59
59
  - [ ] add mcp configuration
60
60
  * local llm
61
- - [ ] support mlx locally on macosx M3++
61
+ - [x] support mlx locally on macosx M3++
62
62
  * messaging
63
- - [ ] chat via command line interface
64
- - [ ] chat via telegram bot
63
+ - [x] chat via command line interface
64
+ - [x] chat via telegram bot
65
65
  * make available with (p)npx
66
66
  * operating system support
67
67
  - [x] runs on macosx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawlet",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "A lightweight AI based personal assistant.",
5
5
  "main": "src/cli.ts",
6
6
  "type": "module",