@kolisachint/hoocode-agent 0.2.0 → 0.2.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 (122) hide show
  1. package/dist/cli/args.d.ts.map +1 -1
  2. package/dist/cli/args.js +1 -1
  3. package/dist/cli/args.js.map +1 -1
  4. package/dist/config.d.ts +6 -0
  5. package/dist/config.d.ts.map +1 -1
  6. package/dist/config.js +8 -0
  7. package/dist/config.js.map +1 -1
  8. package/dist/core/agent-session.d.ts.map +1 -1
  9. package/dist/core/agent-session.js +1 -1
  10. package/dist/core/agent-session.js.map +1 -1
  11. package/dist/core/auth-storage.d.ts +1 -1
  12. package/dist/core/auth-storage.d.ts.map +1 -1
  13. package/dist/core/auth-storage.js +1 -1
  14. package/dist/core/auth-storage.js.map +1 -1
  15. package/dist/core/bash-executor.d.ts.map +1 -1
  16. package/dist/core/bash-executor.js +1 -1
  17. package/dist/core/bash-executor.js.map +1 -1
  18. package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
  19. package/dist/core/compaction/branch-summarization.js +1 -1
  20. package/dist/core/compaction/branch-summarization.js.map +1 -1
  21. package/dist/core/compaction/compaction.d.ts.map +1 -1
  22. package/dist/core/compaction/compaction.js +1 -1
  23. package/dist/core/compaction/compaction.js.map +1 -1
  24. package/dist/core/extensions/runner.d.ts.map +1 -1
  25. package/dist/core/extensions/runner.js +1 -1
  26. package/dist/core/extensions/runner.js.map +1 -1
  27. package/dist/core/package-manager.d.ts.map +1 -1
  28. package/dist/core/package-manager.js +4 -4
  29. package/dist/core/package-manager.js.map +1 -1
  30. package/dist/core/sdk.d.ts +1 -1
  31. package/dist/core/sdk.d.ts.map +1 -1
  32. package/dist/core/sdk.js.map +1 -1
  33. package/dist/core/session-manager.d.ts +2 -2
  34. package/dist/core/session-manager.d.ts.map +1 -1
  35. package/dist/core/session-manager.js.map +1 -1
  36. package/dist/core/system-prompt.d.ts.map +1 -1
  37. package/dist/core/system-prompt.js +5 -5
  38. package/dist/core/system-prompt.js.map +1 -1
  39. package/dist/core/tools/bash.d.ts +2 -2
  40. package/dist/core/tools/bash.d.ts.map +1 -1
  41. package/dist/core/tools/bash.js +3 -3
  42. package/dist/core/tools/bash.js.map +1 -1
  43. package/dist/core/tools/output-accumulator.d.ts.map +1 -1
  44. package/dist/core/tools/output-accumulator.js +1 -1
  45. package/dist/core/tools/output-accumulator.js.map +1 -1
  46. package/dist/extensions/core/hoo-core.d.ts.map +1 -1
  47. package/dist/extensions/core/hoo-core.js +50 -4
  48. package/dist/extensions/core/hoo-core.js.map +1 -1
  49. package/dist/init.d.ts.map +1 -1
  50. package/dist/init.js +4 -3
  51. package/dist/init.js.map +1 -1
  52. package/dist/migrations.d.ts.map +1 -1
  53. package/dist/migrations.js +1 -1
  54. package/dist/migrations.js.map +1 -1
  55. package/dist/modes/interactive/components/config-selector.d.ts.map +1 -1
  56. package/dist/modes/interactive/components/config-selector.js +1 -1
  57. package/dist/modes/interactive/components/config-selector.js.map +1 -1
  58. package/dist/modes/interactive/components/extension-editor.d.ts.map +1 -1
  59. package/dist/modes/interactive/components/extension-editor.js +1 -1
  60. package/dist/modes/interactive/components/extension-editor.js.map +1 -1
  61. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  62. package/dist/modes/interactive/interactive-mode.js +1 -1
  63. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  64. package/dist/modes/print-mode.d.ts +2 -2
  65. package/dist/modes/print-mode.d.ts.map +1 -1
  66. package/dist/modes/print-mode.js +2 -2
  67. package/dist/modes/print-mode.js.map +1 -1
  68. package/dist/package-manager-cli.d.ts.map +1 -1
  69. package/dist/package-manager-cli.js +12 -9
  70. package/dist/package-manager-cli.js.map +1 -1
  71. package/dist/utils/clipboard-image.d.ts.map +1 -1
  72. package/dist/utils/clipboard-image.js +1 -1
  73. package/dist/utils/clipboard-image.js.map +1 -1
  74. package/docs/compaction.md +9 -9
  75. package/docs/custom-provider.md +4 -4
  76. package/docs/development.md +6 -6
  77. package/docs/extensions.md +21 -21
  78. package/docs/index.md +9 -9
  79. package/docs/json.md +3 -3
  80. package/docs/keybindings.md +5 -5
  81. package/docs/models.md +6 -6
  82. package/docs/packages.md +37 -37
  83. package/docs/prompt-templates.md +4 -4
  84. package/docs/providers.md +12 -44
  85. package/docs/quickstart.md +28 -28
  86. package/docs/rpc.md +10 -10
  87. package/docs/sdk.md +13 -13
  88. package/docs/session-format.md +7 -7
  89. package/docs/sessions.md +11 -11
  90. package/docs/settings.md +14 -14
  91. package/docs/shell-aliases.md +2 -2
  92. package/docs/skills.md +10 -10
  93. package/docs/terminal-setup.md +7 -7
  94. package/docs/termux.md +6 -6
  95. package/docs/themes.md +9 -9
  96. package/docs/tmux.md +3 -3
  97. package/docs/tui.md +3 -3
  98. package/docs/usage.md +47 -47
  99. package/docs/windows.md +2 -2
  100. package/examples/README.md +1 -1
  101. package/examples/extensions/README.md +5 -5
  102. package/examples/extensions/claude-rules.ts +1 -1
  103. package/examples/extensions/commands.ts +1 -1
  104. package/examples/extensions/custom-header.ts +1 -1
  105. package/examples/extensions/custom-provider-anthropic/package.json +1 -1
  106. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  107. package/examples/extensions/doom-overlay/README.md +3 -3
  108. package/examples/extensions/pirate.ts +1 -1
  109. package/examples/extensions/preset.ts +4 -4
  110. package/examples/extensions/prompt-customizer.ts +1 -1
  111. package/examples/extensions/sandbox/index.ts +3 -3
  112. package/examples/extensions/sandbox/package.json +1 -1
  113. package/examples/extensions/subagent/README.md +13 -13
  114. package/examples/extensions/subagent/agents.ts +1 -1
  115. package/examples/extensions/subagent/index.ts +1 -1
  116. package/examples/extensions/tools.ts +1 -1
  117. package/examples/extensions/with-deps/package.json +1 -1
  118. package/examples/sdk/04-skills.ts +1 -1
  119. package/examples/sdk/06-extensions.ts +1 -1
  120. package/examples/sdk/08-prompt-templates.ts +1 -1
  121. package/examples/sdk/README.md +2 -2
  122. package/package.json +1 -1
@@ -1,15 +1,15 @@
1
1
  # Extension Examples
2
2
 
3
- Example extensions for pi-coding-agent.
3
+ Example extensions for @kolisachint/hoocode-agent.
4
4
 
5
5
  ## Usage
6
6
 
7
7
  ```bash
8
8
  # Load an extension with --extension flag
9
- pi --extension examples/extensions/permission-gate.ts
9
+ hoocode --extension examples/extensions/permission-gate.ts
10
10
 
11
11
  # Or copy to extensions directory for auto-discovery
12
- cp permission-gate.ts ~/.pi/agent/extensions/
12
+ cp permission-gate.ts ~/.hoocode/agent/extensions/
13
13
  ```
14
14
 
15
15
  ## Examples
@@ -96,7 +96,7 @@ cp permission-gate.ts ~/.pi/agent/extensions/
96
96
 
97
97
  | Extension | Description |
98
98
  |-----------|-------------|
99
- | `mac-system-theme.ts` | Syncs pi theme with macOS dark/light mode |
99
+ | `mac-system-theme.ts` | Syncs hoocode theme with macOS dark/light mode |
100
100
 
101
101
  ### Resources
102
102
 
@@ -123,7 +123,7 @@ cp permission-gate.ts ~/.pi/agent/extensions/
123
123
  | Extension | Description |
124
124
  |-----------|-------------|
125
125
  | `custom-provider-anthropic/` | Custom Anthropic provider with OAuth support and custom streaming implementation |
126
- | `custom-provider-gitlab-duo/` | GitLab Duo provider using pi-ai's built-in Anthropic/OpenAI streaming via proxy |
126
+ | `custom-provider-gitlab-duo/` | GitLab Duo provider using @kolisachint/hoocode-ai's built-in Anthropic/OpenAI streaming via proxy |
127
127
 
128
128
  ### External Dependencies
129
129
 
@@ -12,7 +12,7 @@
12
12
  * - Organize with subdirectories: Group related rules (e.g., frontend/, backend/)
13
13
  *
14
14
  * Usage:
15
- * 1. Copy this file to ~/.hoocode/agent/extensions/ or your project's .pi/extensions/
15
+ * 1. Copy this file to ~/.hoocode/agent/extensions/ or your project's .hoocode/extensions/
16
16
  * 2. Create .claude/rules/ folder in your project root
17
17
  * 3. Add .md files with your rules
18
18
  */
@@ -5,7 +5,7 @@
5
5
  * that lists all available slash commands in the current session.
6
6
  *
7
7
  * Usage:
8
- * 1. Copy this file to ~/.hoocode/agent/extensions/ or your project's .pi/extensions/
8
+ * 1. Copy this file to ~/.hoocode/agent/extensions/ or your project's .hoocode/extensions/
9
9
  * 2. Use /commands to see available commands
10
10
  * 3. Use /commands extensions to filter by source
11
11
  */
@@ -9,7 +9,7 @@ import type { ExtensionAPI, Theme } from "@kolisachint/hoocode-agent";
9
9
  import { VERSION } from "@kolisachint/hoocode-agent";
10
10
 
11
11
  // --- PI MASCOT ---
12
- // Based on pi_mascot.ts - the pi agent character
12
+ // Based on hoocode_mascot.ts - the hoocode agent character
13
13
  function getPiMascot(theme: Theme): string[] {
14
14
  // --- COLORS ---
15
15
  // 3b1b Blue: R=80, G=180, B=230
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kolisachint/hoocode-extension-custom-provider-anthropic",
3
3
  "private": true,
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "bun": ">=1.0.0"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kolisachint/hoocode-extension-custom-provider-gitlab-duo",
3
3
  "private": true,
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "bun": ">=1.0.0"
@@ -1,11 +1,11 @@
1
1
  # DOOM Overlay Demo
2
2
 
3
- Play DOOM as an overlay in pi. Demonstrates that the overlay system can handle real-time game rendering at 35 FPS.
3
+ Play DOOM as an overlay in hoocode. Demonstrates that the overlay system can handle real-time game rendering at 35 FPS.
4
4
 
5
5
  ## Usage
6
6
 
7
7
  ```bash
8
- pi --extension ./examples/extensions/doom-overlay
8
+ hoocode --extension ./examples/extensions/doom-overlay
9
9
  ```
10
10
 
11
11
  Then run:
@@ -43,4 +43,4 @@ Height is calculated from width to maintain DOOM's 3.2:1 aspect ratio (accountin
43
43
 
44
44
  - [id Software](https://github.com/id-Software/DOOM) for the original DOOM
45
45
  - [doomgeneric](https://github.com/ozkl/doomgeneric) for the portable DOOM implementation
46
- - [pi-doom](https://github.com/badlogic/pi-doom) for the original pi integration
46
+ - [pi-doom](https://github.com/badlogic/pi-doom) for the original hoocode integration
@@ -5,7 +5,7 @@
5
5
  * change agent behavior based on extension state.
6
6
  *
7
7
  * Usage:
8
- * 1. Copy this file to ~/.hoocode/agent/extensions/ or your project's .pi/extensions/
8
+ * 1. Copy this file to ~/.hoocode/agent/extensions/ or your project's .hoocode/extensions/
9
9
  * 2. Use /pirate to toggle pirate mode
10
10
  * 3. When enabled, the agent will respond like a pirate
11
11
  */
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * Config files (merged, project takes precedence):
9
9
  * - ~/.hoocode/agent/presets.json (global)
10
- * - <cwd>/.pi/presets.json (project-local)
10
+ * - <cwd>/.hoocode/presets.json (project-local)
11
11
  *
12
12
  * Example presets.json:
13
13
  * ```json
@@ -69,7 +69,7 @@ interface PresetsConfig {
69
69
  */
70
70
  function loadPresets(cwd: string): PresetsConfig {
71
71
  const globalPath = join(getAgentDir(), "presets.json");
72
- const projectPath = join(cwd, ".pi", "presets.json");
72
+ const projectPath = join(cwd, ".hoocode", "presets.json");
73
73
 
74
74
  let globalPresets: PresetsConfig = {};
75
75
  let projectPresets: PresetsConfig = {};
@@ -201,7 +201,7 @@ export default function presetExtension(pi: ExtensionAPI) {
201
201
 
202
202
  if (presetNames.length === 0) {
203
203
  ctx.ui.notify(
204
- "No presets defined. Add presets to ~/.hoocode/agent/presets.json or .pi/presets.json",
204
+ "No presets defined. Add presets to ~/.hoocode/agent/presets.json or .hoocode/presets.json",
205
205
  "warning",
206
206
  );
207
207
  return;
@@ -312,7 +312,7 @@ export default function presetExtension(pi: ExtensionAPI) {
312
312
  const presetNames = getPresetOrder();
313
313
  if (presetNames.length === 0) {
314
314
  ctx.ui.notify(
315
- "No presets defined. Add presets to ~/.hoocode/agent/presets.json or .pi/presets.json",
315
+ "No presets defined. Add presets to ~/.hoocode/agent/presets.json or .hoocode/presets.json",
316
316
  "warning",
317
317
  );
318
318
  return;
@@ -8,7 +8,7 @@
8
8
  * are currently active, respecting whatever the user has configured.
9
9
  *
10
10
  * Usage:
11
- * 1. Copy this file to ~/.hoocode/agent/extensions/ or your project's .pi/extensions/
11
+ * 1. Copy this file to ~/.hoocode/agent/extensions/ or your project's .hoocode/extensions/
12
12
  * 2. Use the extension — it automatically adapts to your active tools and skills
13
13
  */
14
14
 
@@ -11,9 +11,9 @@
11
11
  *
12
12
  * Config files (merged, project takes precedence):
13
13
  * - ~/.hoocode/agent/extensions/sandbox.json (global)
14
- * - <cwd>/.pi/sandbox.json (project-local)
14
+ * - <cwd>/.hoocode/sandbox.json (project-local)
15
15
  *
16
- * Example .pi/sandbox.json:
16
+ * Example .hoocode/sandbox.json:
17
17
  * ```json
18
18
  * {
19
19
  * "enabled": true,
@@ -77,7 +77,7 @@ const DEFAULT_CONFIG: SandboxConfig = {
77
77
  };
78
78
 
79
79
  function loadConfig(cwd: string): SandboxConfig {
80
- const projectConfigPath = join(cwd, ".pi", "sandbox.json");
80
+ const projectConfigPath = join(cwd, ".hoocode", "sandbox.json");
81
81
  const globalConfigPath = join(getAgentDir(), "extensions", "sandbox.json");
82
82
 
83
83
  let globalConfig: Partial<SandboxConfig> = {};
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kolisachint/hoocode-extension-sandbox",
3
3
  "private": true,
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "bun": ">=1.0.0"
@@ -4,7 +4,7 @@ Delegate tasks to specialized subagents with isolated context windows.
4
4
 
5
5
  ## Features
6
6
 
7
- - **Isolated context**: Each subagent runs in a separate `pi` process
7
+ - **Isolated context**: Each subagent runs in a separate `hoocode` process
8
8
  - **Streaming output**: See tool calls and progress as they happen
9
9
  - **Parallel streaming**: All parallel tasks stream updates simultaneously
10
10
  - **Markdown rendering**: Final output rendered with proper formatting (expanded view)
@@ -35,30 +35,30 @@ From the repository root, symlink the files:
35
35
 
36
36
  ```bash
37
37
  # Symlink the extension (must be in a subdirectory with index.ts)
38
- mkdir -p ~/.pi/agent/extensions/subagent
39
- ln -sf "$(pwd)/packages/coding-agent/examples/extensions/subagent/index.ts" ~/.pi/agent/extensions/subagent/index.ts
40
- ln -sf "$(pwd)/packages/coding-agent/examples/extensions/subagent/agents.ts" ~/.pi/agent/extensions/subagent/agents.ts
38
+ mkdir -p ~/.hoocode/agent/extensions/subagent
39
+ ln -sf "$(pwd)/packages/coding-agent/examples/extensions/subagent/index.ts" ~/.hoocode/agent/extensions/subagent/index.ts
40
+ ln -sf "$(pwd)/packages/coding-agent/examples/extensions/subagent/agents.ts" ~/.hoocode/agent/extensions/subagent/agents.ts
41
41
 
42
42
  # Symlink agents
43
- mkdir -p ~/.pi/agent/agents
43
+ mkdir -p ~/.hoocode/agent/agents
44
44
  for f in packages/coding-agent/examples/extensions/subagent/agents/*.md; do
45
- ln -sf "$(pwd)/$f" ~/.pi/agent/agents/$(basename "$f")
45
+ ln -sf "$(pwd)/$f" ~/.hoocode/agent/agents/$(basename "$f")
46
46
  done
47
47
 
48
48
  # Symlink workflow prompts
49
- mkdir -p ~/.pi/agent/prompts
49
+ mkdir -p ~/.hoocode/agent/prompts
50
50
  for f in packages/coding-agent/examples/extensions/subagent/prompts/*.md; do
51
- ln -sf "$(pwd)/$f" ~/.pi/agent/prompts/$(basename "$f")
51
+ ln -sf "$(pwd)/$f" ~/.hoocode/agent/prompts/$(basename "$f")
52
52
  done
53
53
  ```
54
54
 
55
55
  ## Security Model
56
56
 
57
- This tool executes a separate `pi` subprocess with a delegated system prompt and tool/model configuration.
57
+ This tool executes a separate `hoocode` subprocess with a delegated system prompt and tool/model configuration.
58
58
 
59
- **Project-local agents** (`.pi/agents/*.md`) are repo-controlled prompts that can instruct the model to read files, run bash commands, etc.
59
+ **Project-local agents** (`.hoocode/agents/*.md`) are repo-controlled prompts that can instruct the model to read files, run bash commands, etc.
60
60
 
61
- **Default behavior:** Only loads **user-level agents** from `~/.pi/agent/agents`.
61
+ **Default behavior:** Only loads **user-level agents** from `~/.hoocode/agent/agents`.
62
62
 
63
63
  To enable project-local agents, pass `agentScope: "both"` (or `"project"`). Only do this for repositories you trust.
64
64
 
@@ -136,8 +136,8 @@ System prompt for the agent goes here.
136
136
  ```
137
137
 
138
138
  **Locations:**
139
- - `~/.pi/agent/agents/*.md` - User-level (always loaded)
140
- - `.pi/agents/*.md` - Project-level (only with `agentScope: "project"` or `"both"`)
139
+ - `~/.hoocode/agent/agents/*.md` - User-level (always loaded)
140
+ - `.hoocode/agents/*.md` - Project-level (only with `agentScope: "project"` or `"both"`)
141
141
 
142
142
  Project agents override user agents with the same name when `agentScope: "both"`.
143
143
 
@@ -85,7 +85,7 @@ function isDirectory(p: string): boolean {
85
85
  function findNearestProjectAgentsDir(cwd: string): string | null {
86
86
  let currentDir = cwd;
87
87
  while (true) {
88
- const candidate = path.join(currentDir, ".pi", "agents");
88
+ const candidate = path.join(currentDir, ".hoocode", "agents");
89
89
  if (isDirectory(candidate)) return candidate;
90
90
 
91
91
  const parentDir = path.dirname(currentDir);
@@ -436,7 +436,7 @@ export default function (pi: ExtensionAPI) {
436
436
  "Delegate tasks to specialized subagents with isolated context.",
437
437
  "Modes: single (agent + task), parallel (tasks array), chain (sequential with {previous} placeholder).",
438
438
  'Default agent scope is "user" (from ~/.hoocode/agent/agents).',
439
- 'To enable project-local agents in .pi/agents, set agentScope: "both" (or "project").',
439
+ 'To enable project-local agents in .hoocode/agents, set agentScope: "both" (or "project").',
440
440
  ].join(" "),
441
441
  parameters: SubagentParams,
442
442
 
@@ -5,7 +5,7 @@
5
5
  * Tool selection persists across session reloads and respects branch navigation.
6
6
  *
7
7
  * Usage:
8
- * 1. Copy this file to ~/.hoocode/agent/extensions/ or your project's .pi/extensions/
8
+ * 1. Copy this file to ~/.hoocode/agent/extensions/ or your project's .hoocode/extensions/
9
9
  * 2. Use /tools to open the tool selector
10
10
  */
11
11
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kolisachint/hoocode-extension-with-deps",
3
3
  "private": true,
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "bun": ">=1.0.0"
@@ -37,7 +37,7 @@ const loader = new DefaultResourceLoader({
37
37
  });
38
38
  await loader.reload();
39
39
 
40
- // Discover all skills from cwd/.pi/skills, ~/.hoocode/agent/skills, etc.
40
+ // Discover all skills from cwd/.hoocode/skills, ~/.hoocode/agent/skills, etc.
41
41
  const { skills: allSkills, diagnostics } = loader.getSkills();
42
42
  console.log(
43
43
  "Discovered skills:",
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * By default, extension files are discovered from:
8
8
  * - ~/.hoocode/agent/extensions/
9
- * - <cwd>/.pi/extensions/
9
+ * - <cwd>/.hoocode/extensions/
10
10
  * - Paths specified in settings.json "extensions" array
11
11
  *
12
12
  * An extension is a TypeScript file that exports a default function:
@@ -36,7 +36,7 @@ const loader = new DefaultResourceLoader({
36
36
  });
37
37
  await loader.reload();
38
38
 
39
- // Discover templates from cwd/.pi/prompts/ and ~/.hoocode/agent/prompts/
39
+ // Discover templates from cwd/.hoocode/prompts/ and ~/.hoocode/agent/prompts/
40
40
  const discovered = loader.getPrompts().prompts;
41
41
  console.log("Discovered prompt templates:");
42
42
  for (const template of discovered) {
@@ -1,6 +1,6 @@
1
1
  # SDK Examples
2
2
 
3
- Programmatic usage of pi-coding-agent via `createAgentSession()` and `createAgentSessionRuntime()`.
3
+ Programmatic usage of @kolisachint/hoocode-agent via `createAgentSession()` and `createAgentSessionRuntime()`.
4
4
 
5
5
  The runtime example shows how to build a recreate function that closes over process-global fixed inputs and recreates cwd-bound services and sessions as the active session cwd changes.
6
6
 
@@ -114,7 +114,7 @@ await session.prompt("Hello");
114
114
  | `authStorage` | `AuthStorage.create()` | Credential storage |
115
115
  | `modelRegistry` | `ModelRegistry.create(authStorage)` | Model registry |
116
116
  | `cwd` | `process.cwd()` | Working directory |
117
- | `agentDir` | `~/.pi/agent` | Config directory |
117
+ | `agentDir` | `~/.hoocode/agent` | Config directory |
118
118
  | `model` | From settings/first available | Model to use |
119
119
  | `thinkingLevel` | From settings/"off" | off, low, medium, high |
120
120
  | `tools` | `codingTools` | Built-in tools |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolisachint/hoocode-agent",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "hoocodeConfig": {