@toothfairyai/tfcode 1.6.7 → 1.6.8

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 (3) hide show
  1. package/README.md +10 -0
  2. package/bin/tfcode +0 -0
  3. package/package.json +13 -13
package/README.md CHANGED
@@ -174,6 +174,16 @@ TF_PROFILE=prod tfcode run "Force prod workspace"
174
174
  | `tfcode mcp auth` | Authenticate with OAuth MCP server |
175
175
  | `tfcode mcp logout` | Logout from MCP server |
176
176
 
177
+ ### Agents
178
+
179
+ | Command | Description |
180
+ | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
181
+ | `tfcode agent list` | List available agents |
182
+ | `tfcode agent create [--description ...]` | Generate a new local agent (`.tfcode/agents/<name>.md`) |
183
+ | `tfcode agent share <agent> [--force] [--profile p] [--dry-run]` | Upload a local agent (and its referenced skills) to the workspace as a coder agent |
184
+
185
+ See [docs/agent-share-flow.md](../../docs/agent-share-flow.md) for the full local→cloud agent flow.
186
+
177
187
  ### Chat commands (interactive)
178
188
 
179
189
  | Command | Description |
package/bin/tfcode CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toothfairyai/tfcode",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "bin": {
5
5
  "tfcode": "./bin/tfcode.js"
6
6
  },
@@ -9,18 +9,18 @@
9
9
  },
10
10
  "license": "MIT",
11
11
  "optionalDependencies": {
12
- "@toothfairyai/tfcode-linux-arm64": "1.6.7",
13
- "@toothfairyai/tfcode-windows-x64": "1.6.7",
14
- "@toothfairyai/tfcode-linux-x64-baseline-musl": "1.6.7",
15
- "@toothfairyai/tfcode-darwin-x64-baseline": "1.6.7",
16
- "@toothfairyai/tfcode-linux-x64-musl": "1.6.7",
17
- "@toothfairyai/tfcode-windows-x64-baseline": "1.6.7",
18
- "@toothfairyai/tfcode-linux-arm64-musl": "1.6.7",
19
- "@toothfairyai/tfcode-windows-arm64": "1.6.7",
20
- "@toothfairyai/tfcode-linux-x64": "1.6.7",
21
- "@toothfairyai/tfcode-darwin-x64": "1.6.7",
22
- "@toothfairyai/tfcode-linux-x64-baseline": "1.6.7",
23
- "@toothfairyai/tfcode-darwin-arm64": "1.6.7"
12
+ "@toothfairyai/tfcode-linux-arm64": "1.6.8",
13
+ "@toothfairyai/tfcode-windows-x64": "1.6.8",
14
+ "@toothfairyai/tfcode-linux-x64-baseline-musl": "1.6.8",
15
+ "@toothfairyai/tfcode-darwin-x64-baseline": "1.6.8",
16
+ "@toothfairyai/tfcode-linux-x64-musl": "1.6.8",
17
+ "@toothfairyai/tfcode-windows-x64-baseline": "1.6.8",
18
+ "@toothfairyai/tfcode-linux-arm64-musl": "1.6.8",
19
+ "@toothfairyai/tfcode-windows-arm64": "1.6.8",
20
+ "@toothfairyai/tfcode-linux-x64": "1.6.8",
21
+ "@toothfairyai/tfcode-darwin-x64": "1.6.8",
22
+ "@toothfairyai/tfcode-linux-x64-baseline": "1.6.8",
23
+ "@toothfairyai/tfcode-darwin-arm64": "1.6.8"
24
24
  },
25
25
  "engines": {
26
26
  "node": ">=18"