buildwithnexus 0.10.1 → 0.10.4

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/README.md CHANGED
@@ -60,6 +60,24 @@ buildwithnexus plan <task> # decompose, approve, then execute
60
60
  buildwithnexus brainstorm <q> # free-form chat
61
61
  buildwithnexus init # (re)configure provider / model / key
62
62
  buildwithnexus providers # list built-in providers
63
+ buildwithnexus doctor # diagnose setup (keys, tools, connectivity)
64
+ ```
65
+
66
+ Inside the interactive session:
67
+
68
+ ```
69
+ /model [name] hot-swap the AI model mid-session
70
+ /compact compress context (free up token budget)
71
+ /review AI code review of current git diff
72
+ /commit AI-drafted conventional commit message
73
+ /pr AI-drafted pull request title + description
74
+ /schedule <delay> <task> run a task once in the background (5s, 2m, 1h)
75
+ /loop <interval> <task> run a task repeatedly in the background
76
+ /workflows list and manage background workflows
77
+ /btw <context> inject context into the next agent turn
78
+ /config configure hooks, memory, and commands via AI
79
+ /memory view and edit session memory
80
+ /skills list skills and custom commands
63
81
  ```
64
82
 
65
83
  ## Permissions
@@ -49,7 +49,7 @@ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
49
49
 
50
50
  [[package]]
51
51
  name = "buildwithnexus"
52
- version = "0.10.0"
52
+ version = "0.10.4"
53
53
  dependencies = [
54
54
  "criterion",
55
55
  "crossterm",
@@ -1,8 +1,8 @@
1
1
  [package]
2
2
  name = "buildwithnexus"
3
- version = "0.10.0"
3
+ version = "0.10.4"
4
4
  edition = "2021"
5
- description = "A hilariously fast agentic AI CLI harness — remote or local models, alternate-screen TUI"
5
+ description = "A hilariously fast agentic AI CLI harness — remote or local models, full TUI with modes, memory, skills, hooks, and image input"
6
6
  license = "MIT"
7
7
  repository = "https://github.com/garretts-apps/buildwithnexus"
8
8
  default-run = "buildwithnexus"