dsh-jira-tasks 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.en.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # JIRA Open Tasks Panel (DeepSeek Harness Plugin)
2
2
 
3
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
4
+
3
5
  [中文](README.md) · **English**
4
6
 
5
7
  Shows the current JIRA project's **open / reopened** issues **assigned to the current user** below the DSH composer input. The JIRA base URL and token are read from credentials; the project key and JQL are **configured per workspace** and persisted.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # JIRA 开启任务面板(DeepSeek Harness 插件)
2
2
 
3
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
4
+
3
5
  **中文** · [English](README.en.md)
4
6
 
5
7
  在 DSH 会话**输入框下方**展示当前 JIRA 项目**指派给当前用户**的「开启 / 重新开启」任务列表。JIRA 地址与令牌从凭据读取;项目 Key 与 JQL **按工作区配置**并持久化。
@@ -7,6 +9,10 @@
7
9
  ## 功能
8
10
 
9
11
  - 📋 新会话与活跃会话的输入框下方均展示任务面板(新会话时与输入框等宽)
12
+
13
+ <img width="1898" height="886" alt="image" src="https://github.com/user-attachments/assets/d14d0bd4-4f9f-4aa8-9af8-b8a02a2b7296" />
14
+ <img width="1972" height="746" alt="image" src="https://github.com/user-attachments/assets/9f543e04-a5ad-4b86-85c8-baa2de26f44e" />
15
+
10
16
  - 👤 默认仅显示当前用户(`assignee = currentUser()`)的「开启 / 重新开启」任务
11
17
  - ⚙️ 项目 Key 与 JQL 按工作区保存;未配置的工作区显示"未配置"
12
18
  - 🔄 打开新会话自动查询,面板内支持一键刷新(⟳)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-jira-tasks",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "JIRA open tasks panel for DeepSeek Harness (DSH): shows the current user's open/reopened issues below the composer, per-workspace project key, persistent profile bundle.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",