Releases: sairam0424/ag-bash
Releases · sairam0424/ag-bash
custom-command-example@1.3.2
Patch Changes
- Updated dependencies [
6bc4e0f]:- @ag-bash/bash@6.0.4
custom-command-example@1.3.1
Patch Changes
- Updated dependencies [
7df2593]:- @ag-bash/bash@6.0.3
cjs-consumer-example@1.3.2
Patch Changes
- Updated dependencies [
6bc4e0f]:- @ag-bash/bash@6.0.4
cjs-consumer-example@1.3.1
Patch Changes
- Updated dependencies [
7df2593]:- @ag-bash/bash@6.0.3
bash-agent-example@1.3.2
Patch Changes
- Updated dependencies [
6bc4e0f]:- @ag-bash/bash@6.0.4
bash-agent-example@1.3.1
Patch Changes
- Updated dependencies [
7df2593]:- @ag-bash/bash@6.0.3
@ag-bash/mcp-server@6.0.4
Patch Changes
- Updated dependencies [
6bc4e0f]:- @ag-bash/bash@6.0.4
@ag-bash/mcp-server@6.0.3
Patch Changes
- Updated dependencies [
7df2593]:- @ag-bash/bash@6.0.3
@ag-bash/bash@6.0.4
Patch Changes
-
#100
6bc4e0fThanks @sairam0424! - Bug fixes (test-debt cleanup surfaced during the 6.0.3 release):- find: fix
-pathfast-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
maxFileDescriptorsfor explicit numeric FDs (exec N>file, N>=3),
which previously bypassed the limit entirely. - agents: add
CowFssyncmkdirSync/writeFileSyncso 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).
- find: fix
@ag-bash/bash@6.0.3
Patch Changes
-
#90
7df2593Thanks @sairam0424! - Distribution & discoverability metadata.@ag-bash/bash: add a keyword-richdescription, 16keywords,homepage,bugs,funding, andrepository.directoryfor npm search discoverability.@ag-bash/mcp-server: addmcpName(io.github.sairam0424/ag-bash) and aserver.jsonfor the official MCP Registry; addhomepage/bugs.@ag-bash/agent-bridge: clearerdescriptionplushomepage/bugs.
No runtime/API changes — packaging metadata only.