-
Notifications
You must be signed in to change notification settings - Fork 0
feat(chat): Atlassian MCP C phase — auth_request UX + long-lived Query + YAML fix #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
699fa78
docs: Atlassian MCP C フェーズ implementation plan を追加
shomatan 9b7e64e
docs: Atlassian MCP plan に Spike 0a/0b 結果を反映
shomatan ada7301
feat(core): McpServerConfigSchema を追加 (Atlassian MCP 連携の基盤、Basic/Bear…
shomatan 1383cf7
feat(core): McpServerConfigSchema に hardening 3 件 (https 強制 / id char…
shomatan 3987780
feat(core): ProjectSchema/ProjectMetaSchema に mcpServers[] を追加 (defau…
shomatan 1b07eba
refactor(core): Project 型を z.infer 復帰、既存 fixture に mcpServers: [] を追加
shomatan 275c1fe
feat(core): ChatBlock.tool_use に source 追加、RequirementNode に sourceUr…
shomatan 43e5402
feat(core): RequirementNode.sourceUrl を https-only に hardening (Task …
shomatan 1daf1b0
feat(ai-engine): redactMcpSecrets utility を追加 (Authorization header の…
shomatan 85b6482
feat(ai-engine): redactMcpSecrets に case-sensitive 注記と配列値 test を追加
shomatan aca6993
feat(ai-engine): buildMcpServers utility を追加 (Basic/Bearer auth + all…
shomatan caf2904
feat(ai-engine): duplicate-guards 骨格 (interface + strategy dispatcher…
shomatan 5623cd2
feat(ai-engine): coderef 重複ガードを duplicate-guards/coderef.ts に分離
shomatan 1573cdb
feat(ai-engine): question 重複ガードを duplicate-guards/question.ts に分離 (an…
shomatan e2e6efe
feat(ai-engine): sourceUrl ベース重複ガードを追加 (T1 fix: chat anchor 無しでも動く)
shomatan c750be1
refactor(ai-engine): create-node を duplicate-guards に委譲、sourceUrl gua…
shomatan 9fe71bb
feat(ai-engine): ChatRunner が buildMcpServers で外部 MCP を合成 (Task 11)
shomatan a2b1be3
feat(ai-engine): 外部 MCP の tool_use/tool_result を source=external で永続化…
shomatan d394b55
feat(ai-engine): tool_result output を永続化時 4KB に truncate (Task 13)
shomatan 38d8f08
feat(ai-engine): buildChatPrompt が tool_use/tool_result も replay (Tas…
shomatan 4382e97
feat(ai-engine): agent-runner refactor + buildMcpServers 共有 (Task 15)
shomatan 099df9a
feat(core,frontend): Project API で mcpServers[] の round-trip を実装 (Tas…
shomatan 2eddd4d
feat(frontend): プロジェクト設定 dialog に MCP サーバー CRUD UI を追加 (Task 17)
shomatan 8c7e246
feat(frontend): Chat UI で外部 MCP の tool_use を折り畳み表示 (Task 18)
shomatan e78ffaa
docs: Atlassian MCP C フェーズ dogfood log skeleton を追加 (Task 19)
shomatan f675be5
refactor: MCP 認証を OAuth 2.1 / SDK 任せに切替、Tally から PAT/API key を完全排除
shomatan 1e25715
docs: PMDEV-165 で dogfood proof-of-concept をシミュレート (Atlassian MCP 連携)
shomatan c253f8a
chore: ai-engine の default port を 4000 → 5050 に変更 (ark 等との衝突回避)
shomatan 265a43c
fix(storage): YAML 永続化で flow→block を強制し chat ファイル破損を防ぐ
shomatan 031d705
feat(chat): OAuth 2.1 auth フローを 1 等地で扱い ChatRunner を long-lived Query 化
shomatan a676e67
chore: default port を frontend=3321 / ai-engine=3322 に変更
shomatan 78f838a
fix: CodeRabbit レビュー指摘 (Critical + Major) 反映
shomatan b3182c7
fix: CodeRabbit レビュー指摘 (Minor) 反映
shomatan 89e81ca
chore: docs/superpowers/ を gitignore + untrack
shomatan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.