tokmon 0.3.3 → 0.3.4

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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -292,6 +292,9 @@ function App({ interval: cliInterval }) {
292
292
  setConfig(c);
293
293
  });
294
294
  }, []);
295
+ useEffect(() => {
296
+ if (stdout) stdout.write("\x1B[2J\x1B[H");
297
+ }, [tab, view, showSettings]);
295
298
  useEffect(() => {
296
299
  let active = true;
297
300
  const load = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokmon",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Terminal dashboard for Claude Code usage and costs",
5
5
  "type": "module",
6
6
  "bin": {