Commit Graph

  • 64dfc0467d Docs: Update CHANGELOG.md and README.md for v4.3.1 Alex Newman 2025-10-26 00:14:53 -04:00
  • c75563a89b Release v4.3.1: Version bump and documentation updates v4.3.1 Alex Newman 2025-10-26 00:11:36 -04:00
  • fb00b517c0 Fix: Silence npm output in SessionStart hook to fix context injection Alex Newman 2025-10-26 00:06:53 -04:00
  • df44bd8fd3 Fix double shebang: remove shebang from TS source files (esbuild adds it) Alex Newman 2025-10-26 00:01:04 -04:00
  • e9c0ec45db Consolidate hooks: merge bin/hooks and hooks into single hooks/ directory Alex Newman 2025-10-25 23:59:43 -04:00
  • d363dfd668 Fix: Restore hookSpecificOutput JSON format for SessionStart hook Alex Newman 2025-10-25 23:53:14 -04:00
  • c06abbc6f2 Fix: Add proper error handling to context hook stdin processing Alex Newman 2025-10-25 23:51:53 -04:00
  • f499810c7a Fix: Remove startup matcher from SessionStart hook to inject context on all session starts (resume, clear, compact) Alex Newman 2025-10-25 23:48:07 -04:00
  • 609d8f5c88 Fix SessionStart hook to output plain text instead of JSON Alex Newman 2025-10-25 23:37:06 -04:00
  • 5ebf6c8aec fix: Increase timeout for SessionStart command in hooks.json Alex Newman 2025-10-25 23:34:52 -04:00
  • d94a11e2e1 Fix: Add matcher to SessionStart hook in hooks.json Alex Newman 2025-10-25 23:34:20 -04:00
  • d4d6185bb4 Release v4.3.0: Progressive Disclosure Context v4.3.0 Alex Newman 2025-10-25 15:42:06 -04:00
  • 2df50bcaa0 Merge pull request #25 from thedotmack/feature/context-with-observations Alex Newman 2025-10-25 15:33:29 -04:00
  • 19ecc7845f docs: Consolidate version history in CHANGELOG.md Alex Newman 2025-10-25 15:13:14 -04:00
  • 142d6ae56f chore: Update changelog for v4.2.11 with cross-platform path detection fixes Alex Newman 2025-10-25 15:12:05 -04:00
  • 7db39bb482 Fix: Add cross-platform Claude path detection to feature branch Alex Newman 2025-10-25 14:59:53 -04:00
  • e600a0f702 chore: Bump version to 4.2.11 in plugin.json Alex Newman 2025-10-25 14:56:48 -04:00
  • b87654d452 Release v4.2.11: Cross-platform Claude path detection v4.2.11 Alex Newman 2025-10-25 14:56:30 -04:00
  • a3b0b70a98 feat: Add functionality to locate Claude Code executable Alex Newman 2025-10-25 14:53:59 -04:00
  • 81f8aa7eef worker Alex Newman 2025-10-25 14:45:31 -04:00
  • 8f8649c2a8 worker Alex Newman 2025-10-25 14:41:16 -04:00
  • ab0938633a worker Alex Newman 2025-10-25 14:39:13 -04:00
  • d8d4d2464f worker Alex Newman 2025-10-25 14:38:06 -04:00
  • 9d32629f9d worker Alex Newman 2025-10-25 14:35:56 -04:00
  • 6a007a26fe Remove hardcoded path to Claude executable in WorkerService.runSDKAgent method Alex Newman 2025-10-25 14:33:16 -04:00
  • 6131f9694a Update @anthropic-ai/claude-agent-sdk to version 0.1.27 in package.json and package-lock.json Alex Newman 2025-10-25 14:32:37 -04:00
  • 22777bdcfe Update default path for Claude Code executable in SDKWorker and WorkerService Alex Newman 2025-10-25 14:28:02 -04:00
  • d7946522e9 Add configurable path for Claude Code executable in SDKWorker and WorkerService Alex Newman 2025-10-25 14:24:17 -04:00
  • 43262d7b53 Merge remote-tracking branch 'refs/remotes/origin/main' Alex Newman 2025-10-25 14:21:17 -04:00
  • 80fc1588d3 Remove unused import for ensureAllDataDirs in worker-service.ts Alex Newman 2025-10-25 14:20:35 -04:00
  • 70ba785364 feat: Add Agent Skills documentation and version bump management Alex Newman 2025-10-25 13:49:34 -04:00
  • 7fb990f845 Merge pull request #24 from thedotmack/copilot/add-awesome-claude-code-badge Alex Newman 2025-10-25 13:32:19 -04:00
  • 9f3bf55c76 refactor: Remove hardcoded paths for project and Claude Code executable in various scripts, fixes issue #23 Alex Newman 2025-10-25 13:28:20 -04:00
  • 83d9747627 Add Awesome Claude Code badge to README copilot-swe-agent[bot] 2025-10-25 17:25:52 +00:00
  • ae2c789781 Bump version to 4.2.10 and fix Windows compatibility by removing hardcoded macOS path v4.2.10 Alex Newman 2025-10-25 13:24:18 -04:00
  • 81d7ab59ac Initial plan copilot-swe-agent[bot] 2025-10-25 17:23:47 +00:00
  • e82d9e075b Remove hardcoded Claude code path and update project directory handling in XML import script Alex Newman 2025-10-25 13:18:31 -04:00
  • 99af5fdf13 Merge pull request #20 from thedotmack/copilot/fix-claude-executable-path Alex Newman 2025-10-25 13:02:44 -04:00
  • b88ce840fa Remove hardcoded Claude executable path and defensive checks copilot-swe-agent[bot] 2025-10-25 06:19:30 +00:00
  • 516e136966 Initial exploration - understanding the issue copilot-swe-agent[bot] 2025-10-25 06:17:53 +00:00
  • 051bc8dd67 Initial plan copilot-swe-agent[bot] 2025-10-25 06:14:29 +00:00
  • 05ddf3540c Release v4.2.9: Progressive disclosure experimental feature announcement v4.2.9 Alex Newman 2025-10-25 01:59:08 -04:00
  • e18f02e2af plan: Implement memory toggle feature for pausing/resuming recording Alex Newman 2025-10-25 01:51:42 -04:00
  • 77885db345 feat: Add progressive disclosure usage instructions to context hook output Alex Newman 2025-10-25 01:36:39 -04:00
  • 50d504715d Refactor contextHook to improve session summary handling and timeline rendering Alex Newman 2025-10-25 01:23:47 -04:00
  • 28d9c43f85 feat: Enhance context hook with detailed session observations and timeline Alex Newman 2025-10-24 23:37:03 -04:00
  • adc5853c73 Release v4.2.8: Critical bugfix for session ID handling v4.2.8 Alex Newman 2025-10-24 22:20:07 -04:00
  • 81fdf28347 Fix critical bug: getSessionById missing claude_session_id Alex Newman 2025-10-24 22:18:03 -04:00
  • b3a565c448 Refactor buildSummaryPrompt to clarify summary instructions and improve user guidance Alex Newman 2025-10-24 22:05:23 -04:00
  • 5b28c23b20 Refactor WorkerService to use claude_session_id directly from the database Alex Newman 2025-10-24 21:54:07 -04:00
  • f4217cb2b9 Enhance logging in WorkerService for better debugging and summary tracking Alex Newman 2025-10-24 21:48:11 -04:00
  • e7252c8999 Refactor WorkerService to always store observations and summaries using claudeSessionId Alex Newman 2025-10-24 21:45:52 -04:00
  • 74637705d7 Release v4.2.7: Enhanced data quality and comprehensive testing Alex Newman 2025-10-24 21:38:05 -04:00
  • 322cb94c43 Release v4.2.6: Critical bugfix for observation validation v4.2.6 Alex Newman 2025-10-24 21:25:44 -04:00
  • 21c7ab2929 Release v4.2.5: Critical bugfix for summary validation v4.2.5 Alex Newman 2025-10-24 21:16:38 -04:00
  • 3846d66ccc Refactor parseSummary to always save summary regardless of missing fields Alex Newman 2025-10-24 21:13:43 -04:00
  • 817a069323 chore: remove npm publish configuration Alex Newman 2025-10-24 21:07:23 -04:00
  • d7b9f68d80 Release v4.2.4: Enhanced summary prompt clarity v4.2.4 Alex Newman 2025-10-24 20:50:31 -04:00
  • c48290a156 Refactor code structure for improved readability and maintainability Alex Newman 2025-10-24 19:29:16 -04:00
  • 226a52f8b8 Implement structural updates and optimizations across multiple modules Alex Newman 2025-10-24 19:26:46 -04:00
  • 93b5f80168 Implement code changes to enhance functionality and improve performance Alex Newman 2025-10-24 18:17:49 -04:00
  • f6cf895847 fix: update documentation structure and add missing properties Alex Newman 2025-10-24 18:14:39 -04:00
  • dba29de2a7 fix: remove unused background colors and tabs from documentation configuration Alex Newman 2025-10-24 18:07:13 -04:00
  • c16f453017 fix: add missing theme property in documentation configuration Alex Newman 2025-10-24 18:05:35 -04:00
  • 8b4c962e62 Add initial documentation for Claude-Mem plugin Alex Newman 2025-10-24 18:04:03 -04:00
  • 12149470a2 Add installation, troubleshooting, and usage documentation for Claude-Mem plugin 4.2.3 Alex Newman 2025-10-23 23:40:42 -04:00
  • fd4cd0444c chore: update changelog and README for version 4.2.3 release Alex Newman 2025-10-23 23:10:46 -04:00
  • 0adbf38c39 fix: update getDirname function to support both ESM and CJS contexts Alex Newman 2025-10-23 23:03:48 -04:00
  • 15362d1aed Refactor getDirname function to only return __dirname for CJS context Alex Newman 2025-10-23 23:00:34 -04:00
  • c04e5c571c Merge pull request #16 from thedotmack/copilot/fix-plugin-hook-error Alex Newman 2025-10-23 20:12:25 -04:00
  • 66a69f3044 Merge pull request #11 from thedotmack/copilot/fix-fts5-injection-vulnerability Alex Newman 2025-10-23 19:21:43 -04:00
  • e50c6142bb Simplify Windows fix: use idempotent npm install instead of custom installer copilot-swe-agent[bot] 2025-10-23 21:50:35 +00:00
  • 8d5bfec90e Fix list formatting consistency in CLAUDE.md copilot-swe-agent[bot] 2025-10-23 21:31:16 +00:00
  • ab2c44069b Update documentation for Windows compatibility fix copilot-swe-agent[bot] 2025-10-23 21:28:09 +00:00
  • babb375955 Add cross-platform dependency installer for Windows compatibility copilot-swe-agent[bot] 2025-10-23 21:25:49 +00:00
  • 334fbdd913 Initial exploration of plugin hook installation issue copilot-swe-agent[bot] 2025-10-23 21:20:37 +00:00
  • 4a269183a3 Initial plan copilot-swe-agent[bot] 2025-10-23 21:16:45 +00:00
  • 37cd8b8328 fix: Improve summary prompt clarity and consistency in language Alex Newman 2025-10-23 14:21:31 -04:00
  • 33d2422faa Refactor summary prompt for clarity and emphasis on deliverables Alex Newman 2025-10-23 14:08:42 -04:00
  • dad3a104b4 Fix FTS5 injection vulnerability with proper escaping and comprehensive tests copilot-swe-agent[bot] 2025-10-23 09:22:31 +00:00
  • bcad4c484d Initial exploration and planning copilot-swe-agent[bot] 2025-10-23 09:16:26 +00:00
  • 4284b31f42 Initial plan copilot-swe-agent[bot] 2025-10-23 09:13:17 +00:00
  • f556546994 feat: Optimize context hook file listings to save tokens Alex Newman 2025-10-22 17:23:44 -04:00
  • 6441d9103c docs: Update CHANGELOG for v4.2.1 with summary skip logic Alex Newman 2025-10-22 00:09:40 -04:00
  • 2952b7fb8d feat: Add summary skip logic to prevent duplicate and trivial summaries Alex Newman 2025-10-22 00:07:30 -04:00
  • 63f930a433 chore: Release v4.2.1 - Anti-meta-referential prompt improvements v4.2.1 Alex Newman 2025-10-21 23:54:00 -04:00
  • 3cb003f4e4 fix(prompts): restore all 6 observation types for better search granularity Alex Newman 2025-10-21 23:47:01 -04:00
  • 8b5e5efeb5 fix(prompts): prevent meta-referential descriptions in observations and summaries Alex Newman 2025-10-21 23:42:12 -04:00
  • a57aba82a4 fix(context-hook): remove Learned from Tier 2 Alex Newman 2025-10-21 23:08:54 -04:00
  • 7b7a53ee19 feat(context-hook): simplify to 3-tier system with 10 sessions Alex Newman 2025-10-21 23:07:23 -04:00
  • e57bfc4187 feat(context-hook): implement tiered verbosity for session summaries Alex Newman 2025-10-21 23:01:57 -04:00
  • 3cfdd5fd65 feat(context-hook): simplify summary output by removing redundant session separators Alex Newman 2025-10-21 22:52:07 -04:00
  • 1a226b08f0 feat(context-hook): update session summaries query to use created_at_epoch for chronological display Alex Newman 2025-10-21 22:49:30 -04:00
  • 15b5176fe6 feat(context-hook): update session summaries query to order by created_at for chronological display Alex Newman 2025-10-21 22:49:01 -04:00
  • 418dc963b2 feat(context-hook): update session summaries query to retrieve more entries and display them chronologically Alex Newman 2025-10-21 22:47:42 -04:00
  • 2314362028 feat(WorkerService): set sdkSessionId from database during session initialization Alex Newman 2025-10-21 22:42:59 -04:00
  • f373b682dd feat(context-hook): enhance session summary output with color support and improved formatting Alex Newman 2025-10-21 22:40:13 -04:00
  • 1c25c3a7e7 Refactor contextHook to simplify recent summaries retrieval and output formatting Alex Newman 2025-10-21 22:36:41 -04:00
  • 3ca5e33b4a feat(worker-service): integrate real Claude Code session ID retrieval Alex Newman 2025-10-21 22:20:31 -04:00
  • 3042de1093 feat(SessionStore): update SDK session creation to include sdk_session_id Alex Newman 2025-10-21 22:16:06 -04:00