• Joined on 2025-01-01
han commented on pull request shoko/kugetsu#92 2026-04-02 04:04:58 +02:00
fix(kugetsu): export KUGETSU_TEMP_DIR for subagent workflows

we can merge this PR

han commented on pull request shoko/kugetsu#95 2026-04-02 03:58:39 +02:00
feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control

verbose, default, quiet. what do you think?

han commented on pull request shoko/kugetsu#94 2026-04-02 03:57:38 +02:00
fix(kugetsu): add kugetsu post-comment helper for PM agent

why do we need a specific tool/command when the PM agent can just write a file in a temporary directory now (thanks to #92)? what if we have 100 git servers, do we have to add 100 commands?

han commented on pull request shoko/kugetsu#93 2026-04-02 03:55:36 +02:00
fix(kugetsu): add fix_session_permissions command for cmd_doctor

When forking a session, the forked session should inherit the permissions of the parent (since its a fork).

have you verify this? does opencode works this way?

han commented on pull request shoko/kugetsu#95 2026-04-02 03:07:47 +02:00
feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control

I think rather than letting the agent to decide what kind of behavior it should do, we should prompt it in pm agent markdown as the prior context to the agent.

maybe we have "verbosity"…

han commented on pull request shoko/kugetsu#94 2026-04-02 03:03:30 +02:00
fix(kugetsu): add kugetsu post-comment helper for PM agent

if we merged #92 or #93, does this PR is still necessary?

han commented on pull request shoko/kugetsu#93 2026-04-02 03:02:11 +02:00
fix(kugetsu): add fix_session_permissions command for cmd_doctor

can you test if its working? if its working, can you add unit tests to confirm that in the next release we can still have this working? also, is it makes sense to add this permission setting…

han commented on pull request shoko/kugetsu#92 2026-04-02 03:00:38 +02:00
fix(kugetsu): export KUGETSU_TEMP_DIR for subagent workflows

does it work? can you confirm by creating unit tests? if its confirmed, we can add the unit test as well to our kugetsu skill folder. also can we document it as well in the SKILL.md? basically in…

han commented on pull request shoko/kugetsu#91 2026-04-02 02:36:04 +02:00
feat(kugetsu): add env pass-through for agent delegation

we also need this updated at SKILL.md as well so agent can pick it up that we have env command to manage env rather than injecting them manually on each command

han commented on pull request shoko/kugetsu#84 2026-04-02 02:29:18 +02:00
feat(kugetsu): add env pass-through for agent delegation

my question is, is it needed to have a separate file for environment rather than utilizing config file?

han commented on pull request shoko/kugetsu#83 2026-04-02 02:22:46 +02:00
feat(kugetsu): add git server configuration management

can we utilize config file or does using a separate config file is a must?

han commented on pull request shoko/kugetsu#83 2026-04-02 02:21:34 +02:00
feat(kugetsu): add git server configuration management

also is it possible to have the config file being written during kugetsu init? especially if the file exist during init, we can --force to overwrite it

han commented on pull request shoko/kugetsu#83 2026-04-02 02:19:17 +02:00
feat(kugetsu): add git server configuration management

please remove this line GIT_SERVERS["git.fbrns.co"]="https://git.fbrns.co"

han commented on issue shoko/kugetsu#76 2026-04-02 00:45:44 +02:00
PM Agent Cannot Post Gitea Comments - Needs GITEA_TOKEN Access

wow I like the idea of per-session command. but I think we can make it simpler by per agent command, what do you think? for example we can have config that used by all agents. but if its…

han commented on issue shoko/kugetsu#78 2026-04-02 00:42:06 +02:00
Better git server config/management for issue refs

in the kugetsu server command, is there no modify and delete command? I think during init, we should prompt to user if they want to add new server or left as default one (github). no server…