Skip to content

forward功能追加 (vibe-kanban)#5

Merged
dreaifekks merged 3 commits into
masterfrom
vk/5083-forward
Feb 16, 2026
Merged

forward功能追加 (vibe-kanban)#5
dreaifekks merged 3 commits into
masterfrom
vk/5083-forward

Conversation

@dreaifekks

Copy link
Copy Markdown

对于当前的forward,我其实希望细粒度不止在当前的group,而是可以到group中的topic为止。
比如说现在写在kv的group forward,可以里面加一个topic项来特殊指定在topic中进行的forward

@opencode-agent

Copy link
Copy Markdown

Found a blocking issue in index.js and a performance concern. Docs updates look consistent with the new CLI syntax.

Blocking

  • index.js: the /set_forward handler contains a duplicated block and stray braces, which causes a syntax error and redeclares config, key, and scopeText. The file will not parse as-is. Remove the duplicated block around index.js:412 and keep a single config/key computation path.

Non-blocking

  • index.js: forwardConfigCache no longer caches “misses” for topic/global configs, so every item will re-hit KV when no config exists. Consider caching null for both topicKey and globalKey to avoid repeated reads in high-traffic chats (index.js:170).

Notes

  • LSP diagnostics couldn’t run because typescript-language-server isn’t installed in this environment.

New%20session%20-%202026-02-16T03%3A13%3A07.742Z
opencode session  |  github run

@dreaifekks dreaifekks merged commit 209b383 into master Feb 16, 2026
1 check passed
@dreaifekks dreaifekks deleted the vk/5083-forward branch February 16, 2026 03:40
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