Skip to content

Releases: sairam0424/ag-bash

custom-command-example@1.3.2

15 Jun 08:15
ec33d3e

Choose a tag to compare

Patch Changes

  • Updated dependencies [6bc4e0f]:
    • @ag-bash/bash@6.0.4

custom-command-example@1.3.1

15 Jun 04:48
e7d0aef

Choose a tag to compare

Patch Changes

  • Updated dependencies [7df2593]:
    • @ag-bash/bash@6.0.3

cjs-consumer-example@1.3.2

15 Jun 08:15
ec33d3e

Choose a tag to compare

Patch Changes

  • Updated dependencies [6bc4e0f]:
    • @ag-bash/bash@6.0.4

cjs-consumer-example@1.3.1

15 Jun 04:48
e7d0aef

Choose a tag to compare

Patch Changes

  • Updated dependencies [7df2593]:
    • @ag-bash/bash@6.0.3

bash-agent-example@1.3.2

15 Jun 08:15
ec33d3e

Choose a tag to compare

Patch Changes

  • Updated dependencies [6bc4e0f]:
    • @ag-bash/bash@6.0.4

bash-agent-example@1.3.1

15 Jun 04:48
e7d0aef

Choose a tag to compare

Patch Changes

  • Updated dependencies [7df2593]:
    • @ag-bash/bash@6.0.3

@ag-bash/mcp-server@6.0.4

15 Jun 08:15
ec33d3e

Choose a tag to compare

Patch Changes

  • Updated dependencies [6bc4e0f]:
    • @ag-bash/bash@6.0.4

@ag-bash/mcp-server@6.0.3

15 Jun 04:48
e7d0aef

Choose a tag to compare

Patch Changes

  • Updated dependencies [7df2593]:
    • @ag-bash/bash@6.0.3

@ag-bash/bash@6.0.4

15 Jun 08:15
ec33d3e

Choose a tag to compare

Patch Changes

  • #100 6bc4e0f Thanks @sairam0424! - Bug fixes (test-debt cleanup surfaced during the 6.0.3 release):

    • find: fix -path fast-path returning zero results on filesystems without
      readdirWithFileTypes — terminal-directory files (e.g. find -path "*/pulls/*.json" -type f)
      were never enqueued. (Data-loss-class correctness bug.)
    • security: enforce maxFileDescriptors for explicit numeric FDs (exec N>file, N>=3),
      which previously bypassed the limit entirely.
    • agents: add CowFs sync mkdirSync/writeFileSync so sub-agent spawn initializes its
      filesystem (spawn was broken under copy-on-write filesystems).
    • pipeline: hash/checksum filters (md5sum, sha1sum, sha256sum, …) now run on empty
      stdin instead of being short-circuited to empty output (echo -n '' | md5sum).

@ag-bash/bash@6.0.3

15 Jun 04:48
e7d0aef

Choose a tag to compare

Patch Changes

  • #90 7df2593 Thanks @sairam0424! - Distribution & discoverability metadata.

    • @ag-bash/bash: add a keyword-rich description, 16 keywords, homepage, bugs, funding, and repository.directory for npm search discoverability.
    • @ag-bash/mcp-server: add mcpName (io.github.sairam0424/ag-bash) and a server.json for the official MCP Registry; add homepage/bugs.
    • @ag-bash/agent-bridge: clearer description plus homepage/bugs.

    No runtime/API changes — packaging metadata only.