Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 03:02
· 130 commits to main since this release

0.9.0 - 2026-09-02

Added

  • tele skill prints an embedded SKILL.md (Agent Skills spec: frontmatter, normative usage rules, 16-group command map, JSON envelope, recipes) to stdout — an agent loads it into context in one command.
  • tele skill install [--dir PATH] [--force] writes the skill to tele/SKILL.md under detected agent skill directories (.claude/skills, .config/opencode/skills, .cursor/skills) or a custom dir; overwrites are refused without --force; nothing detected and no --dir is a usage error.
  • README now leads with install and quick start; new "For agents" section covering tele skill and MCP.

Changed

  • README rewritten as a concise front door (482 → 180 lines): command tables replaced by tele --help pointers, every count verified (16 groups, 67 MCP tools, 25 raw methods, 13 build targets); stale session-report artifacts (SHIPPED.md, implementation-summary.md) removed.
  • docs/getting-started.md: removed the false cargo install tele-cli instruction (the crate is not on crates.io).