imcodes 2026.3.356 → 2026.3.357

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.
@@ -30,5 +30,5 @@ export interface RepoProvider {
30
30
  /** Get detailed issue info including comments. */
31
31
  getIssueDetail(number: number): Promise<RepoIssueDetail>;
32
32
  }
33
- export declare const DEFAULT_PAGE_SIZE = 30;
33
+ export declare const DEFAULT_PAGE_SIZE = 10;
34
34
  //# sourceMappingURL=provider.d.ts.map
@@ -2,5 +2,5 @@
2
2
  /** Repo provider interface — read-only V1. */
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.DEFAULT_PAGE_SIZE = void 0;
5
- exports.DEFAULT_PAGE_SIZE = 30;
5
+ exports.DEFAULT_PAGE_SIZE = 10;
6
6
  //# sourceMappingURL=provider.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imcodes",
3
- "version": "2026.3.356",
3
+ "version": "2026.3.357",
4
4
  "description": "A chat interface for AI coding agents — control Claude Code, Codex, Gemini CLI, OpenCode from browser and mobile",
5
5
  "license": "GPL-3.0-only",
6
6
  "repository": {