Skip to content

V next#19

Open
Stevenic wants to merge 27 commits intomainfrom
vNext
Open

V next#19
Stevenic wants to merge 27 commits intomainfrom
vNext

Conversation

@Stevenic
Copy link
Copy Markdown
Owner

No description provided.

Stevenic and others added 27 commits March 21, 2026 17:54
* 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>
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