Skip to content

Releases: CodeStreamly/argustack

v0.1.25

08 Apr 09:40
73e4538

Choose a tag to compare

What's Changed

Added

  • Jira Proxy Adapter — connect to Jira through company proxy/gateway with bearer token exchange, auto-refresh, and configurable field mapping
  • Global Workspace Registry~/.argustack/workspaces.json tracks all workspaces globally. list_workspaces and switch_workspace work from any directory
  • Issue Type Filter — choose which issue types to sync during argustack init (skip Test, Xray Test, etc.)
  • update_issue MCP tool — update any issue field in local DB, marks as locally modified. 23 MCP tools total
  • push mode=updatesargustack push --updates and push(mode="updates") MCP tool push modified issues to Jira
  • Markdown→ADF converter — descriptions accept full markdown (headings, lists, bold, code, tables, blockquotes, links). Automatically converted to Jira rich text
  • argustack workspaces CLI command — lists all registered workspaces with sources
  • Description enrichment — proxy adapter retries failed descriptions (3 retries with backoff)

Changed

  • MCP tool descriptions rewritten for AI agent clarity (MUST, ALWAYS, examples)
  • Plain text descriptions rejected — tools enforce markdown formatting with error message and format guide
  • Proxy provider uses nextPageToken/isLast pagination instead of startAt/total

Fixed

  • Escaped \n in MCP tool input normalized to real newlines before processing
  • push --updates now sends only modified fields (was sending all fields, causing 400)
  • push --updates CLI shows error details for failed issues

Full Changelog: v0.1.19...v0.1.25

Argustack CLI v0.1.19

06 Apr 07:31
f988f67

Choose a tag to compare

Added

  • create_issue MCP tool — agents can create issues in Argustack DB directly from chat. Only summary required, all other fields optional. Agent reads content, determines fields, writes to DB. Then push sends to Jira.

Stats

22 MCP tools, 1178 tests

Argustack CLI v0.1.18

05 Apr 18:50
6d10787

Choose a tag to compare

Added

  • push MCP tool — Claude can now push local board tasks to Jira directly from chat (mcp__argustack__push)

Fixed

  • Estimate fallback — works with localized Jira (История, Подзадача instead of Story, Sub-task)

Stats

21 MCP tools, 1177 tests

Argustack CLI v0.1.17

05 Apr 12:19
779c8f1

Choose a tag to compare

Fixed

  • Estimate fallback now works with localized Jira instances (История, Подзадача, Баг instead of Story, Sub-task, Bug)

Argustack CLI v0.1.16

05 Apr 12:01
a420b81

Choose a tag to compare

Added

  • argustack push — push local board tasks to Jira. Creates Stories from source: 'local' issues, writes jiraKey back to .md frontmatter
  • Board source typesource column on issues table tracks origin ('jira' vs 'local')
  • Estimate fallback — when no similar tasks found by description, falls back to project-wide statistics by issue type
  • Search ILIKE fallback — when tsvector search returns 0 results, retries with ILIKE on summary/description

Changed

  • db_query error message now suggests query_issues(sql:) for Argustack data
  • ISourceProvider port has optional createIssue() method
  • IStorage port has getLocalIssues() and updateIssueSource() methods

Tests

1176 passed (97 test files)

Argustack CLI v0.1.15

05 Apr 08:39
9d0a65d

Choose a tag to compare

Fixed

  • Incremental Jira syncargustack sync jira now correctly finds new/updated issues. Previously returned 0 issues due to wrong date format in JQL queries (ISO 8601 vs Jira's expected yyyy-MM-dd HH:mm).

Argustack IDE Plugin v0.2.4

04 Apr 20:09
5a2d650

Choose a tag to compare

What's New

  • Skill execution fix — files stay stable during skill-to-skill drags, no unnecessary moves
  • Context injection — plugin tells skill about card source and file state via HTML comment
  • Card redesign — colored epic badges, jira key right-aligned, assignee removed

Install

  1. Download argustack-ide-0.2.4.zip
  2. IDE → Settings → Plugins → ⚙ → Install from Disk
  3. Restart

Requires JetBrains IDE 2023.3+ and Claude Code CLI

Argustack IDE Plugin v0.2.3

04 Apr 19:38
ab7f40b

Choose a tag to compare

What's New

  • Marketplace listing — rich description with features, getting started, links
  • Change-notes section in plugin.xml

Full changelog (since v0.2.1)

  • Card redesign — colored epic badges, clean visual hierarchy
  • README auto-update — regenerates when plugin version changes
  • Done column time filter
  • Init port conflict detection
  • MCP install fix (correct config path)
  • Card format docs for AI agents

Argustack IDE Plugin v0.2.2

04 Apr 18:55
81017ca

Choose a tag to compare

Kanban board for JetBrains IDEs where columns are Claude Code skills.

Install

  1. Download argustack-ide-0.2.2.zip
  2. IDE → Settings → Plugins → ⚙ → Install from Disk
  3. Restart → Argustack panel in right sidebar

What's New

  • Card redesign — title first, colored epic badge, jira key right-aligned
  • README auto-update — regenerates when plugin version changes
  • Done filter fix — execution state resets on card move to backlog/done
  • Card format docs — README explains how to create cards (UI, AI agent, manually)

Core fixes (v0.1.14)

  • argustack mcp install now writes to correct config file (~/.claude.json)
  • Init port conflict detection — checks if port is available before Docker start
  • Knex driver errors suppressed during DB auto-detect

Requirements

Argustack IDE Plugin v0.2.1

04 Apr 16:16

Choose a tag to compare

Kanban board for JetBrains IDEs. Columns are Claude Code skills — drag a task card to execute.

Install

  1. Download argustack-ide-0.2.1.zip
  2. IDE → Settings → Plugins → ⚙ → Install from Disk
  3. Restart → Argustack panel appears in right sidebar

New in v0.2.1

  • Onboarding README — auto-generated on first board load
  • Done column time filter — ⚙ icon, configurable window
  • Detekt 2.x — IntelliJ 2026.1 / Java 25 support

Requirements

  • JetBrains IDE 2023.3+ (IntelliJ, WebStorm, PyCharm, GoLand, etc.)
  • Claude Code CLI