Skip to content

feat: fork official channel plugins locally, add Telegram inline buttons#10

Merged
osisdie merged 1 commit intomainfrom
feat/telegram-buttons-local-plugins
Mar 27, 2026
Merged

feat: fork official channel plugins locally, add Telegram inline buttons#10
osisdie merged 1 commit intomainfrom
feat/telegram-buttons-local-plugins

Conversation

@osisdie
Copy link
Copy Markdown
Owner

@osisdie osisdie commented Mar 27, 2026

  • Fork telegram/discord plugins from claude-plugins-official v0.0.4 into external_plugins/ for version control and customization
  • Add inline keyboard buttons to Telegram reply tool (buttons param, btn: callback handler, proactive usage instructions)
  • Use symlink architecture: start.sh symlinks plugin cache → local fork so the CLI loads our version instead of re-extracting the official one
  • Fix STATE_DIR in all skills/ACCESS.md: use $TELEGRAM_STATE_DIR / $DISCORD_STATE_DIR with global fallback instead of hardcoded global paths
  • Add verify_telegram.sh and verify_discord.sh health check scripts
  • Update verify_line.sh with project > global state dir resolution
  • Update docs/plugins/architecture.md with symlink architecture docs

Summary

Changes

Channel(s) Affected

  • Telegram
  • Discord
  • General / Infrastructure

Checklist

  • I have tested this change locally
  • Documentation updated (if applicable)
  • No secrets or tokens committed

- Fork telegram/discord plugins from claude-plugins-official v0.0.4 into
  external_plugins/ for version control and customization
- Add inline keyboard buttons to Telegram reply tool (buttons param,
  btn: callback handler, proactive usage instructions)
- Use symlink architecture: start.sh symlinks plugin cache → local fork
  so the CLI loads our version instead of re-extracting the official one
- Fix STATE_DIR in all skills/ACCESS.md: use $TELEGRAM_STATE_DIR /
  $DISCORD_STATE_DIR with global fallback instead of hardcoded global paths
- Add verify_telegram.sh and verify_discord.sh health check scripts
- Update verify_line.sh with project > global state dir resolution
- Update docs/plugins/architecture.md with symlink architecture docs
@osisdie osisdie merged commit 5daeab2 into main Mar 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant