Skip to content

Releases: link-assistant/agent-commander

[Rust] v0.2.4

09 Jun 22:59

Choose a tag to compare

crates.io v0.2.4

Package: crates.io agent-commander@0.2.4

Added

  • Added enforceable read-only planning mode for supported tools and clear rejection for unsupported tools.

Fixed

  • Removed JavaScript command execution's dependency on runtime CDN imports, avoiding Deno CI failures when esm.sh is unavailable.

Changed

  • Synced model maps from hive-mind v1.57.2 (issue #22): Claude opus -> claude-opus-4-7; Codex default gpt-5 -> gpt-5.5 and added the gpt-5.5/5.4/5.3/5.2/5.1 family; Agent default minimax-m2.5-free -> nemotron-3-super-free with qwen3.6-plus-free retained as deprecated.

Added

  • Added Rust package README metadata and language-specific GitHub Release tags.

Fixed

  • Fixed Rust CLI pass-through for Claude fallback, session, prompt append, verbose, and replay options.

Fixed

  • Pipe prompts for stdin-based tools through temporary prompt files during execution so large generated prompts are not embedded in nested shell commands.

Added

  • Added --prompt-file / prompt_file support for callers that already have prompt content on disk.

Added

  • Added native execution passthrough controls for Claude, Codex, OpenCode, and @link-assistant/agent, including custom executables, raw tool environment variables, raw tool arguments, and suppressible default safety bypass flags.

Added

  • Expose normalized result metadata on AgentResult, including success classification, session IDs, usage-limit details, summaries, cost estimates, stream token usage, sub-agent calls, and execution error information for claude, codex, opencode, and agent.
  • Add AgentResult::usage for Rust parity with the JavaScript result shape.

Fixed

  • Fixed Rust release recovery when a GitHub release tag exists without a matching crates.io publication, and made Rust GitHub releases explicitly become the repository latest release.

Fixed

  • Added Qwen and Gemini prompt-file stdin handling plus native executable, environment, and raw argument passthrough parity.

[JavaScript] v0.6.2

09 Jun 22:58

Choose a tag to compare

npm v0.6.2

Package: npm agent-commander@0.6.2

Patch Changes

  • 118fb3f: Fix metadata.success=false / metadata.limitReached=true false positives on successful Claude runs. The usage-limit detector no longer matches the bare ratelimit substring inside Anthropic HTTP header names (e.g. anthropic-ratelimit-unified-5h-reset) emitted in --output-format stream-json, and now trusts an explicit structured result success message over the raw-text scan.

[Rust] v0.2.3

01 May 12:51

Choose a tag to compare

crates.io v0.2.3

Package: crates.io agent-commander@0.2.3

Added

  • Added enforceable read-only planning mode for supported tools and clear rejection for unsupported tools.

Fixed

  • Removed JavaScript command execution's dependency on runtime CDN imports, avoiding Deno CI failures when esm.sh is unavailable.

Changed

  • Synced model maps from hive-mind v1.57.2 (issue #22): Claude opus -> claude-opus-4-7; Codex default gpt-5 -> gpt-5.5 and added the gpt-5.5/5.4/5.3/5.2/5.1 family; Agent default minimax-m2.5-free -> nemotron-3-super-free with qwen3.6-plus-free retained as deprecated.

Added

  • Added Rust package README metadata and language-specific GitHub Release tags.

Fixed

  • Fixed Rust CLI pass-through for Claude fallback, session, prompt append, verbose, and replay options.

Fixed

  • Pipe prompts for stdin-based tools through temporary prompt files during execution so large generated prompts are not embedded in nested shell commands.

Added

  • Added --prompt-file / prompt_file support for callers that already have prompt content on disk.

Added

  • Added native execution passthrough controls for Claude, Codex, OpenCode, and @link-assistant/agent, including custom executables, raw tool environment variables, raw tool arguments, and suppressible default safety bypass flags.

Added

  • Expose normalized result metadata on AgentResult, including success classification, session IDs, usage-limit details, summaries, cost estimates, stream token usage, sub-agent calls, and execution error information for claude, codex, opencode, and agent.
  • Add AgentResult::usage for Rust parity with the JavaScript result shape.

Fixed

  • Fixed Rust release recovery when a GitHub release tag exists without a matching crates.io publication, and made Rust GitHub releases explicitly become the repository latest release.

Fixed

  • Added Qwen and Gemini prompt-file stdin handling plus native executable, environment, and raw argument passthrough parity.

[Rust] v0.2.2

01 May 10:56

Choose a tag to compare

crates.io v0.2.2

Package: crates.io agent-commander@0.2.2

Added

  • Added enforceable read-only planning mode for supported tools and clear rejection for unsupported tools.

Fixed

  • Removed JavaScript command execution's dependency on runtime CDN imports, avoiding Deno CI failures when esm.sh is unavailable.

Changed

  • Synced model maps from hive-mind v1.57.2 (issue #22): Claude opus -> claude-opus-4-7; Codex default gpt-5 -> gpt-5.5 and added the gpt-5.5/5.4/5.3/5.2/5.1 family; Agent default minimax-m2.5-free -> nemotron-3-super-free with qwen3.6-plus-free retained as deprecated.

Added

  • Added Rust package README metadata and language-specific GitHub Release tags.

Fixed

  • Fixed Rust CLI pass-through for Claude fallback, session, prompt append, verbose, and replay options.

Fixed

  • Pipe prompts for stdin-based tools through temporary prompt files during execution so large generated prompts are not embedded in nested shell commands.

Added

  • Added --prompt-file / prompt_file support for callers that already have prompt content on disk.

Added

  • Added native execution passthrough controls for Claude, Codex, OpenCode, and @link-assistant/agent, including custom executables, raw tool environment variables, raw tool arguments, and suppressible default safety bypass flags.

Added

  • Expose normalized result metadata on AgentResult, including success classification, session IDs, usage-limit details, summaries, cost estimates, stream token usage, sub-agent calls, and execution error information for claude, codex, opencode, and agent.
  • Add AgentResult::usage for Rust parity with the JavaScript result shape.

Fixed

  • Fixed Rust release recovery when a GitHub release tag exists without a matching crates.io publication, and made Rust GitHub releases explicitly become the repository latest release.

[Rust] v0.2.1

01 May 10:47
fa790dd

Choose a tag to compare

crates.io v0.2.1

Package: crates.io agent-commander@0.2.1

Added

  • Added enforceable read-only planning mode for supported tools and clear rejection for unsupported tools.

Fixed

  • Removed JavaScript command execution's dependency on runtime CDN imports, avoiding Deno CI failures when esm.sh is unavailable.

Changed

  • Synced model maps from hive-mind v1.57.2 (issue #22): Claude opus -> claude-opus-4-7; Codex default gpt-5 -> gpt-5.5 and added the gpt-5.5/5.4/5.3/5.2/5.1 family; Agent default minimax-m2.5-free -> nemotron-3-super-free with qwen3.6-plus-free retained as deprecated.

Added

  • Added Rust package README metadata and language-specific GitHub Release tags.

Fixed

  • Fixed Rust CLI pass-through for Claude fallback, session, prompt append, verbose, and replay options.

Fixed

  • Pipe prompts for stdin-based tools through temporary prompt files during execution so large generated prompts are not embedded in nested shell commands.

Added

  • Added --prompt-file / prompt_file support for callers that already have prompt content on disk.

Added

  • Expose normalized result metadata on AgentResult, including success classification, session IDs, usage-limit details, summaries, cost estimates, stream token usage, sub-agent calls, and execution error information for claude, codex, opencode, and agent.
  • Add AgentResult::usage for Rust parity with the JavaScript result shape.

Fixed

  • Fixed Rust release recovery when a GitHub release tag exists without a matching crates.io publication, and made Rust GitHub releases explicitly become the repository latest release.

[JavaScript] v0.6.1

01 May 12:51

Choose a tag to compare

npm v0.6.1

Package: npm agent-commander@0.6.1

Patch Changes

  • ac30054: Add Qwen and Gemini prompt-file stdin handling plus native executable, environment, and raw argument passthrough parity.

[JavaScript] v0.6.0

01 May 10:55

Choose a tag to compare

npm v0.6.0

Package: npm agent-commander@0.6.0

Minor Changes

  • f3c9ebc: Expose native execution passthrough controls for Claude, Codex, OpenCode, and @link-assistant/agent, including custom executables, raw tool environment variables, raw tool arguments, and suppressible default safety bypass flags.

[JavaScript] v0.5.0

01 May 09:09

Choose a tag to compare

npm v0.5.0

Package: npm agent-commander@0.5.0

Minor Changes

  • 80f26b4: Expose normalized metadata on agent results with success classification, session IDs, usage-limit details, summaries, cost estimates, token usage, sub-agent calls, and execution error information for claude, codex, opencode, and agent.

[JavaScript] v0.4.3

01 May 04:49

Choose a tag to compare

npm v0.4.3

Package: npm agent-commander@0.4.3

Patch Changes

  • f914440: ### Fixed

    • Pipe prompts for stdin-based tools through temporary prompt files during execution so large generated prompts are not embedded in nested shell commands.

    Added

    • Added --prompt-file / promptFile support for callers that already have prompt content on disk.

0.4.1

30 Apr 02:56

Choose a tag to compare

Patch Changes

  • a310e7d: Expose a repository-root npm package manifest for GitHub dependency installs and align JavaScript release publishing with the dedicated js.yml workflow.