fix(kugetsu): add kugetsu post-comment helper for PM agent #94

Closed
shoko wants to merge 1 commits from fix/issue-45-post-comment-v2 into main

1 Commits

Author SHA1 Message Date
shokollm
075fe24a03 fix(kugetsu): add kugetsu post-comment helper for PM agent
Add cmd_post_comment command for posting Gitea comments without
needing to write temp files. This solves the /tmp permission issue
where PM agent was blocked from writing to /tmp.

Usage:
  kugetsu post-comment <repo-url> <issue-or-pr-number> <body>

Example:
  kugetsu post-comment https://git.fbrns.co/shoko/kugetsu 81 "Comment text"

The command:
- Reads GITEA_TOKEN from environment or pm-agent.env
- Constructs the API URL from repo URL
- Posts comment directly without temp files

Fixes #45
2026-04-02 01:00:17 +00:00