github.com/Mininglamp-OSS/octo-cli
v0.12.0
Mininglamp-OSS/octo-cli
What this package is like to depend on
Last release 6 days ago
18 Aug 2026
Ships fairly regularly
a new release about every 2 weeks
Most releases are documented
notes for 7 of 10 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
20 releases · first in 2026
20 releases in the last 12 months
see the full history below
Release timeline
20 releases · May 2026 to Aug 2026Releases
latest 20-
v0.12.1-0.20260818085436-df54c370fcbb18 Aug 2026 pre-releaseNothing published for this version
-
v0.12.014 Aug 2026Release notes
Open source →What's Changed
- feat(marketplace): add expert & squad CLI commands by @l-s-c in #127
- feat(mail): add Bot-bound Agent Mail commands by @Liuxy20 in #129
New Contributors
Full Changelog: v0.11.0...v0.12.0
-
v0.12.0-next.113 Aug 2026 pre-releaseRelease notes
Open source → -
v0.11.012 Aug 2026Release notes
Open source →What's Changed
- feat(drive): add the drive command domain with local contract enforcement by @aunknown in #124
- feat(loop): add Fleet public API support by @liuooo in #123
New Contributors
Full Changelog: v0.10.0...v0.11.0
-
v0.10.003 Aug 2026Release notes
Open source →What's Changed
- feat: add read-only summary commands by @wanyiwang06 in #106
- feat(summary): add bot summary create command (withheld) by @wanyiwang06 in #113
- feat(docs): add full-text search command by @wwwzzzcccc in #119
- feat(docs): support HTML document search by @wwwzzzcccc in #121
New Contributors
- @wanyiwang06 made their first contribution in #106
Full Changelog: v0.9.0...v0.10.0
-
v0.9.1-0.20260730132235-de8b9ac2479a30 Jul 2026 pre-releaseNothing published for this version
-
v0.9.024 Jul 2026Release notes
Open source →What's Changed
- fix(marketplace): sync skill tag constraints by @kense-lab in #101
Full Changelog: v0.8.1...v0.9.0
-
v0.9.0-next.324 Jul 2026 pre-releaseRelease notes
Open source →What's Changed
- feat(message): add message search command family with token-kind & chat-id routing by @mou-ren in #94
- fix: sync MCP marketplace contract and local routing by @kense-lab in #98
- feat(docs): add sheet merges and multi-tab spec plus skill docs by @211-lee in #100
- feat(docs): add unified file import and export commands by @wwwzzzcccc in #104
- fix(html): add docs-html gateway prefix by @Ranwanglc in #105
- fix(marketplace): sync skill tag constraints by @kense-lab in #101
New Contributors
- @mou-ren made their first contribution in #94
- @wwwzzzcccc made their first contribution in #104
Full Changelog: v0.9.0-next.2...v0.9.0-next.3
-
v0.9.0-next.222 Jul 2026 pre-releaseRelease notes
Open source →What's Changed
- fix(marketplace): streamline directory publish flow by @kense-lab in #92
- chore(ci): test embedded skill markdown changes by @liuooo in #96
Full Changelog: v0.9.0-next.1...v0.9.0-next.2
-
v0.9.0-next.1.0.20260722034222-2ae5ee7c2c7522 Jul 2026 pre-releaseNothing published for this version
-
v0.9.0-next.121 Jul 2026 pre-releaseRelease notes
Open source →What's Changed
- feat(marketplace): add OpenAPI-driven skill and MCP commands by @kense-lab in #91
New Contributors
- @kense-lab made their first contribution in #91
Full Changelog: v0.8.0...v0.9.0-next.1
-
v0.8.124 Jul 2026Release notes
Open source →What's Changed
- fix(html): add docs-html gateway prefix @Ranwanglc (#105)
- feat(docs): add unified file import and export commands @wwwzzzcccc (#104)
- feat(docs): add sheet merges and multi-tab spec plus skill docs @211-lee (#100)
- fix: sync MCP marketplace contract and local routing @kense-lab (#98)
- feat(message): add message search command family with token-kind & chat-id routing @mou-ren (#94)
- chore(ci): test embedded skill markdown changes @liuooo (#96)
- fix(marketplace): streamline directory publish flow @kense-lab (#92)
- feat(marketplace): add OpenAPI-driven skill and MCP commands @kense-lab (#91)
Full Changelog: v0.8.0...v0.8.1
-
v0.8.017 Jul 2026Release notes
Open source →What's Changed
- docs(cli): progressive-disclosure octo-docs skill + sheet-cell format helper by @211-lee in #83
- feat(docs): sheet hyperlinks + math formula in CLI spec & skill by @211-lee in #86
- feat(docs): add docs.share get/set for programmatic share scope by @boris-clark in #85
- feat(html): add octo-doc HTML docs CLI domain (publish/versions/drafts/share/grants/assets/comments/element-edit) by @Ranwanglc in #88
New Contributors
- @Ranwanglc made their first contribution in #88
Full Changelog: v0.7.0...v0.8.0
-
v0.7.1-0.20260715142833-1e3acf61ca5015 Jul 2026 pre-releaseNothing published for this version
-
v0.7.013 Jul 2026Nothing published for this version
-
v0.6.2-0.20260710132604-b105541a338e10 Jul 2026 pre-releaseNothing published for this version
-
v0.6.2-0.20260709140203-76c055077c8a09 Jul 2026 pre-releaseNothing published for this version
-
v0.6.125 Jun 2026Nothing published for this version
-
v0.6.031 May 2026Nothing published for this version
-
v0.5.028 May 2026Release notes
Open source →Added
octo skillscommand for embedded skill discovery — lists or extracts the Agent skills bundled in the binary (octo-shared,octo-messaging,octo-files,octo-matter). Useful for agent runtimes that load skills fromoctoat startup. (#16)- Encrypted credential profiles via
octo auth login | status | logout | list— bot tokens now live in~/.octo-cli(plaintextconfig.jsonmetadata + AES-256-GCMcredentials.enctoken store) keyed by--profile/--bot-id(envOCTO_BOT_ID).OCTO_BOT_TOKENremains a fallback. Each success envelope echoes the activeidentity({profile, robot_id, bot_kind, source}) so agents can detect credential misuse. (#17)
Changed
- Matter domain withheld behind a new
x-octo-disabledspec flag — the spec stays embedded (octo schema matter.*still introspects it) but the command subtree and theocto-matterskill are hidden until the backend Matter API stabilises. Flip the spec flag and the skill frontmatter to re-enable. (#19) - Service-domain parent commands (
octo thread,octo group,octo file, …) now reject unknown subcommands withunknown subcommand %q for %qand exit 2 instead of silently printing help and exiting 0. Required by thethread deleteremoval so automation can detect a missing operation; also catches typos likeocto group lisst. Parent help (octo thread,octo thread --help) still works without a token; only leaf operations require authentication.
Removed
octo thread delete— withdrew the thread-deletion command. Threads expose no bot-accessible archive or soft-close path, so a hard delete was inconsistent with the convention that bots get no destructive operations. The backend route is untouched; only the CLI command and itsthread.deletespec entry are removed.
Fixed
octo file presignedand otherbot_apispecs realigned with octo-server —file.presignednow declares the requiredfileSizequery param (previous calls failed withHTTP 400 fileSize 参数必填). Several other spec drifts also corrected. (#14)- Auth gate on service parents no longer fires for parent help or
unknown-subcommand handling — the
unknown subcommandenvelope andocto thread --helpnow work without a bot token, restoring the safety property of thethread deleteremoval.