Conversation
* thread WIP * thread view * thread support * thread view fixes * thread fixes * cli refactor * updated migration logic * migrated to 0.7.0 * fixed handoff issue * upgraded to 0.7.0 again * viewing of debug logs * widget redesign * cli refactor * updated /cancel & /interrupt * cli refactor. pulled out commands * thread updates * updated personas * copilot switch to use cli * copilot logging
* thread WIP * thread view * thread support * thread view fixes * thread fixes * cli refactor * updated migration logic * migrated to 0.7.0 * fixed handoff issue * upgraded to 0.7.0 again * viewing of debug logs * widget redesign * cli refactor * updated /cancel & /interrupt * cli refactor. pulled out commands * thread updates * updated personas * copilot switch to use cli * copilot logging * mouse fixes * more terminal improvements
The typecheck step needs compiled .d.ts files from consolonia and recall to resolve cli's cross-package imports. Without the build step, tsc fails with ~40 "Cannot find module" errors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…, GHSA-c2c7-rcm5-vvqj) npm audit fix bumps picomatch past 4.0.3 to resolve method injection and ReDoS vulnerabilities that were failing the CI security audit step. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
path.basename() on Linux doesn't recognize backslashes as separators, so Windows-style paths like "packages\cli\src\cli.ts" were returned whole instead of just the basename. Normalize to forward slashes first. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The printLogo() method used a CJS require() call to import buildTitle from console/startup.js. Since the package is type:module, Node.js runs all .js files as ESM where require is not defined. This caused a ReferenceError on first launch (e.g. teammates claude in a new repo). Converted to a static ESM import at the top of the file. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Bump @teammates/cli, @teammates/recall, @teammates/consolonia to 0.8.1 - Update cliVersion in .teammates/settings.json - Add esm-compliance.test.ts that scans all source files for: - require() calls (CJS imports in ESM modules) - Bare __dirname/__filename usage without import.meta.url polyfill - Missing type: module in package.json - Prevents regressions like the require() bug fixed in onboard-flow.ts Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.