[PR #11] [CLOSED] nothing to see here #208

Closed
opened 2026-02-15 17:16:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/11
Author: @gumadeiras
Created: 1/15/2026
Status: Closed

Base: mainHead: docs/telegram-inline-buttons


📝 Commits (9)

  • fa5a37d Add unstar feature to ClawdHub
  • cc1c0d4 Update src/routes/stars.tsx
  • f4d327a Update src/routes/stars.tsx
  • b5b825e Update convex/httpApiV1.ts
  • dbb36fd Update packages/clawdhub/src/cli/commands/unstar.ts
  • 25c9a63 Fix PR review comments: use api.stars.toggle, internal.skills.getBySlugInternal, star-toggle CSS class
  • 348fc20 Fix: Register stars API endpoints in HTTP router
  • 1f57dab Add star CLI command
  • 0ff8d49 docs: Add inlineButtons capability documentation to Telegram page

📊 Changes

8 files changed (+845 additions, -8 deletions)

View changed files

📝 convex/http.ts (+14 -0)
📝 convex/httpApiV1.ts (+55 -0)
docs/channels/telegram.mdx (+632 -0)
📝 packages/clawdhub/src/cli.ts (+22 -0)
packages/clawdhub/src/cli/commands/star.ts (+47 -0)
packages/clawdhub/src/cli/commands/unstar.ts (+47 -0)
📝 packages/clawdhub/src/schema/routes.ts (+1 -0)
📝 src/routes/stars.tsx (+27 -8)

📄 Description

This PR adds documentation for the Telegram inlineButtons capability, which was mentioned in the CLI message docs but missing from the Telegram channel page.

Changes

  • Added new "Inline Buttons" section explaining how to enable and use inline buttons
  • Updated configuration reference with capabilities options
  • Fixed various typos in the existing content

Reference

The CLI message docs mention that inlineButtons capability is required for buttons, but the Telegram channel page had no inlineButtons documentation.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/clawhub/pull/11 **Author:** [@gumadeiras](https://github.com/gumadeiras) **Created:** 1/15/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/telegram-inline-buttons` --- ### 📝 Commits (9) - [`fa5a37d`](https://github.com/openclaw/clawhub/commit/fa5a37da2f2839c312a17bf175a71c728b1f182d) Add unstar feature to ClawdHub - [`cc1c0d4`](https://github.com/openclaw/clawhub/commit/cc1c0d455838736129e60da65fb71d641e144ba5) Update src/routes/stars.tsx - [`f4d327a`](https://github.com/openclaw/clawhub/commit/f4d327a4cd521eb5b5c7b463df67992df2292e12) Update src/routes/stars.tsx - [`b5b825e`](https://github.com/openclaw/clawhub/commit/b5b825ee73dcee22982f8df111e8a67c4bc0441d) Update convex/httpApiV1.ts - [`dbb36fd`](https://github.com/openclaw/clawhub/commit/dbb36fde320a29adc5dd96b7876a23b46cd46b55) Update packages/clawdhub/src/cli/commands/unstar.ts - [`25c9a63`](https://github.com/openclaw/clawhub/commit/25c9a63f559517d19ec3a8b4d8a92dd3579f104f) Fix PR review comments: use api.stars.toggle, internal.skills.getBySlugInternal, star-toggle CSS class - [`348fc20`](https://github.com/openclaw/clawhub/commit/348fc20cb5defb2915392095184a44b63149b19e) Fix: Register stars API endpoints in HTTP router - [`1f57dab`](https://github.com/openclaw/clawhub/commit/1f57dabab16b35ec2c96063babc447ae8b529edd) Add star CLI command - [`0ff8d49`](https://github.com/openclaw/clawhub/commit/0ff8d49bea95fa66b7a93e20c941f969eb63b3da) docs: Add inlineButtons capability documentation to Telegram page ### 📊 Changes **8 files changed** (+845 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `convex/http.ts` (+14 -0) 📝 `convex/httpApiV1.ts` (+55 -0) ➕ `docs/channels/telegram.mdx` (+632 -0) 📝 `packages/clawdhub/src/cli.ts` (+22 -0) ➕ `packages/clawdhub/src/cli/commands/star.ts` (+47 -0) ➕ `packages/clawdhub/src/cli/commands/unstar.ts` (+47 -0) 📝 `packages/clawdhub/src/schema/routes.ts` (+1 -0) 📝 `src/routes/stars.tsx` (+27 -8) </details> ### 📄 Description This PR adds documentation for the Telegram inlineButtons capability, which was mentioned in the CLI message docs but missing from the Telegram channel page. ## Changes - Added new "Inline Buttons" section explaining how to enable and use inline buttons - Updated configuration reference with capabilities options - Fixed various typos in the existing content ## Reference The CLI message docs mention that inlineButtons capability is required for buttons, but the Telegram channel page had no inlineButtons documentation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:17 -05:00
yindo closed this issue 2026-02-15 17:16:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#208