Skip to content

Agent/agent taskstate 1.1.0#1

Merged
RNA4219 merged 2 commits into
mainfrom
agent/agent-taskstate-1.1.0
Jul 12, 2026
Merged

Agent/agent taskstate 1.1.0#1
RNA4219 merged 2 commits into
mainfrom
agent/agent-taskstate-1.1.0

Conversation

@RNA4219

@RNA4219 RNA4219 commented Jul 12, 2026

Copy link
Copy Markdown
Owner

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 07842ef133

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +37 to +39
"updated_at": connection.updated_at,
}
)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Register tracker adapters before CLI fetches

When a user runs tracker fetch after adding a GitHub/Jira connection, this constructs a fresh TrackerBridgeService and immediately calls fetch_issue without registering an adapter from the saved provider/config/secret-env data, so every configured provider follows the No adapter registered path and returns issue: null. The same construction pattern is used by the outbound tracker commands, so the new explicit tracker CLI cannot actually talk to configured trackers.

Useful? React with 👍 / 👎.

Comment on lines +19 to +20
def _columns(conn: sqlite3.Connection, table: str) -> set[str]:
return {row["name"] for row in conn.execute(f"PRAGMA table_info({table})")}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Make migrations work with default sqlite rows

If run_migrations() is used directly with a normal sqlite3.connect(...) connection, PRAGMA table_info returns tuples, not sqlite3.Row objects, so row["name"] raises TypeError before migration 002 runs. CLI init masks this by setting row_factory, but the public migration helper should not fail for standalone callers migrating an existing plural database.

Useful? React with 👍 / 👎.

@RNA4219
RNA4219 merged commit 4cd9928 into main Jul 12, 2026
5 checks passed
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